{
  "openapi": "3.1.0",
  "info": {
    "title": "",
    "version": "1.0.0"
  },
  "paths": {
    "/circuits/circuit-terminations/": {
      "get": {
        "tags": [
          "Circuits"
        ],
        "operationId": "getCircuitsCircuitTerminations",
        "description": "The parameters and request body are for method: getCircuitsCircuitTerminations. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "count": {
                      "type": "number"
                    },
                    "next": {
                      "type": "string"
                    },
                    "previous": {
                      "type": "string"
                    },
                    "results": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "id": {
                            "type": "number"
                          },
                          "url": {
                            "type": "string"
                          },
                          "display": {
                            "type": "string"
                          },
                          "circuit": {
                            "type": "object",
                            "properties": {
                              "id": {
                                "type": "number"
                              },
                              "url": {
                                "type": "string"
                              },
                              "display": {
                                "type": "string"
                              },
                              "cid": {
                                "type": "string"
                              }
                            }
                          },
                          "term_side": {
                            "type": "string"
                          },
                          "site": {
                            "type": "object",
                            "properties": {
                              "id": {
                                "type": "number"
                              },
                              "url": {
                                "type": "string"
                              },
                              "display": {
                                "type": "string"
                              },
                              "name": {
                                "type": "string"
                              },
                              "slug": {
                                "type": "string"
                              }
                            }
                          },
                          "provider_network": {
                            "type": "object",
                            "properties": {
                              "id": {
                                "type": "number"
                              },
                              "url": {
                                "type": "string"
                              },
                              "display": {
                                "type": "string"
                              },
                              "name": {
                                "type": "string"
                              }
                            }
                          },
                          "port_speed": {
                            "type": "number"
                          },
                          "upstream_speed": {
                            "type": "number"
                          },
                          "xconnect_id": {
                            "type": "string"
                          },
                          "pp_info": {
                            "type": "string"
                          },
                          "description": {
                            "type": "string"
                          },
                          "mark_connected": {
                            "type": "boolean"
                          },
                          "cable": {
                            "type": "object",
                            "properties": {
                              "id": {
                                "type": "number"
                              },
                              "url": {
                                "type": "string"
                              },
                              "display": {
                                "type": "string"
                              },
                              "label": {
                                "type": "string"
                              }
                            }
                          },
                          "cable_end": {
                            "type": "string"
                          },
                          "link_peers": {
                            "type": "array",
                            "items": {
                              "type": "string"
                            }
                          },
                          "link_peers_type": {
                            "type": "string"
                          },
                          "tags": {
                            "type": "array",
                            "items": {
                              "type": "object",
                              "properties": {
                                "id": {
                                  "type": "number"
                                },
                                "url": {
                                  "type": "string"
                                },
                                "display": {
                                  "type": "string"
                                },
                                "name": {
                                  "type": "string"
                                },
                                "slug": {
                                  "type": "string"
                                },
                                "color": {
                                  "type": "string"
                                }
                              }
                            }
                          },
                          "custom_fields": {
                            "type": "object"
                          },
                          "created": {
                            "type": "string"
                          },
                          "last_updated": {
                            "type": "string"
                          },
                          "_occupied": {
                            "type": "boolean"
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "count": 5,
                  "next": "string",
                  "previous": "string",
                  "results": [
                    {
                      "id": 7,
                      "url": "string",
                      "display": "string",
                      "circuit": {
                        "id": 3,
                        "url": "string",
                        "display": "string",
                        "cid": "string"
                      },
                      "term_side": "A",
                      "site": {
                        "id": 9,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string"
                      },
                      "provider_network": {
                        "id": 1,
                        "url": "string",
                        "display": "string",
                        "name": "string"
                      },
                      "port_speed": 9,
                      "upstream_speed": 10,
                      "xconnect_id": "string",
                      "pp_info": "string",
                      "description": "string",
                      "mark_connected": false,
                      "cable": {
                        "id": 5,
                        "url": "string",
                        "display": "string",
                        "label": "string"
                      },
                      "cable_end": "string",
                      "link_peers": [
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string"
                      ],
                      "link_peers_type": "string",
                      "tags": [
                        {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 4,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "created": "string",
                      "last_updated": "string",
                      "_occupied": false
                    },
                    {
                      "id": 9,
                      "url": "string",
                      "display": "string",
                      "circuit": {
                        "id": 2,
                        "url": "string",
                        "display": "string",
                        "cid": "string"
                      },
                      "term_side": "Z",
                      "site": {
                        "id": 4,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string"
                      },
                      "provider_network": {
                        "id": 4,
                        "url": "string",
                        "display": "string",
                        "name": "string"
                      },
                      "port_speed": 5,
                      "upstream_speed": 1,
                      "xconnect_id": "string",
                      "pp_info": "string",
                      "description": "string",
                      "mark_connected": false,
                      "cable": {
                        "id": 4,
                        "url": "string",
                        "display": "string",
                        "label": "string"
                      },
                      "cable_end": "string",
                      "link_peers": [
                        "string",
                        "string"
                      ],
                      "link_peers_type": "string",
                      "tags": [
                        {
                          "id": 4,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "created": "string",
                      "last_updated": "string",
                      "_occupied": true
                    },
                    {
                      "id": 10,
                      "url": "string",
                      "display": "string",
                      "circuit": {
                        "id": 6,
                        "url": "string",
                        "display": "string",
                        "cid": "string"
                      },
                      "term_side": "Z",
                      "site": {
                        "id": 9,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string"
                      },
                      "provider_network": {
                        "id": 5,
                        "url": "string",
                        "display": "string",
                        "name": "string"
                      },
                      "port_speed": 9,
                      "upstream_speed": 5,
                      "xconnect_id": "string",
                      "pp_info": "string",
                      "description": "string",
                      "mark_connected": false,
                      "cable": {
                        "id": 3,
                        "url": "string",
                        "display": "string",
                        "label": "string"
                      },
                      "cable_end": "string",
                      "link_peers": [
                        "string"
                      ],
                      "link_peers_type": "string",
                      "tags": [
                        {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "created": "string",
                      "last_updated": "string",
                      "_occupied": false
                    },
                    {
                      "id": 7,
                      "url": "string",
                      "display": "string",
                      "circuit": {
                        "id": 3,
                        "url": "string",
                        "display": "string",
                        "cid": "string"
                      },
                      "term_side": "A",
                      "site": {
                        "id": 10,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string"
                      },
                      "provider_network": {
                        "id": 1,
                        "url": "string",
                        "display": "string",
                        "name": "string"
                      },
                      "port_speed": 8,
                      "upstream_speed": 2,
                      "xconnect_id": "string",
                      "pp_info": "string",
                      "description": "string",
                      "mark_connected": true,
                      "cable": {
                        "id": 6,
                        "url": "string",
                        "display": "string",
                        "label": "string"
                      },
                      "cable_end": "string",
                      "link_peers": [
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string"
                      ],
                      "link_peers_type": "string",
                      "tags": [
                        {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 4,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 4,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "created": "string",
                      "last_updated": "string",
                      "_occupied": true
                    }
                  ]
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "termSide",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "portSpeed",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "upstreamSpeed",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "xconnectId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "description",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "cableEnd",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "created",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdated",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "q",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tag",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "cabled",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "occupied",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "circuitId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "siteId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "site",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "providerNetworkId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "termSideN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "portSpeedN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "portSpeedLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "portSpeedLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "portSpeedGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "portSpeedGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "upstreamSpeedN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "upstreamSpeedLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "upstreamSpeedLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "upstreamSpeedGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "upstreamSpeedGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "xconnectIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "xconnectIdIc",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "xconnectIdNic",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "xconnectIdIew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "xconnectIdNiew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "xconnectIdIsw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "xconnectIdNisw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "xconnectIdIe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "xconnectIdNie",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionIc",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionNic",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionIew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionNiew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionIsw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionNisw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionIe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionNie",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "cableEndN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tagN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "circuitIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "siteIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "siteN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "providerNetworkIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ordering",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Circuits"
        ],
        "operationId": "postCircuitsCircuitTerminations",
        "description": "The parameters and request body are for method: postCircuitsCircuitTerminations. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "put": {
        "tags": [
          "Circuits"
        ],
        "operationId": "putCircuitsCircuitTerminations",
        "description": "The parameters and request body are for method: putCircuitsCircuitTerminations. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Circuits"
        ],
        "operationId": "patchCircuitsCircuitTerminations",
        "description": "The parameters and request body are for method: patchCircuitsCircuitTerminations. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Circuits"
        ],
        "operationId": "deleteCircuitsCircuitTerminations",
        "description": "The parameters and request body are for method: deleteCircuitsCircuitTerminations. 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": {}
            }
          }
        }
      }
    },
    "/circuits/circuit-terminations/{id}/": {
      "get": {
        "tags": [
          "Circuits"
        ],
        "operationId": "getCircuitsCircuitTerminationsId",
        "description": "The parameters and request body are for method: getCircuitsCircuitTerminationsId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Circuits"
        ],
        "operationId": "putCircuitsCircuitTerminationsId",
        "description": "The parameters and request body are for method: putCircuitsCircuitTerminationsId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Circuits"
        ],
        "operationId": "patchCircuitsCircuitTerminationsId",
        "description": "The parameters and request body are for method: patchCircuitsCircuitTerminationsId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Circuits"
        ],
        "operationId": "deleteCircuitsCircuitTerminationsId",
        "description": "The parameters and request body are for method: deleteCircuitsCircuitTerminationsId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/circuits/circuit-terminations/{id}/paths/": {
      "get": {
        "tags": [
          "Circuits"
        ],
        "operationId": "getCircuitsCircuitTerminationsIdPaths",
        "description": "The parameters and request body are for method: getCircuitsCircuitTerminationsIdPaths. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/circuits/circuit-types/": {
      "get": {
        "tags": [
          "Circuits"
        ],
        "operationId": "getCircuitsCircuitTypes",
        "description": "The parameters and request body are for method: getCircuitsCircuitTypes. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "count": {
                      "type": "number"
                    },
                    "next": {
                      "type": "string"
                    },
                    "previous": {
                      "type": "string"
                    },
                    "results": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "id": {
                            "type": "number"
                          },
                          "url": {
                            "type": "string"
                          },
                          "display": {
                            "type": "string"
                          },
                          "name": {
                            "type": "string"
                          },
                          "slug": {
                            "type": "string"
                          },
                          "description": {
                            "type": "string"
                          },
                          "tags": {
                            "type": "array",
                            "items": {
                              "type": "object",
                              "properties": {
                                "id": {
                                  "type": "number"
                                },
                                "url": {
                                  "type": "string"
                                },
                                "display": {
                                  "type": "string"
                                },
                                "name": {
                                  "type": "string"
                                },
                                "slug": {
                                  "type": "string"
                                },
                                "color": {
                                  "type": "string"
                                }
                              }
                            }
                          },
                          "custom_fields": {
                            "type": "object"
                          },
                          "created": {
                            "type": "string"
                          },
                          "last_updated": {
                            "type": "string"
                          },
                          "circuit_count": {
                            "type": "number"
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "count": 8,
                  "next": "string",
                  "previous": "string",
                  "results": [
                    {
                      "id": 9,
                      "url": "string",
                      "display": "string",
                      "name": "string",
                      "slug": "string",
                      "description": "string",
                      "tags": [
                        {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 4,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 4,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "created": "string",
                      "last_updated": "string",
                      "circuit_count": 3
                    },
                    {
                      "id": 3,
                      "url": "string",
                      "display": "string",
                      "name": "string",
                      "slug": "string",
                      "description": "string",
                      "tags": [
                        {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 4,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "created": "string",
                      "last_updated": "string",
                      "circuit_count": 1
                    }
                  ]
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "name",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slug",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "description",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "created",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdated",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "q",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tag",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIc",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNic",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNiew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIsw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNisw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNie",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slugN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slugIc",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slugNic",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slugIew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slugNiew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slugIsw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slugNisw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slugIe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slugNie",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionIc",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionNic",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionIew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionNiew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionIsw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionNisw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionIe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionNie",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tagN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ordering",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Circuits"
        ],
        "operationId": "postCircuitsCircuitTypes",
        "description": "The parameters and request body are for method: postCircuitsCircuitTypes. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "put": {
        "tags": [
          "Circuits"
        ],
        "operationId": "putCircuitsCircuitTypes",
        "description": "The parameters and request body are for method: putCircuitsCircuitTypes. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Circuits"
        ],
        "operationId": "patchCircuitsCircuitTypes",
        "description": "The parameters and request body are for method: patchCircuitsCircuitTypes. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Circuits"
        ],
        "operationId": "deleteCircuitsCircuitTypes",
        "description": "The parameters and request body are for method: deleteCircuitsCircuitTypes. 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": {}
            }
          }
        }
      }
    },
    "/circuits/circuit-types/{id}/": {
      "get": {
        "tags": [
          "Circuits"
        ],
        "operationId": "getCircuitsCircuitTypesId",
        "description": "The parameters and request body are for method: getCircuitsCircuitTypesId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Circuits"
        ],
        "operationId": "putCircuitsCircuitTypesId",
        "description": "The parameters and request body are for method: putCircuitsCircuitTypesId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Circuits"
        ],
        "operationId": "patchCircuitsCircuitTypesId",
        "description": "The parameters and request body are for method: patchCircuitsCircuitTypesId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Circuits"
        ],
        "operationId": "deleteCircuitsCircuitTypesId",
        "description": "The parameters and request body are for method: deleteCircuitsCircuitTypesId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/circuits/circuits/": {
      "get": {
        "tags": [
          "Circuits"
        ],
        "operationId": "getCircuitsCircuits",
        "description": "The parameters and request body are for method: getCircuitsCircuits. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "count": {
                      "type": "number"
                    },
                    "next": {
                      "type": "string"
                    },
                    "previous": {
                      "type": "string"
                    },
                    "results": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "id": {
                            "type": "number"
                          },
                          "url": {
                            "type": "string"
                          },
                          "display": {
                            "type": "string"
                          },
                          "cid": {
                            "type": "string"
                          },
                          "provider": {
                            "type": "object",
                            "properties": {
                              "id": {
                                "type": "number"
                              },
                              "url": {
                                "type": "string"
                              },
                              "display": {
                                "type": "string"
                              },
                              "name": {
                                "type": "string"
                              },
                              "slug": {
                                "type": "string"
                              },
                              "circuit_count": {
                                "type": "number"
                              }
                            }
                          },
                          "type": {
                            "type": "object",
                            "properties": {
                              "id": {
                                "type": "number"
                              },
                              "url": {
                                "type": "string"
                              },
                              "display": {
                                "type": "string"
                              },
                              "name": {
                                "type": "string"
                              },
                              "slug": {
                                "type": "string"
                              },
                              "circuit_count": {
                                "type": "number"
                              }
                            }
                          },
                          "status": {
                            "type": "object",
                            "properties": {
                              "label": {
                                "type": "string"
                              },
                              "value": {
                                "type": "string"
                              }
                            }
                          },
                          "tenant": {
                            "type": "object",
                            "properties": {
                              "id": {
                                "type": "number"
                              },
                              "url": {
                                "type": "string"
                              },
                              "display": {
                                "type": "string"
                              },
                              "name": {
                                "type": "string"
                              },
                              "slug": {
                                "type": "string"
                              }
                            }
                          },
                          "install_date": {
                            "type": "string"
                          },
                          "termination_date": {
                            "type": "string"
                          },
                          "commit_rate": {
                            "type": "number"
                          },
                          "description": {
                            "type": "string"
                          },
                          "termination_a": {
                            "type": "object",
                            "properties": {
                              "id": {
                                "type": "number"
                              },
                              "url": {
                                "type": "string"
                              },
                              "display": {
                                "type": "string"
                              },
                              "site": {
                                "type": "object",
                                "properties": {
                                  "id": {
                                    "type": "number"
                                  },
                                  "url": {
                                    "type": "string"
                                  },
                                  "display": {
                                    "type": "string"
                                  },
                                  "name": {
                                    "type": "string"
                                  },
                                  "slug": {
                                    "type": "string"
                                  }
                                }
                              },
                              "provider_network": {
                                "type": "object",
                                "properties": {
                                  "id": {
                                    "type": "number"
                                  },
                                  "url": {
                                    "type": "string"
                                  },
                                  "display": {
                                    "type": "string"
                                  },
                                  "name": {
                                    "type": "string"
                                  }
                                }
                              },
                              "port_speed": {
                                "type": "number"
                              },
                              "upstream_speed": {
                                "type": "number"
                              },
                              "xconnect_id": {
                                "type": "string"
                              }
                            }
                          },
                          "termination_z": {
                            "type": "object",
                            "properties": {
                              "id": {
                                "type": "number"
                              },
                              "url": {
                                "type": "string"
                              },
                              "display": {
                                "type": "string"
                              },
                              "site": {
                                "type": "object",
                                "properties": {
                                  "id": {
                                    "type": "number"
                                  },
                                  "url": {
                                    "type": "string"
                                  },
                                  "display": {
                                    "type": "string"
                                  },
                                  "name": {
                                    "type": "string"
                                  },
                                  "slug": {
                                    "type": "string"
                                  }
                                }
                              },
                              "provider_network": {
                                "type": "object",
                                "properties": {
                                  "id": {
                                    "type": "number"
                                  },
                                  "url": {
                                    "type": "string"
                                  },
                                  "display": {
                                    "type": "string"
                                  },
                                  "name": {
                                    "type": "string"
                                  }
                                }
                              },
                              "port_speed": {
                                "type": "number"
                              },
                              "upstream_speed": {
                                "type": "number"
                              },
                              "xconnect_id": {
                                "type": "string"
                              }
                            }
                          },
                          "comments": {
                            "type": "string"
                          },
                          "tags": {
                            "type": "array",
                            "items": {
                              "type": "object",
                              "properties": {
                                "id": {
                                  "type": "number"
                                },
                                "url": {
                                  "type": "string"
                                },
                                "display": {
                                  "type": "string"
                                },
                                "name": {
                                  "type": "string"
                                },
                                "slug": {
                                  "type": "string"
                                },
                                "color": {
                                  "type": "string"
                                }
                              }
                            }
                          },
                          "custom_fields": {
                            "type": "object"
                          },
                          "created": {
                            "type": "string"
                          },
                          "last_updated": {
                            "type": "string"
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "count": 9,
                  "next": "string",
                  "previous": "string",
                  "results": [
                    {
                      "id": 8,
                      "url": "string",
                      "display": "string",
                      "cid": "string",
                      "provider": {
                        "id": 1,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string",
                        "circuit_count": 9
                      },
                      "type": {
                        "id": 2,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string",
                        "circuit_count": 7
                      },
                      "status": {
                        "label": "Decommissioned",
                        "value": "active"
                      },
                      "tenant": {
                        "id": 9,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string"
                      },
                      "install_date": "string",
                      "termination_date": "string",
                      "commit_rate": 6,
                      "description": "string",
                      "termination_a": {
                        "id": 10,
                        "url": "string",
                        "display": "string",
                        "site": {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string"
                        },
                        "provider_network": {
                          "id": 7,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        },
                        "port_speed": 1,
                        "upstream_speed": 7,
                        "xconnect_id": "string"
                      },
                      "termination_z": {
                        "id": 7,
                        "url": "string",
                        "display": "string",
                        "site": {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string"
                        },
                        "provider_network": {
                          "id": 7,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        },
                        "port_speed": 4,
                        "upstream_speed": 2,
                        "xconnect_id": "string"
                      },
                      "comments": "string",
                      "tags": [
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 7,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "created": "string",
                      "last_updated": "string"
                    },
                    {
                      "id": 3,
                      "url": "string",
                      "display": "string",
                      "cid": "string",
                      "provider": {
                        "id": 7,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string",
                        "circuit_count": 10
                      },
                      "type": {
                        "id": 3,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string",
                        "circuit_count": 10
                      },
                      "status": {
                        "label": "Offline",
                        "value": "offline"
                      },
                      "tenant": {
                        "id": 6,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string"
                      },
                      "install_date": "string",
                      "termination_date": "string",
                      "commit_rate": 5,
                      "description": "string",
                      "termination_a": {
                        "id": 10,
                        "url": "string",
                        "display": "string",
                        "site": {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string"
                        },
                        "provider_network": {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        },
                        "port_speed": 5,
                        "upstream_speed": 6,
                        "xconnect_id": "string"
                      },
                      "termination_z": {
                        "id": 7,
                        "url": "string",
                        "display": "string",
                        "site": {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string"
                        },
                        "provider_network": {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        },
                        "port_speed": 3,
                        "upstream_speed": 3,
                        "xconnect_id": "string"
                      },
                      "comments": "string",
                      "tags": [
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 7,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "created": "string",
                      "last_updated": "string"
                    },
                    {
                      "id": 1,
                      "url": "string",
                      "display": "string",
                      "cid": "string",
                      "provider": {
                        "id": 4,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string",
                        "circuit_count": 2
                      },
                      "type": {
                        "id": 2,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string",
                        "circuit_count": 6
                      },
                      "status": {
                        "label": "Deprovisioning",
                        "value": "offline"
                      },
                      "tenant": {
                        "id": 9,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string"
                      },
                      "install_date": "string",
                      "termination_date": "string",
                      "commit_rate": 1,
                      "description": "string",
                      "termination_a": {
                        "id": 3,
                        "url": "string",
                        "display": "string",
                        "site": {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string"
                        },
                        "provider_network": {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        },
                        "port_speed": 7,
                        "upstream_speed": 2,
                        "xconnect_id": "string"
                      },
                      "termination_z": {
                        "id": 10,
                        "url": "string",
                        "display": "string",
                        "site": {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string"
                        },
                        "provider_network": {
                          "id": 7,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        },
                        "port_speed": 8,
                        "upstream_speed": 2,
                        "xconnect_id": "string"
                      },
                      "comments": "string",
                      "tags": [
                        {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "created": "string",
                      "last_updated": "string"
                    },
                    {
                      "id": 1,
                      "url": "string",
                      "display": "string",
                      "cid": "string",
                      "provider": {
                        "id": 10,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string",
                        "circuit_count": 9
                      },
                      "type": {
                        "id": 2,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string",
                        "circuit_count": 1
                      },
                      "status": {
                        "label": "Active",
                        "value": "active"
                      },
                      "tenant": {
                        "id": 8,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string"
                      },
                      "install_date": "string",
                      "termination_date": "string",
                      "commit_rate": 1,
                      "description": "string",
                      "termination_a": {
                        "id": 3,
                        "url": "string",
                        "display": "string",
                        "site": {
                          "id": 4,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string"
                        },
                        "provider_network": {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        },
                        "port_speed": 10,
                        "upstream_speed": 4,
                        "xconnect_id": "string"
                      },
                      "termination_z": {
                        "id": 5,
                        "url": "string",
                        "display": "string",
                        "site": {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string"
                        },
                        "provider_network": {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        },
                        "port_speed": 3,
                        "upstream_speed": 3,
                        "xconnect_id": "string"
                      },
                      "comments": "string",
                      "tags": [
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "created": "string",
                      "last_updated": "string"
                    }
                  ]
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "cid",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "description",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "installDate",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "terminationDate",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "commitRate",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "created",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdated",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "q",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tag",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tenantGroupId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tenantGroup",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tenantId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tenant",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "contact",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "contactRole",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "contactGroup",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "providerId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "provider",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "providerNetworkId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "typeId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "type",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "status",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "regionId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "region",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "siteGroupId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "siteGroup",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "siteId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "site",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "cidN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "cidIc",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "cidNic",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "cidIew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "cidNiew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "cidIsw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "cidNisw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "cidIe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "cidNie",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionIc",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionNic",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionIew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionNiew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionIsw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionNisw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionIe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionNie",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "installDateN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "installDateLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "installDateLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "installDateGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "installDateGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "terminationDateN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "terminationDateLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "terminationDateLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "terminationDateGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "terminationDateGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "commitRateN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "commitRateLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "commitRateLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "commitRateGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "commitRateGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tagN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tenantGroupIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tenantGroupN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tenantIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tenantN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "contactN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "contactRoleN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "contactGroupN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "providerIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "providerN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "providerNetworkIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "typeIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "typeN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "statusN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "regionIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "regionN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "siteGroupIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "siteGroupN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "siteIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "siteN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ordering",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Circuits"
        ],
        "operationId": "postCircuitsCircuits",
        "description": "The parameters and request body are for method: postCircuitsCircuits. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "put": {
        "tags": [
          "Circuits"
        ],
        "operationId": "putCircuitsCircuits",
        "description": "The parameters and request body are for method: putCircuitsCircuits. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Circuits"
        ],
        "operationId": "patchCircuitsCircuits",
        "description": "The parameters and request body are for method: patchCircuitsCircuits. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Circuits"
        ],
        "operationId": "deleteCircuitsCircuits",
        "description": "The parameters and request body are for method: deleteCircuitsCircuits. 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": {}
            }
          }
        }
      }
    },
    "/circuits/circuits/{id}/": {
      "get": {
        "tags": [
          "Circuits"
        ],
        "operationId": "getCircuitsCircuitsId",
        "description": "The parameters and request body are for method: getCircuitsCircuitsId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Circuits"
        ],
        "operationId": "putCircuitsCircuitsId",
        "description": "The parameters and request body are for method: putCircuitsCircuitsId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Circuits"
        ],
        "operationId": "patchCircuitsCircuitsId",
        "description": "The parameters and request body are for method: patchCircuitsCircuitsId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Circuits"
        ],
        "operationId": "deleteCircuitsCircuitsId",
        "description": "The parameters and request body are for method: deleteCircuitsCircuitsId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/circuits/provider-networks/": {
      "get": {
        "tags": [
          "Circuits"
        ],
        "operationId": "getCircuitsProviderNetworks",
        "description": "The parameters and request body are for method: getCircuitsProviderNetworks. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "count": {
                      "type": "number"
                    },
                    "next": {
                      "type": "string"
                    },
                    "previous": {
                      "type": "string"
                    },
                    "results": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "id": {
                            "type": "number"
                          },
                          "url": {
                            "type": "string"
                          },
                          "display": {
                            "type": "string"
                          },
                          "provider": {
                            "type": "object",
                            "properties": {
                              "id": {
                                "type": "number"
                              },
                              "url": {
                                "type": "string"
                              },
                              "display": {
                                "type": "string"
                              },
                              "name": {
                                "type": "string"
                              },
                              "slug": {
                                "type": "string"
                              },
                              "circuit_count": {
                                "type": "number"
                              }
                            }
                          },
                          "name": {
                            "type": "string"
                          },
                          "service_id": {
                            "type": "string"
                          },
                          "description": {
                            "type": "string"
                          },
                          "comments": {
                            "type": "string"
                          },
                          "tags": {
                            "type": "array",
                            "items": {
                              "type": "object",
                              "properties": {
                                "id": {
                                  "type": "number"
                                },
                                "url": {
                                  "type": "string"
                                },
                                "display": {
                                  "type": "string"
                                },
                                "name": {
                                  "type": "string"
                                },
                                "slug": {
                                  "type": "string"
                                },
                                "color": {
                                  "type": "string"
                                }
                              }
                            }
                          },
                          "custom_fields": {
                            "type": "object"
                          },
                          "created": {
                            "type": "string"
                          },
                          "last_updated": {
                            "type": "string"
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "count": 2,
                  "next": "string",
                  "previous": "string",
                  "results": [
                    {
                      "id": 1,
                      "url": "string",
                      "display": "string",
                      "provider": {
                        "id": 5,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string",
                        "circuit_count": 5
                      },
                      "name": "string",
                      "service_id": "string",
                      "description": "string",
                      "comments": "string",
                      "tags": [
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "created": "string",
                      "last_updated": "string"
                    },
                    {
                      "id": 1,
                      "url": "string",
                      "display": "string",
                      "provider": {
                        "id": 5,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string",
                        "circuit_count": 2
                      },
                      "name": "string",
                      "service_id": "string",
                      "description": "string",
                      "comments": "string",
                      "tags": [
                        {
                          "id": 7,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 4,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "created": "string",
                      "last_updated": "string"
                    },
                    {
                      "id": 5,
                      "url": "string",
                      "display": "string",
                      "provider": {
                        "id": 9,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string",
                        "circuit_count": 9
                      },
                      "name": "string",
                      "service_id": "string",
                      "description": "string",
                      "comments": "string",
                      "tags": [
                        {
                          "id": 7,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 4,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 4,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "created": "string",
                      "last_updated": "string"
                    },
                    {
                      "id": 3,
                      "url": "string",
                      "display": "string",
                      "provider": {
                        "id": 8,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string",
                        "circuit_count": 2
                      },
                      "name": "string",
                      "service_id": "string",
                      "description": "string",
                      "comments": "string",
                      "tags": [
                        {
                          "id": 4,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "created": "string",
                      "last_updated": "string"
                    },
                    {
                      "id": 5,
                      "url": "string",
                      "display": "string",
                      "provider": {
                        "id": 4,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string",
                        "circuit_count": 3
                      },
                      "name": "string",
                      "service_id": "string",
                      "description": "string",
                      "comments": "string",
                      "tags": [
                        {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 4,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 4,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 7,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "created": "string",
                      "last_updated": "string"
                    }
                  ]
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "name",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "serviceId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "description",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "created",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdated",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "q",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tag",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "providerId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "provider",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIc",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNic",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNiew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIsw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNisw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNie",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "serviceIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "serviceIdIc",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "serviceIdNic",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "serviceIdIew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "serviceIdNiew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "serviceIdIsw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "serviceIdNisw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "serviceIdIe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "serviceIdNie",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionIc",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionNic",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionIew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionNiew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionIsw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionNisw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionIe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionNie",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tagN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "providerIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "providerN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ordering",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Circuits"
        ],
        "operationId": "postCircuitsProviderNetworks",
        "description": "The parameters and request body are for method: postCircuitsProviderNetworks. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "put": {
        "tags": [
          "Circuits"
        ],
        "operationId": "putCircuitsProviderNetworks",
        "description": "The parameters and request body are for method: putCircuitsProviderNetworks. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Circuits"
        ],
        "operationId": "patchCircuitsProviderNetworks",
        "description": "The parameters and request body are for method: patchCircuitsProviderNetworks. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Circuits"
        ],
        "operationId": "deleteCircuitsProviderNetworks",
        "description": "The parameters and request body are for method: deleteCircuitsProviderNetworks. 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": {}
            }
          }
        }
      }
    },
    "/circuits/provider-networks/{id}/": {
      "get": {
        "tags": [
          "Circuits"
        ],
        "operationId": "getCircuitsProviderNetworksId",
        "description": "The parameters and request body are for method: getCircuitsProviderNetworksId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Circuits"
        ],
        "operationId": "putCircuitsProviderNetworksId",
        "description": "The parameters and request body are for method: putCircuitsProviderNetworksId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Circuits"
        ],
        "operationId": "patchCircuitsProviderNetworksId",
        "description": "The parameters and request body are for method: patchCircuitsProviderNetworksId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Circuits"
        ],
        "operationId": "deleteCircuitsProviderNetworksId",
        "description": "The parameters and request body are for method: deleteCircuitsProviderNetworksId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/circuits/providers/": {
      "get": {
        "tags": [
          "Circuits"
        ],
        "operationId": "getCircuitsProviders",
        "description": "The parameters and request body are for method: getCircuitsProviders. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "count": {
                      "type": "number"
                    },
                    "next": {
                      "type": "string"
                    },
                    "previous": {
                      "type": "string"
                    },
                    "results": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "id": {
                            "type": "number"
                          },
                          "url": {
                            "type": "string"
                          },
                          "display": {
                            "type": "string"
                          },
                          "name": {
                            "type": "string"
                          },
                          "slug": {
                            "type": "string"
                          },
                          "asn": {
                            "type": "number"
                          },
                          "account": {
                            "type": "string"
                          },
                          "portal_url": {
                            "type": "string"
                          },
                          "noc_contact": {
                            "type": "string"
                          },
                          "admin_contact": {
                            "type": "string"
                          },
                          "comments": {
                            "type": "string"
                          },
                          "asns": {
                            "type": "array",
                            "items": {
                              "type": "object",
                              "properties": {
                                "id": {
                                  "type": "number"
                                },
                                "url": {
                                  "type": "string"
                                },
                                "display": {
                                  "type": "string"
                                },
                                "asn": {
                                  "type": "number"
                                }
                              }
                            }
                          },
                          "tags": {
                            "type": "array",
                            "items": {
                              "type": "object",
                              "properties": {
                                "id": {
                                  "type": "number"
                                },
                                "url": {
                                  "type": "string"
                                },
                                "display": {
                                  "type": "string"
                                },
                                "name": {
                                  "type": "string"
                                },
                                "slug": {
                                  "type": "string"
                                },
                                "color": {
                                  "type": "string"
                                }
                              }
                            }
                          },
                          "custom_fields": {
                            "type": "object"
                          },
                          "created": {
                            "type": "string"
                          },
                          "last_updated": {
                            "type": "string"
                          },
                          "circuit_count": {
                            "type": "number"
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "count": 2,
                  "next": "string",
                  "previous": "string",
                  "results": [
                    {
                      "id": 6,
                      "url": "string",
                      "display": "string",
                      "name": "string",
                      "slug": "string",
                      "asn": 4,
                      "account": "string",
                      "portal_url": "string",
                      "noc_contact": "string",
                      "admin_contact": "string",
                      "comments": "string",
                      "asns": [
                        {
                          "id": 7,
                          "url": "string",
                          "display": "string",
                          "asn": 6
                        }
                      ],
                      "tags": [
                        {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 4,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 4,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "created": "string",
                      "last_updated": "string",
                      "circuit_count": 7
                    },
                    {
                      "id": 5,
                      "url": "string",
                      "display": "string",
                      "name": "string",
                      "slug": "string",
                      "asn": 9,
                      "account": "string",
                      "portal_url": "string",
                      "noc_contact": "string",
                      "admin_contact": "string",
                      "comments": "string",
                      "asns": [
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "asn": 5
                        }
                      ],
                      "tags": [
                        {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 4,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "created": "string",
                      "last_updated": "string",
                      "circuit_count": 5
                    },
                    {
                      "id": 9,
                      "url": "string",
                      "display": "string",
                      "name": "string",
                      "slug": "string",
                      "asn": 6,
                      "account": "string",
                      "portal_url": "string",
                      "noc_contact": "string",
                      "admin_contact": "string",
                      "comments": "string",
                      "asns": [
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "asn": 7
                        },
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "asn": 4
                        },
                        {
                          "id": 4,
                          "url": "string",
                          "display": "string",
                          "asn": 2
                        },
                        {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "asn": 1
                        },
                        {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "asn": 4
                        }
                      ],
                      "tags": [
                        {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 4,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 7,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "created": "string",
                      "last_updated": "string",
                      "circuit_count": 8
                    },
                    {
                      "id": 2,
                      "url": "string",
                      "display": "string",
                      "name": "string",
                      "slug": "string",
                      "asn": 4,
                      "account": "string",
                      "portal_url": "string",
                      "noc_contact": "string",
                      "admin_contact": "string",
                      "comments": "string",
                      "asns": [
                        {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "asn": 10
                        },
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "asn": 1
                        },
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "asn": 3
                        },
                        {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "asn": 1
                        },
                        {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "asn": 3
                        },
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "asn": 5
                        },
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "asn": 4
                        },
                        {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "asn": 8
                        }
                      ],
                      "tags": [
                        {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 4,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "created": "string",
                      "last_updated": "string",
                      "circuit_count": 3
                    },
                    {
                      "id": 4,
                      "url": "string",
                      "display": "string",
                      "name": "string",
                      "slug": "string",
                      "asn": 10,
                      "account": "string",
                      "portal_url": "string",
                      "noc_contact": "string",
                      "admin_contact": "string",
                      "comments": "string",
                      "asns": [
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "asn": 3
                        },
                        {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "asn": 5
                        }
                      ],
                      "tags": [
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "created": "string",
                      "last_updated": "string",
                      "circuit_count": 2
                    },
                    {
                      "id": 3,
                      "url": "string",
                      "display": "string",
                      "name": "string",
                      "slug": "string",
                      "asn": 2,
                      "account": "string",
                      "portal_url": "string",
                      "noc_contact": "string",
                      "admin_contact": "string",
                      "comments": "string",
                      "asns": [
                        {
                          "id": 4,
                          "url": "string",
                          "display": "string",
                          "asn": 2
                        },
                        {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "asn": 6
                        },
                        {
                          "id": 7,
                          "url": "string",
                          "display": "string",
                          "asn": 5
                        },
                        {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "asn": 6
                        },
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "asn": 8
                        }
                      ],
                      "tags": [
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "created": "string",
                      "last_updated": "string",
                      "circuit_count": 4
                    },
                    {
                      "id": 8,
                      "url": "string",
                      "display": "string",
                      "name": "string",
                      "slug": "string",
                      "asn": 9,
                      "account": "string",
                      "portal_url": "string",
                      "noc_contact": "string",
                      "admin_contact": "string",
                      "comments": "string",
                      "asns": [
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "asn": 7
                        },
                        {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "asn": 8
                        },
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "asn": 8
                        },
                        {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "asn": 5
                        },
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "asn": 10
                        }
                      ],
                      "tags": [
                        {
                          "id": 4,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "created": "string",
                      "last_updated": "string",
                      "circuit_count": 7
                    },
                    {
                      "id": 8,
                      "url": "string",
                      "display": "string",
                      "name": "string",
                      "slug": "string",
                      "asn": 4,
                      "account": "string",
                      "portal_url": "string",
                      "noc_contact": "string",
                      "admin_contact": "string",
                      "comments": "string",
                      "asns": [
                        {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "asn": 9
                        },
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "asn": 3
                        },
                        {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "asn": 6
                        },
                        {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "asn": 1
                        },
                        {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "asn": 5
                        },
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "asn": 3
                        },
                        {
                          "id": 7,
                          "url": "string",
                          "display": "string",
                          "asn": 8
                        },
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "asn": 6
                        },
                        {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "asn": 7
                        },
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "asn": 9
                        }
                      ],
                      "tags": [
                        {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 4,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 7,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 7,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "created": "string",
                      "last_updated": "string",
                      "circuit_count": 3
                    },
                    {
                      "id": 1,
                      "url": "string",
                      "display": "string",
                      "name": "string",
                      "slug": "string",
                      "asn": 5,
                      "account": "string",
                      "portal_url": "string",
                      "noc_contact": "string",
                      "admin_contact": "string",
                      "comments": "string",
                      "asns": [
                        {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "asn": 6
                        }
                      ],
                      "tags": [
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "created": "string",
                      "last_updated": "string",
                      "circuit_count": 6
                    }
                  ]
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "name",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slug",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "asn",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "account",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "created",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdated",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "q",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tag",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "contact",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "contactRole",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "contactGroup",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "regionId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "region",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "siteGroupId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "siteGroup",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "siteId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "site",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "asnId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIc",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNic",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNiew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIsw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNisw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNie",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slugN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slugIc",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slugNic",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slugIew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slugNiew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slugIsw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slugNisw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slugIe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slugNie",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "asnN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "asnLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "asnLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "asnGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "asnGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "accountN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "accountIc",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "accountNic",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "accountIew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "accountNiew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "accountIsw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "accountNisw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "accountIe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "accountNie",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tagN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "contactN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "contactRoleN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "contactGroupN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "regionIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "regionN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "siteGroupIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "siteGroupN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "siteIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "siteN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "asnIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ordering",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Circuits"
        ],
        "operationId": "postCircuitsProviders",
        "description": "The parameters and request body are for method: postCircuitsProviders. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "put": {
        "tags": [
          "Circuits"
        ],
        "operationId": "putCircuitsProviders",
        "description": "The parameters and request body are for method: putCircuitsProviders. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Circuits"
        ],
        "operationId": "patchCircuitsProviders",
        "description": "The parameters and request body are for method: patchCircuitsProviders. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Circuits"
        ],
        "operationId": "deleteCircuitsProviders",
        "description": "The parameters and request body are for method: deleteCircuitsProviders. 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": {}
            }
          }
        }
      }
    },
    "/circuits/providers/{id}/": {
      "get": {
        "tags": [
          "Circuits"
        ],
        "operationId": "getCircuitsProvidersId",
        "description": "The parameters and request body are for method: getCircuitsProvidersId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Circuits"
        ],
        "operationId": "putCircuitsProvidersId",
        "description": "The parameters and request body are for method: putCircuitsProvidersId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Circuits"
        ],
        "operationId": "patchCircuitsProvidersId",
        "description": "The parameters and request body are for method: patchCircuitsProvidersId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Circuits"
        ],
        "operationId": "deleteCircuitsProvidersId",
        "description": "The parameters and request body are for method: deleteCircuitsProvidersId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/dcim/cable-terminations/": {
      "get": {
        "tags": [
          "Dcim"
        ],
        "operationId": "getDcimCableTerminations",
        "description": "The parameters and request body are for method: getDcimCableTerminations. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "count": {
                      "type": "number"
                    },
                    "next": {
                      "type": "string"
                    },
                    "previous": {
                      "type": "string"
                    },
                    "results": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "id": {
                            "type": "number"
                          },
                          "url": {
                            "type": "string"
                          },
                          "display": {
                            "type": "string"
                          },
                          "cable": {
                            "type": "number"
                          },
                          "cable_end": {
                            "type": "string"
                          },
                          "termination_type": {
                            "type": "string"
                          },
                          "termination_id": {
                            "type": "number"
                          },
                          "termination": {
                            "type": "object"
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "count": 8,
                  "next": "string",
                  "previous": "string",
                  "results": [
                    {
                      "id": 4,
                      "url": "string",
                      "display": "string",
                      "cable": 3,
                      "cable_end": "B",
                      "termination_type": "string",
                      "termination_id": 4,
                      "termination": {}
                    },
                    {
                      "id": 8,
                      "url": "string",
                      "display": "string",
                      "cable": 9,
                      "cable_end": "A",
                      "termination_type": "string",
                      "termination_id": 5,
                      "termination": {}
                    },
                    {
                      "id": 3,
                      "url": "string",
                      "display": "string",
                      "cable": 3,
                      "cable_end": "A",
                      "termination_type": "string",
                      "termination_id": 6,
                      "termination": {}
                    },
                    {
                      "id": 7,
                      "url": "string",
                      "display": "string",
                      "cable": 9,
                      "cable_end": "B",
                      "termination_type": "string",
                      "termination_id": 2,
                      "termination": {}
                    },
                    {
                      "id": 10,
                      "url": "string",
                      "display": "string",
                      "cable": 7,
                      "cable_end": "A",
                      "termination_type": "string",
                      "termination_id": 10,
                      "termination": {}
                    },
                    {
                      "id": 3,
                      "url": "string",
                      "display": "string",
                      "cable": 8,
                      "cable_end": "B",
                      "termination_type": "string",
                      "termination_id": 3,
                      "termination": {}
                    },
                    {
                      "id": 2,
                      "url": "string",
                      "display": "string",
                      "cable": 3,
                      "cable_end": "A",
                      "termination_type": "string",
                      "termination_id": 4,
                      "termination": {}
                    }
                  ]
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "cable",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "cableEnd",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "terminationType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "terminationId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "cableN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "cableEndN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "terminationTypeN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "terminationIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "terminationIdLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "terminationIdLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "terminationIdGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "terminationIdGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ordering",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Dcim"
        ],
        "operationId": "postDcimCableTerminations",
        "description": "The parameters and request body are for method: postDcimCableTerminations. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "put": {
        "tags": [
          "Dcim"
        ],
        "operationId": "putDcimCableTerminations",
        "description": "The parameters and request body are for method: putDcimCableTerminations. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Dcim"
        ],
        "operationId": "patchDcimCableTerminations",
        "description": "The parameters and request body are for method: patchDcimCableTerminations. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Dcim"
        ],
        "operationId": "deleteDcimCableTerminations",
        "description": "The parameters and request body are for method: deleteDcimCableTerminations. 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": {}
            }
          }
        }
      }
    },
    "/dcim/cable-terminations/{id}/": {
      "get": {
        "tags": [
          "Dcim"
        ],
        "operationId": "getDcimCableTerminationsId",
        "description": "The parameters and request body are for method: getDcimCableTerminationsId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Dcim"
        ],
        "operationId": "putDcimCableTerminationsId",
        "description": "The parameters and request body are for method: putDcimCableTerminationsId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Dcim"
        ],
        "operationId": "patchDcimCableTerminationsId",
        "description": "The parameters and request body are for method: patchDcimCableTerminationsId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Dcim"
        ],
        "operationId": "deleteDcimCableTerminationsId",
        "description": "The parameters and request body are for method: deleteDcimCableTerminationsId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/dcim/cables/": {
      "get": {
        "tags": [
          "Dcim"
        ],
        "operationId": "getDcimCables",
        "description": "The parameters and request body are for method: getDcimCables. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "count": {
                      "type": "number"
                    },
                    "next": {
                      "type": "string"
                    },
                    "previous": {
                      "type": "string"
                    },
                    "results": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "id": {
                            "type": "number"
                          },
                          "url": {
                            "type": "string"
                          },
                          "display": {
                            "type": "string"
                          },
                          "type": {
                            "type": "string"
                          },
                          "a_terminations": {
                            "type": "array",
                            "items": {
                              "type": "object",
                              "properties": {
                                "object_type": {
                                  "type": "string"
                                },
                                "object_id": {
                                  "type": "number"
                                },
                                "object": {
                                  "type": "object"
                                }
                              }
                            }
                          },
                          "b_terminations": {
                            "type": "array",
                            "items": {
                              "type": "object",
                              "properties": {
                                "object_type": {
                                  "type": "string"
                                },
                                "object_id": {
                                  "type": "number"
                                },
                                "object": {
                                  "type": "object"
                                }
                              }
                            }
                          },
                          "status": {
                            "type": "object",
                            "properties": {
                              "label": {
                                "type": "string"
                              },
                              "value": {
                                "type": "string"
                              }
                            }
                          },
                          "tenant": {
                            "type": "object",
                            "properties": {
                              "id": {
                                "type": "number"
                              },
                              "url": {
                                "type": "string"
                              },
                              "display": {
                                "type": "string"
                              },
                              "name": {
                                "type": "string"
                              },
                              "slug": {
                                "type": "string"
                              }
                            }
                          },
                          "label": {
                            "type": "string"
                          },
                          "color": {
                            "type": "string"
                          },
                          "length": {
                            "type": "number"
                          },
                          "length_unit": {
                            "type": "object",
                            "properties": {
                              "label": {
                                "type": "string"
                              },
                              "value": {
                                "type": "string"
                              }
                            }
                          },
                          "tags": {
                            "type": "array",
                            "items": {
                              "type": "object",
                              "properties": {
                                "id": {
                                  "type": "number"
                                },
                                "url": {
                                  "type": "string"
                                },
                                "display": {
                                  "type": "string"
                                },
                                "name": {
                                  "type": "string"
                                },
                                "slug": {
                                  "type": "string"
                                },
                                "color": {
                                  "type": "string"
                                }
                              }
                            }
                          },
                          "custom_fields": {
                            "type": "object"
                          },
                          "created": {
                            "type": "string"
                          },
                          "last_updated": {
                            "type": "string"
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "count": 1,
                  "next": "string",
                  "previous": "string",
                  "results": [
                    {
                      "id": 3,
                      "url": "string",
                      "display": "string",
                      "type": "cat5",
                      "a_terminations": [
                        {
                          "object_type": "string",
                          "object_id": 1,
                          "object": {}
                        },
                        {
                          "object_type": "string",
                          "object_id": 8,
                          "object": {}
                        },
                        {
                          "object_type": "string",
                          "object_id": 5,
                          "object": {}
                        }
                      ],
                      "b_terminations": [
                        {
                          "object_type": "string",
                          "object_id": 6,
                          "object": {}
                        },
                        {
                          "object_type": "string",
                          "object_id": 3,
                          "object": {}
                        },
                        {
                          "object_type": "string",
                          "object_id": 8,
                          "object": {}
                        },
                        {
                          "object_type": "string",
                          "object_id": 3,
                          "object": {}
                        },
                        {
                          "object_type": "string",
                          "object_id": 2,
                          "object": {}
                        },
                        {
                          "object_type": "string",
                          "object_id": 7,
                          "object": {}
                        }
                      ],
                      "status": {
                        "label": "Connected",
                        "value": "connected"
                      },
                      "tenant": {
                        "id": 2,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string"
                      },
                      "label": "string",
                      "color": "string",
                      "length": 10,
                      "length_unit": {
                        "label": "Kilometers",
                        "value": "mi"
                      },
                      "tags": [
                        {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 4,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "created": "string",
                      "last_updated": "string"
                    }
                  ]
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "label",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "length",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lengthUnit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tenantGroupId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tenantGroup",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tenantId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tenant",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "created",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdated",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "q",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tag",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "terminationAType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "terminationAId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "terminationBType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "terminationBId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "type",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "status",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "color",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "deviceId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "device",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "rackId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "rack",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "locationId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "location",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "siteId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "site",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "labelN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "labelIc",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "labelNic",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "labelIew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "labelNiew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "labelIsw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "labelNisw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "labelIe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "labelNie",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lengthN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lengthLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lengthLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lengthGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lengthGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lengthUnitN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tenantGroupIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tenantGroupN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tenantIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tenantN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tagN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "terminationATypeN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "terminationAIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "terminationAIdLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "terminationAIdLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "terminationAIdGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "terminationAIdGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "terminationBTypeN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "terminationBIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "terminationBIdLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "terminationBIdLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "terminationBIdGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "terminationBIdGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "typeN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "statusN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "colorN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ordering",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Dcim"
        ],
        "operationId": "postDcimCables",
        "description": "The parameters and request body are for method: postDcimCables. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "put": {
        "tags": [
          "Dcim"
        ],
        "operationId": "putDcimCables",
        "description": "The parameters and request body are for method: putDcimCables. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Dcim"
        ],
        "operationId": "patchDcimCables",
        "description": "The parameters and request body are for method: patchDcimCables. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Dcim"
        ],
        "operationId": "deleteDcimCables",
        "description": "The parameters and request body are for method: deleteDcimCables. 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": {}
            }
          }
        }
      }
    },
    "/dcim/cables/{id}/": {
      "get": {
        "tags": [
          "Dcim"
        ],
        "operationId": "getDcimCablesId",
        "description": "The parameters and request body are for method: getDcimCablesId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Dcim"
        ],
        "operationId": "putDcimCablesId",
        "description": "The parameters and request body are for method: putDcimCablesId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Dcim"
        ],
        "operationId": "patchDcimCablesId",
        "description": "The parameters and request body are for method: patchDcimCablesId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Dcim"
        ],
        "operationId": "deleteDcimCablesId",
        "description": "The parameters and request body are for method: deleteDcimCablesId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/dcim/connected-device/": {
      "get": {
        "tags": [
          "Dcim"
        ],
        "operationId": "getDcimConnectedDevice",
        "description": "The parameters and request body are for method: getDcimConnectedDevice. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "peerDevice",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "peerInterface",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/dcim/console-port-templates/": {
      "get": {
        "tags": [
          "Dcim"
        ],
        "operationId": "getDcimConsolePortTemplates",
        "description": "The parameters and request body are for method: getDcimConsolePortTemplates. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "count": {
                      "type": "number"
                    },
                    "next": {
                      "type": "string"
                    },
                    "previous": {
                      "type": "string"
                    },
                    "results": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "id": {
                            "type": "number"
                          },
                          "url": {
                            "type": "string"
                          },
                          "display": {
                            "type": "string"
                          },
                          "device_type": {
                            "type": "object",
                            "properties": {
                              "id": {
                                "type": "number"
                              },
                              "url": {
                                "type": "string"
                              },
                              "display": {
                                "type": "string"
                              },
                              "manufacturer": {
                                "type": "object",
                                "properties": {
                                  "id": {
                                    "type": "number"
                                  },
                                  "url": {
                                    "type": "string"
                                  },
                                  "display": {
                                    "type": "string"
                                  },
                                  "name": {
                                    "type": "string"
                                  },
                                  "slug": {
                                    "type": "string"
                                  },
                                  "devicetype_count": {
                                    "type": "number"
                                  }
                                }
                              },
                              "model": {
                                "type": "string"
                              },
                              "slug": {
                                "type": "string"
                              },
                              "device_count": {
                                "type": "number"
                              }
                            }
                          },
                          "module_type": {
                            "type": "object",
                            "properties": {
                              "id": {
                                "type": "number"
                              },
                              "url": {
                                "type": "string"
                              },
                              "display": {
                                "type": "string"
                              },
                              "manufacturer": {
                                "type": "object",
                                "properties": {
                                  "id": {
                                    "type": "number"
                                  },
                                  "url": {
                                    "type": "string"
                                  },
                                  "display": {
                                    "type": "string"
                                  },
                                  "name": {
                                    "type": "string"
                                  },
                                  "slug": {
                                    "type": "string"
                                  },
                                  "devicetype_count": {
                                    "type": "number"
                                  }
                                }
                              },
                              "model": {
                                "type": "string"
                              }
                            }
                          },
                          "name": {
                            "type": "string"
                          },
                          "label": {
                            "type": "string"
                          },
                          "type": {
                            "type": "object",
                            "properties": {
                              "label": {
                                "type": "string"
                              },
                              "value": {
                                "type": "string"
                              }
                            }
                          },
                          "description": {
                            "type": "string"
                          },
                          "created": {
                            "type": "string"
                          },
                          "last_updated": {
                            "type": "string"
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "count": 1,
                  "next": "string",
                  "previous": "string",
                  "results": [
                    {
                      "id": 6,
                      "url": "string",
                      "display": "string",
                      "device_type": {
                        "id": 9,
                        "url": "string",
                        "display": "string",
                        "manufacturer": {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "devicetype_count": 10
                        },
                        "model": "string",
                        "slug": "string",
                        "device_count": 3
                      },
                      "module_type": {
                        "id": 1,
                        "url": "string",
                        "display": "string",
                        "manufacturer": {
                          "id": 7,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "devicetype_count": 7
                        },
                        "model": "string"
                      },
                      "name": "string",
                      "label": "string",
                      "type": {
                        "label": "USB Type A",
                        "value": "usb-mini-b"
                      },
                      "description": "string",
                      "created": "string",
                      "last_updated": "string"
                    },
                    {
                      "id": 8,
                      "url": "string",
                      "display": "string",
                      "device_type": {
                        "id": 8,
                        "url": "string",
                        "display": "string",
                        "manufacturer": {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "devicetype_count": 7
                        },
                        "model": "string",
                        "slug": "string",
                        "device_count": 4
                      },
                      "module_type": {
                        "id": 1,
                        "url": "string",
                        "display": "string",
                        "manufacturer": {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "devicetype_count": 8
                        },
                        "model": "string"
                      },
                      "name": "string",
                      "label": "string",
                      "type": {
                        "label": "Other",
                        "value": "rj-45"
                      },
                      "description": "string",
                      "created": "string",
                      "last_updated": "string"
                    }
                  ]
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "name",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "type",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "created",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdated",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "q",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "devicetypeId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "moduletypeId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIc",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNic",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNiew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIsw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNisw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNie",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "typeN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "devicetypeIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "moduletypeIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ordering",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Dcim"
        ],
        "operationId": "postDcimConsolePortTemplates",
        "description": "The parameters and request body are for method: postDcimConsolePortTemplates. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "put": {
        "tags": [
          "Dcim"
        ],
        "operationId": "putDcimConsolePortTemplates",
        "description": "The parameters and request body are for method: putDcimConsolePortTemplates. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Dcim"
        ],
        "operationId": "patchDcimConsolePortTemplates",
        "description": "The parameters and request body are for method: patchDcimConsolePortTemplates. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Dcim"
        ],
        "operationId": "deleteDcimConsolePortTemplates",
        "description": "The parameters and request body are for method: deleteDcimConsolePortTemplates. 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": {}
            }
          }
        }
      }
    },
    "/dcim/console-port-templates/{id}/": {
      "get": {
        "tags": [
          "Dcim"
        ],
        "operationId": "getDcimConsolePortTemplatesId",
        "description": "The parameters and request body are for method: getDcimConsolePortTemplatesId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Dcim"
        ],
        "operationId": "putDcimConsolePortTemplatesId",
        "description": "The parameters and request body are for method: putDcimConsolePortTemplatesId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Dcim"
        ],
        "operationId": "patchDcimConsolePortTemplatesId",
        "description": "The parameters and request body are for method: patchDcimConsolePortTemplatesId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Dcim"
        ],
        "operationId": "deleteDcimConsolePortTemplatesId",
        "description": "The parameters and request body are for method: deleteDcimConsolePortTemplatesId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/dcim/console-ports/": {
      "get": {
        "tags": [
          "Dcim"
        ],
        "operationId": "getDcimConsolePorts",
        "description": "The parameters and request body are for method: getDcimConsolePorts. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "count": {
                      "type": "number"
                    },
                    "next": {
                      "type": "string"
                    },
                    "previous": {
                      "type": "string"
                    },
                    "results": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "id": {
                            "type": "number"
                          },
                          "url": {
                            "type": "string"
                          },
                          "display": {
                            "type": "string"
                          },
                          "device": {
                            "type": "object",
                            "properties": {
                              "id": {
                                "type": "number"
                              },
                              "url": {
                                "type": "string"
                              },
                              "display": {
                                "type": "string"
                              },
                              "name": {
                                "type": "string"
                              }
                            }
                          },
                          "module": {
                            "type": "object",
                            "properties": {
                              "id": {
                                "type": "number"
                              },
                              "url": {
                                "type": "string"
                              },
                              "display": {
                                "type": "string"
                              },
                              "device": {
                                "type": "number"
                              },
                              "module_bay": {
                                "type": "object",
                                "properties": {
                                  "id": {
                                    "type": "number"
                                  },
                                  "url": {
                                    "type": "string"
                                  },
                                  "display": {
                                    "type": "string"
                                  },
                                  "name": {
                                    "type": "string"
                                  }
                                }
                              }
                            }
                          },
                          "name": {
                            "type": "string"
                          },
                          "label": {
                            "type": "string"
                          },
                          "type": {
                            "type": "object",
                            "properties": {
                              "label": {
                                "type": "string"
                              },
                              "value": {
                                "type": "string"
                              }
                            }
                          },
                          "speed": {
                            "type": "object",
                            "properties": {
                              "label": {
                                "type": "string"
                              },
                              "value": {
                                "type": "number"
                              }
                            }
                          },
                          "description": {
                            "type": "string"
                          },
                          "mark_connected": {
                            "type": "boolean"
                          },
                          "cable": {
                            "type": "object",
                            "properties": {
                              "id": {
                                "type": "number"
                              },
                              "url": {
                                "type": "string"
                              },
                              "display": {
                                "type": "string"
                              },
                              "label": {
                                "type": "string"
                              }
                            }
                          },
                          "cable_end": {
                            "type": "string"
                          },
                          "link_peers": {
                            "type": "array",
                            "items": {
                              "type": "string"
                            }
                          },
                          "link_peers_type": {
                            "type": "string"
                          },
                          "connected_endpoints": {
                            "type": "array",
                            "items": {
                              "type": "string"
                            }
                          },
                          "connected_endpoints_type": {
                            "type": "string"
                          },
                          "connected_endpoints_reachable": {
                            "type": "boolean"
                          },
                          "tags": {
                            "type": "array",
                            "items": {
                              "type": "object",
                              "properties": {
                                "id": {
                                  "type": "number"
                                },
                                "url": {
                                  "type": "string"
                                },
                                "display": {
                                  "type": "string"
                                },
                                "name": {
                                  "type": "string"
                                },
                                "slug": {
                                  "type": "string"
                                },
                                "color": {
                                  "type": "string"
                                }
                              }
                            }
                          },
                          "custom_fields": {
                            "type": "object"
                          },
                          "created": {
                            "type": "string"
                          },
                          "last_updated": {
                            "type": "string"
                          },
                          "_occupied": {
                            "type": "boolean"
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "count": 2,
                  "next": "string",
                  "previous": "string",
                  "results": [
                    {
                      "id": 3,
                      "url": "string",
                      "display": "string",
                      "device": {
                        "id": 2,
                        "url": "string",
                        "display": "string",
                        "name": "string"
                      },
                      "module": {
                        "id": 8,
                        "url": "string",
                        "display": "string",
                        "device": 6,
                        "module_bay": {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        }
                      },
                      "name": "string",
                      "label": "string",
                      "type": {
                        "label": "USB Micro A",
                        "value": "de-9"
                      },
                      "speed": {
                        "label": "57.6 kbps",
                        "value": 2400
                      },
                      "description": "string",
                      "mark_connected": true,
                      "cable": {
                        "id": 1,
                        "url": "string",
                        "display": "string",
                        "label": "string"
                      },
                      "cable_end": "string",
                      "link_peers": [
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string"
                      ],
                      "link_peers_type": "string",
                      "connected_endpoints": [
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string"
                      ],
                      "connected_endpoints_type": "string",
                      "connected_endpoints_reachable": false,
                      "tags": [
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 4,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 7,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 7,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 4,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 7,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "created": "string",
                      "last_updated": "string",
                      "_occupied": false
                    },
                    {
                      "id": 7,
                      "url": "string",
                      "display": "string",
                      "device": {
                        "id": 5,
                        "url": "string",
                        "display": "string",
                        "name": "string"
                      },
                      "module": {
                        "id": 5,
                        "url": "string",
                        "display": "string",
                        "device": 10,
                        "module_bay": {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        }
                      },
                      "name": "string",
                      "label": "string",
                      "type": {
                        "label": "RJ-11",
                        "value": "usb-mini-a"
                      },
                      "speed": {
                        "label": "2400 bps",
                        "value": 19200
                      },
                      "description": "string",
                      "mark_connected": false,
                      "cable": {
                        "id": 7,
                        "url": "string",
                        "display": "string",
                        "label": "string"
                      },
                      "cable_end": "string",
                      "link_peers": [
                        "string",
                        "string"
                      ],
                      "link_peers_type": "string",
                      "connected_endpoints": [
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string"
                      ],
                      "connected_endpoints_type": "string",
                      "connected_endpoints_reachable": true,
                      "tags": [
                        {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 4,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "created": "string",
                      "last_updated": "string",
                      "_occupied": true
                    },
                    {
                      "id": 8,
                      "url": "string",
                      "display": "string",
                      "device": {
                        "id": 3,
                        "url": "string",
                        "display": "string",
                        "name": "string"
                      },
                      "module": {
                        "id": 6,
                        "url": "string",
                        "display": "string",
                        "device": 10,
                        "module_bay": {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        }
                      },
                      "name": "string",
                      "label": "string",
                      "type": {
                        "label": "USB Type C",
                        "value": "rj-11"
                      },
                      "speed": {
                        "label": "57.6 kbps",
                        "value": 19200
                      },
                      "description": "string",
                      "mark_connected": true,
                      "cable": {
                        "id": 5,
                        "url": "string",
                        "display": "string",
                        "label": "string"
                      },
                      "cable_end": "string",
                      "link_peers": [
                        "string",
                        "string",
                        "string"
                      ],
                      "link_peers_type": "string",
                      "connected_endpoints": [
                        "string",
                        "string",
                        "string"
                      ],
                      "connected_endpoints_type": "string",
                      "connected_endpoints_reachable": true,
                      "tags": [
                        {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 7,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 7,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "created": "string",
                      "last_updated": "string",
                      "_occupied": false
                    },
                    {
                      "id": 2,
                      "url": "string",
                      "display": "string",
                      "device": {
                        "id": 10,
                        "url": "string",
                        "display": "string",
                        "name": "string"
                      },
                      "module": {
                        "id": 2,
                        "url": "string",
                        "display": "string",
                        "device": 3,
                        "module_bay": {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        }
                      },
                      "name": "string",
                      "label": "string",
                      "type": {
                        "label": "USB Micro A",
                        "value": "usb-c"
                      },
                      "speed": {
                        "label": "19.2 kbps",
                        "value": 1200
                      },
                      "description": "string",
                      "mark_connected": true,
                      "cable": {
                        "id": 2,
                        "url": "string",
                        "display": "string",
                        "label": "string"
                      },
                      "cable_end": "string",
                      "link_peers": [
                        "string"
                      ],
                      "link_peers_type": "string",
                      "connected_endpoints": [
                        "string",
                        "string",
                        "string",
                        "string",
                        "string"
                      ],
                      "connected_endpoints_type": "string",
                      "connected_endpoints_reachable": false,
                      "tags": [
                        {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "created": "string",
                      "last_updated": "string",
                      "_occupied": false
                    },
                    {
                      "id": 10,
                      "url": "string",
                      "display": "string",
                      "device": {
                        "id": 2,
                        "url": "string",
                        "display": "string",
                        "name": "string"
                      },
                      "module": {
                        "id": 2,
                        "url": "string",
                        "display": "string",
                        "device": 3,
                        "module_bay": {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        }
                      },
                      "name": "string",
                      "label": "string",
                      "type": {
                        "label": "USB Type C",
                        "value": "mini-din-8"
                      },
                      "speed": {
                        "label": "19.2 kbps",
                        "value": 4800
                      },
                      "description": "string",
                      "mark_connected": false,
                      "cable": {
                        "id": 7,
                        "url": "string",
                        "display": "string",
                        "label": "string"
                      },
                      "cable_end": "string",
                      "link_peers": [
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string"
                      ],
                      "link_peers_type": "string",
                      "connected_endpoints": [
                        "string",
                        "string"
                      ],
                      "connected_endpoints_type": "string",
                      "connected_endpoints_reachable": true,
                      "tags": [
                        {
                          "id": 7,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 7,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 7,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 7,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 4,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "created": "string",
                      "last_updated": "string",
                      "_occupied": false
                    },
                    {
                      "id": 3,
                      "url": "string",
                      "display": "string",
                      "device": {
                        "id": 1,
                        "url": "string",
                        "display": "string",
                        "name": "string"
                      },
                      "module": {
                        "id": 4,
                        "url": "string",
                        "display": "string",
                        "device": 7,
                        "module_bay": {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        }
                      },
                      "name": "string",
                      "label": "string",
                      "type": {
                        "label": "USB Type B",
                        "value": "mini-din-8"
                      },
                      "speed": {
                        "label": "19.2 kbps",
                        "value": 1200
                      },
                      "description": "string",
                      "mark_connected": true,
                      "cable": {
                        "id": 7,
                        "url": "string",
                        "display": "string",
                        "label": "string"
                      },
                      "cable_end": "string",
                      "link_peers": [
                        "string",
                        "string",
                        "string"
                      ],
                      "link_peers_type": "string",
                      "connected_endpoints": [
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string"
                      ],
                      "connected_endpoints_type": "string",
                      "connected_endpoints_reachable": false,
                      "tags": [
                        {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "created": "string",
                      "last_updated": "string",
                      "_occupied": true
                    }
                  ]
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "name",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "label",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "description",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "cableEnd",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "q",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "regionId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "region",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "siteGroupId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "siteGroup",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "siteId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "site",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "locationId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "location",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "rackId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "rack",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "deviceId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "device",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "virtualChassisId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "virtualChassis",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "moduleId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "created",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdated",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tag",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "cabled",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "occupied",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "connected",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "type",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIc",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNic",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNiew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIsw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNisw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNie",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "labelN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "labelIc",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "labelNic",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "labelIew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "labelNiew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "labelIsw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "labelNisw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "labelIe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "labelNie",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionIc",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionNic",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionIew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionNiew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionIsw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionNisw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionIe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionNie",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "cableEndN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "regionIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "regionN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "siteGroupIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "siteGroupN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "siteIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "siteN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "locationIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "locationN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "rackIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "rackN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "deviceIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "deviceN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "virtualChassisIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "virtualChassisN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "moduleIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tagN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "typeN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ordering",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Dcim"
        ],
        "operationId": "postDcimConsolePorts",
        "description": "The parameters and request body are for method: postDcimConsolePorts. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "put": {
        "tags": [
          "Dcim"
        ],
        "operationId": "putDcimConsolePorts",
        "description": "The parameters and request body are for method: putDcimConsolePorts. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Dcim"
        ],
        "operationId": "patchDcimConsolePorts",
        "description": "The parameters and request body are for method: patchDcimConsolePorts. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Dcim"
        ],
        "operationId": "deleteDcimConsolePorts",
        "description": "The parameters and request body are for method: deleteDcimConsolePorts. 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": {}
            }
          }
        }
      }
    },
    "/dcim/console-ports/{id}/": {
      "get": {
        "tags": [
          "Dcim"
        ],
        "operationId": "getDcimConsolePortsId",
        "description": "The parameters and request body are for method: getDcimConsolePortsId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Dcim"
        ],
        "operationId": "putDcimConsolePortsId",
        "description": "The parameters and request body are for method: putDcimConsolePortsId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Dcim"
        ],
        "operationId": "patchDcimConsolePortsId",
        "description": "The parameters and request body are for method: patchDcimConsolePortsId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Dcim"
        ],
        "operationId": "deleteDcimConsolePortsId",
        "description": "The parameters and request body are for method: deleteDcimConsolePortsId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/dcim/console-ports/{id}/trace/": {
      "get": {
        "tags": [
          "Dcim"
        ],
        "operationId": "getDcimConsolePortsIdTrace",
        "description": "The parameters and request body are for method: getDcimConsolePortsIdTrace. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/dcim/console-server-port-templates/": {
      "get": {
        "tags": [
          "Dcim"
        ],
        "operationId": "getDcimConsoleServerPortTemplates",
        "description": "The parameters and request body are for method: getDcimConsoleServerPortTemplates. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "count": {
                      "type": "number"
                    },
                    "next": {
                      "type": "string"
                    },
                    "previous": {
                      "type": "string"
                    },
                    "results": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "id": {
                            "type": "number"
                          },
                          "url": {
                            "type": "string"
                          },
                          "display": {
                            "type": "string"
                          },
                          "device_type": {
                            "type": "object",
                            "properties": {
                              "id": {
                                "type": "number"
                              },
                              "url": {
                                "type": "string"
                              },
                              "display": {
                                "type": "string"
                              },
                              "manufacturer": {
                                "type": "object",
                                "properties": {
                                  "id": {
                                    "type": "number"
                                  },
                                  "url": {
                                    "type": "string"
                                  },
                                  "display": {
                                    "type": "string"
                                  },
                                  "name": {
                                    "type": "string"
                                  },
                                  "slug": {
                                    "type": "string"
                                  },
                                  "devicetype_count": {
                                    "type": "number"
                                  }
                                }
                              },
                              "model": {
                                "type": "string"
                              },
                              "slug": {
                                "type": "string"
                              },
                              "device_count": {
                                "type": "number"
                              }
                            }
                          },
                          "module_type": {
                            "type": "object",
                            "properties": {
                              "id": {
                                "type": "number"
                              },
                              "url": {
                                "type": "string"
                              },
                              "display": {
                                "type": "string"
                              },
                              "manufacturer": {
                                "type": "object",
                                "properties": {
                                  "id": {
                                    "type": "number"
                                  },
                                  "url": {
                                    "type": "string"
                                  },
                                  "display": {
                                    "type": "string"
                                  },
                                  "name": {
                                    "type": "string"
                                  },
                                  "slug": {
                                    "type": "string"
                                  },
                                  "devicetype_count": {
                                    "type": "number"
                                  }
                                }
                              },
                              "model": {
                                "type": "string"
                              }
                            }
                          },
                          "name": {
                            "type": "string"
                          },
                          "label": {
                            "type": "string"
                          },
                          "type": {
                            "type": "object",
                            "properties": {
                              "label": {
                                "type": "string"
                              },
                              "value": {
                                "type": "string"
                              }
                            }
                          },
                          "description": {
                            "type": "string"
                          },
                          "created": {
                            "type": "string"
                          },
                          "last_updated": {
                            "type": "string"
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "count": 10,
                  "next": "string",
                  "previous": "string",
                  "results": [
                    {
                      "id": 3,
                      "url": "string",
                      "display": "string",
                      "device_type": {
                        "id": 6,
                        "url": "string",
                        "display": "string",
                        "manufacturer": {
                          "id": 4,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "devicetype_count": 6
                        },
                        "model": "string",
                        "slug": "string",
                        "device_count": 4
                      },
                      "module_type": {
                        "id": 2,
                        "url": "string",
                        "display": "string",
                        "manufacturer": {
                          "id": 7,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "devicetype_count": 1
                        },
                        "model": "string"
                      },
                      "name": "string",
                      "label": "string",
                      "type": {
                        "label": "USB Mini B",
                        "value": "rj-45"
                      },
                      "description": "string",
                      "created": "string",
                      "last_updated": "string"
                    },
                    {
                      "id": 2,
                      "url": "string",
                      "display": "string",
                      "device_type": {
                        "id": 5,
                        "url": "string",
                        "display": "string",
                        "manufacturer": {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "devicetype_count": 10
                        },
                        "model": "string",
                        "slug": "string",
                        "device_count": 3
                      },
                      "module_type": {
                        "id": 1,
                        "url": "string",
                        "display": "string",
                        "manufacturer": {
                          "id": 4,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "devicetype_count": 3
                        },
                        "model": "string"
                      },
                      "name": "string",
                      "label": "string",
                      "type": {
                        "label": "USB Type B",
                        "value": "rj-12"
                      },
                      "description": "string",
                      "created": "string",
                      "last_updated": "string"
                    },
                    {
                      "id": 9,
                      "url": "string",
                      "display": "string",
                      "device_type": {
                        "id": 6,
                        "url": "string",
                        "display": "string",
                        "manufacturer": {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "devicetype_count": 6
                        },
                        "model": "string",
                        "slug": "string",
                        "device_count": 9
                      },
                      "module_type": {
                        "id": 2,
                        "url": "string",
                        "display": "string",
                        "manufacturer": {
                          "id": 4,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "devicetype_count": 1
                        },
                        "model": "string"
                      },
                      "name": "string",
                      "label": "string",
                      "type": {
                        "label": "USB Mini B",
                        "value": "usb-micro-a"
                      },
                      "description": "string",
                      "created": "string",
                      "last_updated": "string"
                    },
                    {
                      "id": 7,
                      "url": "string",
                      "display": "string",
                      "device_type": {
                        "id": 7,
                        "url": "string",
                        "display": "string",
                        "manufacturer": {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "devicetype_count": 5
                        },
                        "model": "string",
                        "slug": "string",
                        "device_count": 3
                      },
                      "module_type": {
                        "id": 9,
                        "url": "string",
                        "display": "string",
                        "manufacturer": {
                          "id": 7,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "devicetype_count": 8
                        },
                        "model": "string"
                      },
                      "name": "string",
                      "label": "string",
                      "type": {
                        "label": "DB-25",
                        "value": "rj-11"
                      },
                      "description": "string",
                      "created": "string",
                      "last_updated": "string"
                    },
                    {
                      "id": 9,
                      "url": "string",
                      "display": "string",
                      "device_type": {
                        "id": 6,
                        "url": "string",
                        "display": "string",
                        "manufacturer": {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "devicetype_count": 9
                        },
                        "model": "string",
                        "slug": "string",
                        "device_count": 7
                      },
                      "module_type": {
                        "id": 2,
                        "url": "string",
                        "display": "string",
                        "manufacturer": {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "devicetype_count": 10
                        },
                        "model": "string"
                      },
                      "name": "string",
                      "label": "string",
                      "type": {
                        "label": "RJ-11",
                        "value": "usb-b"
                      },
                      "description": "string",
                      "created": "string",
                      "last_updated": "string"
                    },
                    {
                      "id": 9,
                      "url": "string",
                      "display": "string",
                      "device_type": {
                        "id": 2,
                        "url": "string",
                        "display": "string",
                        "manufacturer": {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "devicetype_count": 3
                        },
                        "model": "string",
                        "slug": "string",
                        "device_count": 1
                      },
                      "module_type": {
                        "id": 10,
                        "url": "string",
                        "display": "string",
                        "manufacturer": {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "devicetype_count": 7
                        },
                        "model": "string"
                      },
                      "name": "string",
                      "label": "string",
                      "type": {
                        "label": "Other",
                        "value": "usb-c"
                      },
                      "description": "string",
                      "created": "string",
                      "last_updated": "string"
                    },
                    {
                      "id": 8,
                      "url": "string",
                      "display": "string",
                      "device_type": {
                        "id": 10,
                        "url": "string",
                        "display": "string",
                        "manufacturer": {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "devicetype_count": 9
                        },
                        "model": "string",
                        "slug": "string",
                        "device_count": 10
                      },
                      "module_type": {
                        "id": 9,
                        "url": "string",
                        "display": "string",
                        "manufacturer": {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "devicetype_count": 3
                        },
                        "model": "string"
                      },
                      "name": "string",
                      "label": "string",
                      "type": {
                        "label": "RJ-12",
                        "value": "other"
                      },
                      "description": "string",
                      "created": "string",
                      "last_updated": "string"
                    }
                  ]
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "name",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "type",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "created",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdated",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "q",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "devicetypeId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "moduletypeId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIc",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNic",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNiew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIsw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNisw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNie",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "typeN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "devicetypeIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "moduletypeIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ordering",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Dcim"
        ],
        "operationId": "postDcimConsoleServerPortTemplates",
        "description": "The parameters and request body are for method: postDcimConsoleServerPortTemplates. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "put": {
        "tags": [
          "Dcim"
        ],
        "operationId": "putDcimConsoleServerPortTemplates",
        "description": "The parameters and request body are for method: putDcimConsoleServerPortTemplates. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Dcim"
        ],
        "operationId": "patchDcimConsoleServerPortTemplates",
        "description": "The parameters and request body are for method: patchDcimConsoleServerPortTemplates. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Dcim"
        ],
        "operationId": "deleteDcimConsoleServerPortTemplates",
        "description": "The parameters and request body are for method: deleteDcimConsoleServerPortTemplates. 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": {}
            }
          }
        }
      }
    },
    "/dcim/console-server-port-templates/{id}/": {
      "get": {
        "tags": [
          "Dcim"
        ],
        "operationId": "getDcimConsoleServerPortTemplatesId",
        "description": "The parameters and request body are for method: getDcimConsoleServerPortTemplatesId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Dcim"
        ],
        "operationId": "putDcimConsoleServerPortTemplatesId",
        "description": "The parameters and request body are for method: putDcimConsoleServerPortTemplatesId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Dcim"
        ],
        "operationId": "patchDcimConsoleServerPortTemplatesId",
        "description": "The parameters and request body are for method: patchDcimConsoleServerPortTemplatesId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Dcim"
        ],
        "operationId": "deleteDcimConsoleServerPortTemplatesId",
        "description": "The parameters and request body are for method: deleteDcimConsoleServerPortTemplatesId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/dcim/console-server-ports/": {
      "get": {
        "tags": [
          "Dcim"
        ],
        "operationId": "getDcimConsoleServerPorts",
        "description": "The parameters and request body are for method: getDcimConsoleServerPorts. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "count": {
                      "type": "number"
                    },
                    "next": {
                      "type": "string"
                    },
                    "previous": {
                      "type": "string"
                    },
                    "results": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "id": {
                            "type": "number"
                          },
                          "url": {
                            "type": "string"
                          },
                          "display": {
                            "type": "string"
                          },
                          "device": {
                            "type": "object",
                            "properties": {
                              "id": {
                                "type": "number"
                              },
                              "url": {
                                "type": "string"
                              },
                              "display": {
                                "type": "string"
                              },
                              "name": {
                                "type": "string"
                              }
                            }
                          },
                          "module": {
                            "type": "object",
                            "properties": {
                              "id": {
                                "type": "number"
                              },
                              "url": {
                                "type": "string"
                              },
                              "display": {
                                "type": "string"
                              },
                              "device": {
                                "type": "number"
                              },
                              "module_bay": {
                                "type": "object",
                                "properties": {
                                  "id": {
                                    "type": "number"
                                  },
                                  "url": {
                                    "type": "string"
                                  },
                                  "display": {
                                    "type": "string"
                                  },
                                  "name": {
                                    "type": "string"
                                  }
                                }
                              }
                            }
                          },
                          "name": {
                            "type": "string"
                          },
                          "label": {
                            "type": "string"
                          },
                          "type": {
                            "type": "object",
                            "properties": {
                              "label": {
                                "type": "string"
                              },
                              "value": {
                                "type": "string"
                              }
                            }
                          },
                          "speed": {
                            "type": "object",
                            "properties": {
                              "label": {
                                "type": "string"
                              },
                              "value": {
                                "type": "number"
                              }
                            }
                          },
                          "description": {
                            "type": "string"
                          },
                          "mark_connected": {
                            "type": "boolean"
                          },
                          "cable": {
                            "type": "object",
                            "properties": {
                              "id": {
                                "type": "number"
                              },
                              "url": {
                                "type": "string"
                              },
                              "display": {
                                "type": "string"
                              },
                              "label": {
                                "type": "string"
                              }
                            }
                          },
                          "cable_end": {
                            "type": "string"
                          },
                          "link_peers": {
                            "type": "array",
                            "items": {
                              "type": "string"
                            }
                          },
                          "link_peers_type": {
                            "type": "string"
                          },
                          "connected_endpoints": {
                            "type": "array",
                            "items": {
                              "type": "string"
                            }
                          },
                          "connected_endpoints_type": {
                            "type": "string"
                          },
                          "connected_endpoints_reachable": {
                            "type": "boolean"
                          },
                          "tags": {
                            "type": "array",
                            "items": {
                              "type": "object",
                              "properties": {
                                "id": {
                                  "type": "number"
                                },
                                "url": {
                                  "type": "string"
                                },
                                "display": {
                                  "type": "string"
                                },
                                "name": {
                                  "type": "string"
                                },
                                "slug": {
                                  "type": "string"
                                },
                                "color": {
                                  "type": "string"
                                }
                              }
                            }
                          },
                          "custom_fields": {
                            "type": "object"
                          },
                          "created": {
                            "type": "string"
                          },
                          "last_updated": {
                            "type": "string"
                          },
                          "_occupied": {
                            "type": "boolean"
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "count": 8,
                  "next": "string",
                  "previous": "string",
                  "results": [
                    {
                      "id": 9,
                      "url": "string",
                      "display": "string",
                      "device": {
                        "id": 9,
                        "url": "string",
                        "display": "string",
                        "name": "string"
                      },
                      "module": {
                        "id": 4,
                        "url": "string",
                        "display": "string",
                        "device": 10,
                        "module_bay": {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        }
                      },
                      "name": "string",
                      "label": "string",
                      "type": {
                        "label": "USB Micro A",
                        "value": "rj-11"
                      },
                      "speed": {
                        "label": "2400 bps",
                        "value": 1200
                      },
                      "description": "string",
                      "mark_connected": false,
                      "cable": {
                        "id": 8,
                        "url": "string",
                        "display": "string",
                        "label": "string"
                      },
                      "cable_end": "string",
                      "link_peers": [
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string"
                      ],
                      "link_peers_type": "string",
                      "connected_endpoints": [
                        "string",
                        "string",
                        "string",
                        "string"
                      ],
                      "connected_endpoints_type": "string",
                      "connected_endpoints_reachable": false,
                      "tags": [
                        {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 4,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "created": "string",
                      "last_updated": "string",
                      "_occupied": false
                    },
                    {
                      "id": 8,
                      "url": "string",
                      "display": "string",
                      "device": {
                        "id": 6,
                        "url": "string",
                        "display": "string",
                        "name": "string"
                      },
                      "module": {
                        "id": 1,
                        "url": "string",
                        "display": "string",
                        "device": 5,
                        "module_bay": {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        }
                      },
                      "name": "string",
                      "label": "string",
                      "type": {
                        "label": "DE-9",
                        "value": "rj-45"
                      },
                      "speed": {
                        "label": "9600 bps",
                        "value": 4800
                      },
                      "description": "string",
                      "mark_connected": false,
                      "cable": {
                        "id": 2,
                        "url": "string",
                        "display": "string",
                        "label": "string"
                      },
                      "cable_end": "string",
                      "link_peers": [
                        "string",
                        "string",
                        "string",
                        "string",
                        "string"
                      ],
                      "link_peers_type": "string",
                      "connected_endpoints": [
                        "string",
                        "string"
                      ],
                      "connected_endpoints_type": "string",
                      "connected_endpoints_reachable": true,
                      "tags": [
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "created": "string",
                      "last_updated": "string",
                      "_occupied": false
                    },
                    {
                      "id": 7,
                      "url": "string",
                      "display": "string",
                      "device": {
                        "id": 2,
                        "url": "string",
                        "display": "string",
                        "name": "string"
                      },
                      "module": {
                        "id": 6,
                        "url": "string",
                        "display": "string",
                        "device": 9,
                        "module_bay": {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        }
                      },
                      "name": "string",
                      "label": "string",
                      "type": {
                        "label": "USB Type C",
                        "value": "other"
                      },
                      "speed": {
                        "label": "2400 bps",
                        "value": 4800
                      },
                      "description": "string",
                      "mark_connected": false,
                      "cable": {
                        "id": 1,
                        "url": "string",
                        "display": "string",
                        "label": "string"
                      },
                      "cable_end": "string",
                      "link_peers": [
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string"
                      ],
                      "link_peers_type": "string",
                      "connected_endpoints": [
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string"
                      ],
                      "connected_endpoints_type": "string",
                      "connected_endpoints_reachable": true,
                      "tags": [
                        {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 7,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "created": "string",
                      "last_updated": "string",
                      "_occupied": false
                    }
                  ]
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "name",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "label",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "description",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "cableEnd",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "q",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "regionId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "region",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "siteGroupId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "siteGroup",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "siteId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "site",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "locationId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "location",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "rackId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "rack",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "deviceId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "device",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "virtualChassisId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "virtualChassis",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "moduleId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "created",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdated",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tag",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "cabled",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "occupied",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "connected",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "type",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIc",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNic",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNiew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIsw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNisw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNie",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "labelN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "labelIc",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "labelNic",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "labelIew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "labelNiew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "labelIsw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "labelNisw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "labelIe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "labelNie",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionIc",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionNic",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionIew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionNiew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionIsw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionNisw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionIe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionNie",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "cableEndN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "regionIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "regionN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "siteGroupIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "siteGroupN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "siteIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "siteN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "locationIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "locationN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "rackIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "rackN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "deviceIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "deviceN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "virtualChassisIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "virtualChassisN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "moduleIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tagN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "typeN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ordering",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Dcim"
        ],
        "operationId": "postDcimConsoleServerPorts",
        "description": "The parameters and request body are for method: postDcimConsoleServerPorts. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "put": {
        "tags": [
          "Dcim"
        ],
        "operationId": "putDcimConsoleServerPorts",
        "description": "The parameters and request body are for method: putDcimConsoleServerPorts. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Dcim"
        ],
        "operationId": "patchDcimConsoleServerPorts",
        "description": "The parameters and request body are for method: patchDcimConsoleServerPorts. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Dcim"
        ],
        "operationId": "deleteDcimConsoleServerPorts",
        "description": "The parameters and request body are for method: deleteDcimConsoleServerPorts. 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": {}
            }
          }
        }
      }
    },
    "/dcim/console-server-ports/{id}/": {
      "get": {
        "tags": [
          "Dcim"
        ],
        "operationId": "getDcimConsoleServerPortsId",
        "description": "The parameters and request body are for method: getDcimConsoleServerPortsId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Dcim"
        ],
        "operationId": "putDcimConsoleServerPortsId",
        "description": "The parameters and request body are for method: putDcimConsoleServerPortsId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Dcim"
        ],
        "operationId": "patchDcimConsoleServerPortsId",
        "description": "The parameters and request body are for method: patchDcimConsoleServerPortsId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Dcim"
        ],
        "operationId": "deleteDcimConsoleServerPortsId",
        "description": "The parameters and request body are for method: deleteDcimConsoleServerPortsId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/dcim/console-server-ports/{id}/trace/": {
      "get": {
        "tags": [
          "Dcim"
        ],
        "operationId": "getDcimConsoleServerPortsIdTrace",
        "description": "The parameters and request body are for method: getDcimConsoleServerPortsIdTrace. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/dcim/device-bay-templates/": {
      "get": {
        "tags": [
          "Dcim"
        ],
        "operationId": "getDcimDeviceBayTemplates",
        "description": "The parameters and request body are for method: getDcimDeviceBayTemplates. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "count": {
                      "type": "number"
                    },
                    "next": {
                      "type": "string"
                    },
                    "previous": {
                      "type": "string"
                    },
                    "results": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "id": {
                            "type": "number"
                          },
                          "url": {
                            "type": "string"
                          },
                          "display": {
                            "type": "string"
                          },
                          "device_type": {
                            "type": "object",
                            "properties": {
                              "id": {
                                "type": "number"
                              },
                              "url": {
                                "type": "string"
                              },
                              "display": {
                                "type": "string"
                              },
                              "manufacturer": {
                                "type": "object",
                                "properties": {
                                  "id": {
                                    "type": "number"
                                  },
                                  "url": {
                                    "type": "string"
                                  },
                                  "display": {
                                    "type": "string"
                                  },
                                  "name": {
                                    "type": "string"
                                  },
                                  "slug": {
                                    "type": "string"
                                  },
                                  "devicetype_count": {
                                    "type": "number"
                                  }
                                }
                              },
                              "model": {
                                "type": "string"
                              },
                              "slug": {
                                "type": "string"
                              },
                              "device_count": {
                                "type": "number"
                              }
                            }
                          },
                          "name": {
                            "type": "string"
                          },
                          "label": {
                            "type": "string"
                          },
                          "description": {
                            "type": "string"
                          },
                          "created": {
                            "type": "string"
                          },
                          "last_updated": {
                            "type": "string"
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "count": 1,
                  "next": "string",
                  "previous": "string",
                  "results": [
                    {
                      "id": 6,
                      "url": "string",
                      "display": "string",
                      "device_type": {
                        "id": 5,
                        "url": "string",
                        "display": "string",
                        "manufacturer": {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "devicetype_count": 5
                        },
                        "model": "string",
                        "slug": "string",
                        "device_count": 1
                      },
                      "name": "string",
                      "label": "string",
                      "description": "string",
                      "created": "string",
                      "last_updated": "string"
                    },
                    {
                      "id": 10,
                      "url": "string",
                      "display": "string",
                      "device_type": {
                        "id": 9,
                        "url": "string",
                        "display": "string",
                        "manufacturer": {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "devicetype_count": 7
                        },
                        "model": "string",
                        "slug": "string",
                        "device_count": 9
                      },
                      "name": "string",
                      "label": "string",
                      "description": "string",
                      "created": "string",
                      "last_updated": "string"
                    },
                    {
                      "id": 2,
                      "url": "string",
                      "display": "string",
                      "device_type": {
                        "id": 7,
                        "url": "string",
                        "display": "string",
                        "manufacturer": {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "devicetype_count": 10
                        },
                        "model": "string",
                        "slug": "string",
                        "device_count": 7
                      },
                      "name": "string",
                      "label": "string",
                      "description": "string",
                      "created": "string",
                      "last_updated": "string"
                    },
                    {
                      "id": 3,
                      "url": "string",
                      "display": "string",
                      "device_type": {
                        "id": 5,
                        "url": "string",
                        "display": "string",
                        "manufacturer": {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "devicetype_count": 8
                        },
                        "model": "string",
                        "slug": "string",
                        "device_count": 7
                      },
                      "name": "string",
                      "label": "string",
                      "description": "string",
                      "created": "string",
                      "last_updated": "string"
                    },
                    {
                      "id": 4,
                      "url": "string",
                      "display": "string",
                      "device_type": {
                        "id": 2,
                        "url": "string",
                        "display": "string",
                        "manufacturer": {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "devicetype_count": 6
                        },
                        "model": "string",
                        "slug": "string",
                        "device_count": 5
                      },
                      "name": "string",
                      "label": "string",
                      "description": "string",
                      "created": "string",
                      "last_updated": "string"
                    },
                    {
                      "id": 6,
                      "url": "string",
                      "display": "string",
                      "device_type": {
                        "id": 5,
                        "url": "string",
                        "display": "string",
                        "manufacturer": {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "devicetype_count": 4
                        },
                        "model": "string",
                        "slug": "string",
                        "device_count": 8
                      },
                      "name": "string",
                      "label": "string",
                      "description": "string",
                      "created": "string",
                      "last_updated": "string"
                    },
                    {
                      "id": 5,
                      "url": "string",
                      "display": "string",
                      "device_type": {
                        "id": 2,
                        "url": "string",
                        "display": "string",
                        "manufacturer": {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "devicetype_count": 7
                        },
                        "model": "string",
                        "slug": "string",
                        "device_count": 10
                      },
                      "name": "string",
                      "label": "string",
                      "description": "string",
                      "created": "string",
                      "last_updated": "string"
                    },
                    {
                      "id": 5,
                      "url": "string",
                      "display": "string",
                      "device_type": {
                        "id": 6,
                        "url": "string",
                        "display": "string",
                        "manufacturer": {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "devicetype_count": 7
                        },
                        "model": "string",
                        "slug": "string",
                        "device_count": 6
                      },
                      "name": "string",
                      "label": "string",
                      "description": "string",
                      "created": "string",
                      "last_updated": "string"
                    }
                  ]
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "name",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "created",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdated",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "q",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "devicetypeId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIc",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNic",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNiew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIsw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNisw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNie",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "devicetypeIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ordering",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Dcim"
        ],
        "operationId": "postDcimDeviceBayTemplates",
        "description": "The parameters and request body are for method: postDcimDeviceBayTemplates. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "put": {
        "tags": [
          "Dcim"
        ],
        "operationId": "putDcimDeviceBayTemplates",
        "description": "The parameters and request body are for method: putDcimDeviceBayTemplates. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Dcim"
        ],
        "operationId": "patchDcimDeviceBayTemplates",
        "description": "The parameters and request body are for method: patchDcimDeviceBayTemplates. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Dcim"
        ],
        "operationId": "deleteDcimDeviceBayTemplates",
        "description": "The parameters and request body are for method: deleteDcimDeviceBayTemplates. 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": {}
            }
          }
        }
      }
    },
    "/dcim/device-bay-templates/{id}/": {
      "get": {
        "tags": [
          "Dcim"
        ],
        "operationId": "getDcimDeviceBayTemplatesId",
        "description": "The parameters and request body are for method: getDcimDeviceBayTemplatesId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Dcim"
        ],
        "operationId": "putDcimDeviceBayTemplatesId",
        "description": "The parameters and request body are for method: putDcimDeviceBayTemplatesId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Dcim"
        ],
        "operationId": "patchDcimDeviceBayTemplatesId",
        "description": "The parameters and request body are for method: patchDcimDeviceBayTemplatesId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Dcim"
        ],
        "operationId": "deleteDcimDeviceBayTemplatesId",
        "description": "The parameters and request body are for method: deleteDcimDeviceBayTemplatesId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/dcim/device-bays/": {
      "get": {
        "tags": [
          "Dcim"
        ],
        "operationId": "getDcimDeviceBays",
        "description": "The parameters and request body are for method: getDcimDeviceBays. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "count": {
                      "type": "number"
                    },
                    "next": {
                      "type": "string"
                    },
                    "previous": {
                      "type": "string"
                    },
                    "results": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "id": {
                            "type": "number"
                          },
                          "url": {
                            "type": "string"
                          },
                          "display": {
                            "type": "string"
                          },
                          "device": {
                            "type": "object",
                            "properties": {
                              "id": {
                                "type": "number"
                              },
                              "url": {
                                "type": "string"
                              },
                              "display": {
                                "type": "string"
                              },
                              "name": {
                                "type": "string"
                              }
                            }
                          },
                          "name": {
                            "type": "string"
                          },
                          "label": {
                            "type": "string"
                          },
                          "description": {
                            "type": "string"
                          },
                          "installed_device": {
                            "type": "object",
                            "properties": {
                              "id": {
                                "type": "number"
                              },
                              "url": {
                                "type": "string"
                              },
                              "display": {
                                "type": "string"
                              },
                              "name": {
                                "type": "string"
                              }
                            }
                          },
                          "tags": {
                            "type": "array",
                            "items": {
                              "type": "object",
                              "properties": {
                                "id": {
                                  "type": "number"
                                },
                                "url": {
                                  "type": "string"
                                },
                                "display": {
                                  "type": "string"
                                },
                                "name": {
                                  "type": "string"
                                },
                                "slug": {
                                  "type": "string"
                                },
                                "color": {
                                  "type": "string"
                                }
                              }
                            }
                          },
                          "custom_fields": {
                            "type": "object"
                          },
                          "created": {
                            "type": "string"
                          },
                          "last_updated": {
                            "type": "string"
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "count": 1,
                  "next": "string",
                  "previous": "string",
                  "results": [
                    {
                      "id": 9,
                      "url": "string",
                      "display": "string",
                      "device": {
                        "id": 8,
                        "url": "string",
                        "display": "string",
                        "name": "string"
                      },
                      "name": "string",
                      "label": "string",
                      "description": "string",
                      "installed_device": {
                        "id": 4,
                        "url": "string",
                        "display": "string",
                        "name": "string"
                      },
                      "tags": [
                        {
                          "id": 7,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "created": "string",
                      "last_updated": "string"
                    },
                    {
                      "id": 7,
                      "url": "string",
                      "display": "string",
                      "device": {
                        "id": 5,
                        "url": "string",
                        "display": "string",
                        "name": "string"
                      },
                      "name": "string",
                      "label": "string",
                      "description": "string",
                      "installed_device": {
                        "id": 1,
                        "url": "string",
                        "display": "string",
                        "name": "string"
                      },
                      "tags": [
                        {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "created": "string",
                      "last_updated": "string"
                    },
                    {
                      "id": 5,
                      "url": "string",
                      "display": "string",
                      "device": {
                        "id": 5,
                        "url": "string",
                        "display": "string",
                        "name": "string"
                      },
                      "name": "string",
                      "label": "string",
                      "description": "string",
                      "installed_device": {
                        "id": 5,
                        "url": "string",
                        "display": "string",
                        "name": "string"
                      },
                      "tags": [
                        {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 4,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "created": "string",
                      "last_updated": "string"
                    },
                    {
                      "id": 4,
                      "url": "string",
                      "display": "string",
                      "device": {
                        "id": 5,
                        "url": "string",
                        "display": "string",
                        "name": "string"
                      },
                      "name": "string",
                      "label": "string",
                      "description": "string",
                      "installed_device": {
                        "id": 9,
                        "url": "string",
                        "display": "string",
                        "name": "string"
                      },
                      "tags": [
                        {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "created": "string",
                      "last_updated": "string"
                    },
                    {
                      "id": 3,
                      "url": "string",
                      "display": "string",
                      "device": {
                        "id": 10,
                        "url": "string",
                        "display": "string",
                        "name": "string"
                      },
                      "name": "string",
                      "label": "string",
                      "description": "string",
                      "installed_device": {
                        "id": 5,
                        "url": "string",
                        "display": "string",
                        "name": "string"
                      },
                      "tags": [
                        {
                          "id": 7,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 4,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 4,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "created": "string",
                      "last_updated": "string"
                    }
                  ]
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "name",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "label",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "description",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "q",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "regionId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "region",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "siteGroupId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "siteGroup",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "siteId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "site",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "locationId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "location",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "rackId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "rack",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "deviceId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "device",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "virtualChassisId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "virtualChassis",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "created",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdated",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tag",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIc",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNic",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNiew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIsw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNisw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNie",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "labelN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "labelIc",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "labelNic",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "labelIew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "labelNiew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "labelIsw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "labelNisw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "labelIe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "labelNie",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionIc",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionNic",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionIew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionNiew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionIsw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionNisw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionIe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionNie",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "regionIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "regionN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "siteGroupIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "siteGroupN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "siteIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "siteN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "locationIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "locationN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "rackIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "rackN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "deviceIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "deviceN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "virtualChassisIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "virtualChassisN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tagN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ordering",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Dcim"
        ],
        "operationId": "postDcimDeviceBays",
        "description": "The parameters and request body are for method: postDcimDeviceBays. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "put": {
        "tags": [
          "Dcim"
        ],
        "operationId": "putDcimDeviceBays",
        "description": "The parameters and request body are for method: putDcimDeviceBays. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Dcim"
        ],
        "operationId": "patchDcimDeviceBays",
        "description": "The parameters and request body are for method: patchDcimDeviceBays. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Dcim"
        ],
        "operationId": "deleteDcimDeviceBays",
        "description": "The parameters and request body are for method: deleteDcimDeviceBays. 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": {}
            }
          }
        }
      }
    },
    "/dcim/device-bays/{id}/": {
      "get": {
        "tags": [
          "Dcim"
        ],
        "operationId": "getDcimDeviceBaysId",
        "description": "The parameters and request body are for method: getDcimDeviceBaysId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Dcim"
        ],
        "operationId": "putDcimDeviceBaysId",
        "description": "The parameters and request body are for method: putDcimDeviceBaysId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Dcim"
        ],
        "operationId": "patchDcimDeviceBaysId",
        "description": "The parameters and request body are for method: patchDcimDeviceBaysId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Dcim"
        ],
        "operationId": "deleteDcimDeviceBaysId",
        "description": "The parameters and request body are for method: deleteDcimDeviceBaysId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/dcim/device-roles/": {
      "get": {
        "tags": [
          "Dcim"
        ],
        "operationId": "getDcimDeviceRoles",
        "description": "The parameters and request body are for method: getDcimDeviceRoles. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "count": {
                      "type": "number"
                    },
                    "next": {
                      "type": "string"
                    },
                    "previous": {
                      "type": "string"
                    },
                    "results": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "id": {
                            "type": "number"
                          },
                          "url": {
                            "type": "string"
                          },
                          "display": {
                            "type": "string"
                          },
                          "name": {
                            "type": "string"
                          },
                          "slug": {
                            "type": "string"
                          },
                          "color": {
                            "type": "string"
                          },
                          "vm_role": {
                            "type": "boolean"
                          },
                          "description": {
                            "type": "string"
                          },
                          "tags": {
                            "type": "array",
                            "items": {
                              "type": "object",
                              "properties": {
                                "id": {
                                  "type": "number"
                                },
                                "url": {
                                  "type": "string"
                                },
                                "display": {
                                  "type": "string"
                                },
                                "name": {
                                  "type": "string"
                                },
                                "slug": {
                                  "type": "string"
                                },
                                "color": {
                                  "type": "string"
                                }
                              }
                            }
                          },
                          "custom_fields": {
                            "type": "object"
                          },
                          "created": {
                            "type": "string"
                          },
                          "last_updated": {
                            "type": "string"
                          },
                          "device_count": {
                            "type": "number"
                          },
                          "virtualmachine_count": {
                            "type": "number"
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "count": 5,
                  "next": "string",
                  "previous": "string",
                  "results": [
                    {
                      "id": 4,
                      "url": "string",
                      "display": "string",
                      "name": "string",
                      "slug": "string",
                      "color": "string",
                      "vm_role": false,
                      "description": "string",
                      "tags": [
                        {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 7,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 4,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "created": "string",
                      "last_updated": "string",
                      "device_count": 3,
                      "virtualmachine_count": 3
                    }
                  ]
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "name",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slug",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "color",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "vmRole",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "description",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "created",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdated",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "q",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tag",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIc",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNic",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNiew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIsw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNisw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNie",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slugN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slugIc",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slugNic",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slugIew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slugNiew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slugIsw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slugNisw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slugIe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slugNie",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "colorN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "colorIc",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "colorNic",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "colorIew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "colorNiew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "colorIsw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "colorNisw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "colorIe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "colorNie",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionIc",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionNic",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionIew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionNiew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionIsw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionNisw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionIe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionNie",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tagN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ordering",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Dcim"
        ],
        "operationId": "postDcimDeviceRoles",
        "description": "The parameters and request body are for method: postDcimDeviceRoles. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "put": {
        "tags": [
          "Dcim"
        ],
        "operationId": "putDcimDeviceRoles",
        "description": "The parameters and request body are for method: putDcimDeviceRoles. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Dcim"
        ],
        "operationId": "patchDcimDeviceRoles",
        "description": "The parameters and request body are for method: patchDcimDeviceRoles. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Dcim"
        ],
        "operationId": "deleteDcimDeviceRoles",
        "description": "The parameters and request body are for method: deleteDcimDeviceRoles. 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": {}
            }
          }
        }
      }
    },
    "/dcim/device-roles/{id}/": {
      "get": {
        "tags": [
          "Dcim"
        ],
        "operationId": "getDcimDeviceRolesId",
        "description": "The parameters and request body are for method: getDcimDeviceRolesId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Dcim"
        ],
        "operationId": "putDcimDeviceRolesId",
        "description": "The parameters and request body are for method: putDcimDeviceRolesId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Dcim"
        ],
        "operationId": "patchDcimDeviceRolesId",
        "description": "The parameters and request body are for method: patchDcimDeviceRolesId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Dcim"
        ],
        "operationId": "deleteDcimDeviceRolesId",
        "description": "The parameters and request body are for method: deleteDcimDeviceRolesId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/dcim/device-types/": {
      "get": {
        "tags": [
          "Dcim"
        ],
        "operationId": "getDcimDeviceTypes",
        "description": "The parameters and request body are for method: getDcimDeviceTypes. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "count": {
                      "type": "number"
                    },
                    "next": {
                      "type": "string"
                    },
                    "previous": {
                      "type": "string"
                    },
                    "results": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "id": {
                            "type": "number"
                          },
                          "url": {
                            "type": "string"
                          },
                          "display": {
                            "type": "string"
                          },
                          "manufacturer": {
                            "type": "object",
                            "properties": {
                              "id": {
                                "type": "number"
                              },
                              "url": {
                                "type": "string"
                              },
                              "display": {
                                "type": "string"
                              },
                              "name": {
                                "type": "string"
                              },
                              "slug": {
                                "type": "string"
                              },
                              "devicetype_count": {
                                "type": "number"
                              }
                            }
                          },
                          "model": {
                            "type": "string"
                          },
                          "slug": {
                            "type": "string"
                          },
                          "part_number": {
                            "type": "string"
                          },
                          "u_height": {
                            "type": "number"
                          },
                          "is_full_depth": {
                            "type": "boolean"
                          },
                          "subdevice_role": {
                            "type": "object",
                            "properties": {
                              "label": {
                                "type": "string"
                              },
                              "value": {
                                "type": "string"
                              }
                            }
                          },
                          "airflow": {
                            "type": "object",
                            "properties": {
                              "label": {
                                "type": "string"
                              },
                              "value": {
                                "type": "string"
                              }
                            }
                          },
                          "front_image": {
                            "type": "string"
                          },
                          "rear_image": {
                            "type": "string"
                          },
                          "comments": {
                            "type": "string"
                          },
                          "tags": {
                            "type": "array",
                            "items": {
                              "type": "object",
                              "properties": {
                                "id": {
                                  "type": "number"
                                },
                                "url": {
                                  "type": "string"
                                },
                                "display": {
                                  "type": "string"
                                },
                                "name": {
                                  "type": "string"
                                },
                                "slug": {
                                  "type": "string"
                                },
                                "color": {
                                  "type": "string"
                                }
                              }
                            }
                          },
                          "custom_fields": {
                            "type": "object"
                          },
                          "created": {
                            "type": "string"
                          },
                          "last_updated": {
                            "type": "string"
                          },
                          "device_count": {
                            "type": "number"
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "count": 4,
                  "next": "string",
                  "previous": "string",
                  "results": [
                    {
                      "id": 3,
                      "url": "string",
                      "display": "string",
                      "manufacturer": {
                        "id": 7,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string",
                        "devicetype_count": 1
                      },
                      "model": "string",
                      "slug": "string",
                      "part_number": "string",
                      "u_height": 1,
                      "is_full_depth": true,
                      "subdevice_role": {
                        "label": "Child",
                        "value": "child"
                      },
                      "airflow": {
                        "label": "Side to rear",
                        "value": "rear-to-front"
                      },
                      "front_image": "string",
                      "rear_image": "string",
                      "comments": "string",
                      "tags": [
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 4,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "created": "string",
                      "last_updated": "string",
                      "device_count": 7
                    },
                    {
                      "id": 1,
                      "url": "string",
                      "display": "string",
                      "manufacturer": {
                        "id": 9,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string",
                        "devicetype_count": 5
                      },
                      "model": "string",
                      "slug": "string",
                      "part_number": "string",
                      "u_height": 1,
                      "is_full_depth": false,
                      "subdevice_role": {
                        "label": "Child",
                        "value": "child"
                      },
                      "airflow": {
                        "label": "Left to right",
                        "value": "front-to-rear"
                      },
                      "front_image": "string",
                      "rear_image": "string",
                      "comments": "string",
                      "tags": [
                        {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 7,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "created": "string",
                      "last_updated": "string",
                      "device_count": 10
                    },
                    {
                      "id": 1,
                      "url": "string",
                      "display": "string",
                      "manufacturer": {
                        "id": 4,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string",
                        "devicetype_count": 1
                      },
                      "model": "string",
                      "slug": "string",
                      "part_number": "string",
                      "u_height": 1,
                      "is_full_depth": false,
                      "subdevice_role": {
                        "label": "Parent",
                        "value": "parent"
                      },
                      "airflow": {
                        "label": "Front to rear",
                        "value": "right-to-left"
                      },
                      "front_image": "string",
                      "rear_image": "string",
                      "comments": "string",
                      "tags": [
                        {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "created": "string",
                      "last_updated": "string",
                      "device_count": 7
                    },
                    {
                      "id": 8,
                      "url": "string",
                      "display": "string",
                      "manufacturer": {
                        "id": 8,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string",
                        "devicetype_count": 6
                      },
                      "model": "string",
                      "slug": "string",
                      "part_number": "string",
                      "u_height": 1,
                      "is_full_depth": true,
                      "subdevice_role": {
                        "label": "Parent",
                        "value": "child"
                      },
                      "airflow": {
                        "label": "Front to rear",
                        "value": "rear-to-front"
                      },
                      "front_image": "string",
                      "rear_image": "string",
                      "comments": "string",
                      "tags": [
                        {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "created": "string",
                      "last_updated": "string",
                      "device_count": 5
                    },
                    {
                      "id": 3,
                      "url": "string",
                      "display": "string",
                      "manufacturer": {
                        "id": 6,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string",
                        "devicetype_count": 1
                      },
                      "model": "string",
                      "slug": "string",
                      "part_number": "string",
                      "u_height": 1,
                      "is_full_depth": true,
                      "subdevice_role": {
                        "label": "Parent",
                        "value": "child"
                      },
                      "airflow": {
                        "label": "Side to rear",
                        "value": "right-to-left"
                      },
                      "front_image": "string",
                      "rear_image": "string",
                      "comments": "string",
                      "tags": [
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "created": "string",
                      "last_updated": "string",
                      "device_count": 2
                    }
                  ]
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "model",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slug",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "partNumber",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "uHeight",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "isFullDepth",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "subdeviceRole",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "airflow",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "created",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdated",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "q",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tag",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "manufacturerId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "manufacturer",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "hasFrontImage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "hasRearImage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "consolePorts",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "consoleServerPorts",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "powerPorts",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "powerOutlets",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "interfaces",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "passThroughPorts",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "moduleBays",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "deviceBays",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "inventoryItems",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "modelN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "modelIc",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "modelNic",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "modelIew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "modelNiew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "modelIsw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "modelNisw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "modelIe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "modelNie",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slugN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slugIc",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slugNic",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slugIew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slugNiew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slugIsw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slugNisw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slugIe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slugNie",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "partNumberN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "partNumberIc",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "partNumberNic",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "partNumberIew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "partNumberNiew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "partNumberIsw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "partNumberNisw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "partNumberIe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "partNumberNie",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "uHeightN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "uHeightLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "uHeightLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "uHeightGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "uHeightGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "subdeviceRoleN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "airflowN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tagN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "manufacturerIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "manufacturerN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ordering",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Dcim"
        ],
        "operationId": "postDcimDeviceTypes",
        "description": "The parameters and request body are for method: postDcimDeviceTypes. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "put": {
        "tags": [
          "Dcim"
        ],
        "operationId": "putDcimDeviceTypes",
        "description": "The parameters and request body are for method: putDcimDeviceTypes. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Dcim"
        ],
        "operationId": "patchDcimDeviceTypes",
        "description": "The parameters and request body are for method: patchDcimDeviceTypes. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Dcim"
        ],
        "operationId": "deleteDcimDeviceTypes",
        "description": "The parameters and request body are for method: deleteDcimDeviceTypes. 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": {}
            }
          }
        }
      }
    },
    "/dcim/device-types/{id}/": {
      "get": {
        "tags": [
          "Dcim"
        ],
        "operationId": "getDcimDeviceTypesId",
        "description": "The parameters and request body are for method: getDcimDeviceTypesId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Dcim"
        ],
        "operationId": "putDcimDeviceTypesId",
        "description": "The parameters and request body are for method: putDcimDeviceTypesId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Dcim"
        ],
        "operationId": "patchDcimDeviceTypesId",
        "description": "The parameters and request body are for method: patchDcimDeviceTypesId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Dcim"
        ],
        "operationId": "deleteDcimDeviceTypesId",
        "description": "The parameters and request body are for method: deleteDcimDeviceTypesId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/dcim/devices/": {
      "get": {
        "tags": [
          "Dcim"
        ],
        "operationId": "getDcimDevices",
        "description": "The parameters and request body are for method: getDcimDevices. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "count": {
                      "type": "number"
                    },
                    "next": {
                      "type": "string"
                    },
                    "previous": {
                      "type": "string"
                    },
                    "results": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "id": {
                            "type": "number"
                          },
                          "url": {
                            "type": "string"
                          },
                          "display": {
                            "type": "string"
                          },
                          "name": {
                            "type": "string"
                          },
                          "device_type": {
                            "type": "object",
                            "properties": {
                              "id": {
                                "type": "number"
                              },
                              "url": {
                                "type": "string"
                              },
                              "display": {
                                "type": "string"
                              },
                              "manufacturer": {
                                "type": "object",
                                "properties": {
                                  "id": {
                                    "type": "number"
                                  },
                                  "url": {
                                    "type": "string"
                                  },
                                  "display": {
                                    "type": "string"
                                  },
                                  "name": {
                                    "type": "string"
                                  },
                                  "slug": {
                                    "type": "string"
                                  },
                                  "devicetype_count": {
                                    "type": "number"
                                  }
                                }
                              },
                              "model": {
                                "type": "string"
                              },
                              "slug": {
                                "type": "string"
                              },
                              "device_count": {
                                "type": "number"
                              }
                            }
                          },
                          "device_role": {
                            "type": "object",
                            "properties": {
                              "id": {
                                "type": "number"
                              },
                              "url": {
                                "type": "string"
                              },
                              "display": {
                                "type": "string"
                              },
                              "name": {
                                "type": "string"
                              },
                              "slug": {
                                "type": "string"
                              },
                              "device_count": {
                                "type": "number"
                              },
                              "virtualmachine_count": {
                                "type": "number"
                              }
                            }
                          },
                          "tenant": {
                            "type": "object",
                            "properties": {
                              "id": {
                                "type": "number"
                              },
                              "url": {
                                "type": "string"
                              },
                              "display": {
                                "type": "string"
                              },
                              "name": {
                                "type": "string"
                              },
                              "slug": {
                                "type": "string"
                              }
                            }
                          },
                          "platform": {
                            "type": "object",
                            "properties": {
                              "id": {
                                "type": "number"
                              },
                              "url": {
                                "type": "string"
                              },
                              "display": {
                                "type": "string"
                              },
                              "name": {
                                "type": "string"
                              },
                              "slug": {
                                "type": "string"
                              },
                              "device_count": {
                                "type": "number"
                              },
                              "virtualmachine_count": {
                                "type": "number"
                              }
                            }
                          },
                          "serial": {
                            "type": "string"
                          },
                          "asset_tag": {
                            "type": "string"
                          },
                          "site": {
                            "type": "object",
                            "properties": {
                              "id": {
                                "type": "number"
                              },
                              "url": {
                                "type": "string"
                              },
                              "display": {
                                "type": "string"
                              },
                              "name": {
                                "type": "string"
                              },
                              "slug": {
                                "type": "string"
                              }
                            }
                          },
                          "location": {
                            "type": "object",
                            "properties": {
                              "id": {
                                "type": "number"
                              },
                              "url": {
                                "type": "string"
                              },
                              "display": {
                                "type": "string"
                              },
                              "name": {
                                "type": "string"
                              },
                              "slug": {
                                "type": "string"
                              },
                              "rack_count": {
                                "type": "number"
                              },
                              "_depth": {
                                "type": "number"
                              }
                            }
                          },
                          "rack": {
                            "type": "object",
                            "properties": {
                              "id": {
                                "type": "number"
                              },
                              "url": {
                                "type": "string"
                              },
                              "display": {
                                "type": "string"
                              },
                              "name": {
                                "type": "string"
                              },
                              "device_count": {
                                "type": "number"
                              }
                            }
                          },
                          "position": {
                            "type": "number"
                          },
                          "face": {
                            "type": "object",
                            "properties": {
                              "label": {
                                "type": "string"
                              },
                              "value": {
                                "type": "string"
                              }
                            }
                          },
                          "parent_device": {
                            "type": "object",
                            "properties": {
                              "id": {
                                "type": "number"
                              },
                              "url": {
                                "type": "string"
                              },
                              "display": {
                                "type": "string"
                              },
                              "name": {
                                "type": "string"
                              }
                            }
                          },
                          "status": {
                            "type": "object",
                            "properties": {
                              "label": {
                                "type": "string"
                              },
                              "value": {
                                "type": "string"
                              }
                            }
                          },
                          "airflow": {
                            "type": "object",
                            "properties": {
                              "label": {
                                "type": "string"
                              },
                              "value": {
                                "type": "string"
                              }
                            }
                          },
                          "primary_ip": {
                            "type": "object",
                            "properties": {
                              "id": {
                                "type": "number"
                              },
                              "url": {
                                "type": "string"
                              },
                              "display": {
                                "type": "string"
                              },
                              "family": {
                                "type": "number"
                              },
                              "address": {
                                "type": "string"
                              }
                            }
                          },
                          "primary_ip4": {
                            "type": "object",
                            "properties": {
                              "id": {
                                "type": "number"
                              },
                              "url": {
                                "type": "string"
                              },
                              "display": {
                                "type": "string"
                              },
                              "family": {
                                "type": "number"
                              },
                              "address": {
                                "type": "string"
                              }
                            }
                          },
                          "primary_ip6": {
                            "type": "object",
                            "properties": {
                              "id": {
                                "type": "number"
                              },
                              "url": {
                                "type": "string"
                              },
                              "display": {
                                "type": "string"
                              },
                              "family": {
                                "type": "number"
                              },
                              "address": {
                                "type": "string"
                              }
                            }
                          },
                          "cluster": {
                            "type": "object",
                            "properties": {
                              "id": {
                                "type": "number"
                              },
                              "url": {
                                "type": "string"
                              },
                              "display": {
                                "type": "string"
                              },
                              "name": {
                                "type": "string"
                              },
                              "virtualmachine_count": {
                                "type": "number"
                              }
                            }
                          },
                          "virtual_chassis": {
                            "type": "object",
                            "properties": {
                              "id": {
                                "type": "number"
                              },
                              "url": {
                                "type": "string"
                              },
                              "display": {
                                "type": "string"
                              },
                              "name": {
                                "type": "string"
                              },
                              "master": {
                                "type": "object",
                                "properties": {
                                  "id": {
                                    "type": "number"
                                  },
                                  "url": {
                                    "type": "string"
                                  },
                                  "display": {
                                    "type": "string"
                                  },
                                  "name": {
                                    "type": "string"
                                  }
                                }
                              },
                              "member_count": {
                                "type": "number"
                              }
                            }
                          },
                          "vc_position": {
                            "type": "number"
                          },
                          "vc_priority": {
                            "type": "number"
                          },
                          "comments": {
                            "type": "string"
                          },
                          "local_context_data": {
                            "type": "object"
                          },
                          "tags": {
                            "type": "array",
                            "items": {
                              "type": "object",
                              "properties": {
                                "id": {
                                  "type": "number"
                                },
                                "url": {
                                  "type": "string"
                                },
                                "display": {
                                  "type": "string"
                                },
                                "name": {
                                  "type": "string"
                                },
                                "slug": {
                                  "type": "string"
                                },
                                "color": {
                                  "type": "string"
                                }
                              }
                            }
                          },
                          "custom_fields": {
                            "type": "object"
                          },
                          "config_context": {
                            "type": "object"
                          },
                          "created": {
                            "type": "string"
                          },
                          "last_updated": {
                            "type": "string"
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "count": 2,
                  "next": "string",
                  "previous": "string",
                  "results": [
                    {
                      "id": 5,
                      "url": "string",
                      "display": "string",
                      "name": "string",
                      "device_type": {
                        "id": 10,
                        "url": "string",
                        "display": "string",
                        "manufacturer": {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "devicetype_count": 5
                        },
                        "model": "string",
                        "slug": "string",
                        "device_count": 7
                      },
                      "device_role": {
                        "id": 3,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string",
                        "device_count": 5,
                        "virtualmachine_count": 4
                      },
                      "tenant": {
                        "id": 1,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string"
                      },
                      "platform": {
                        "id": 1,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string",
                        "device_count": 9,
                        "virtualmachine_count": 1
                      },
                      "serial": "string",
                      "asset_tag": "string",
                      "site": {
                        "id": 5,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string"
                      },
                      "location": {
                        "id": 4,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string",
                        "rack_count": 10,
                        "_depth": 7
                      },
                      "rack": {
                        "id": 5,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "device_count": 1
                      },
                      "position": 4,
                      "face": {
                        "label": "Front",
                        "value": "rear"
                      },
                      "parent_device": {
                        "id": 8,
                        "url": "string",
                        "display": "string",
                        "name": "string"
                      },
                      "status": {
                        "label": "Active",
                        "value": "active"
                      },
                      "airflow": {
                        "label": "Side to rear",
                        "value": "right-to-left"
                      },
                      "primary_ip": {
                        "id": 2,
                        "url": "string",
                        "display": "string",
                        "family": 4,
                        "address": "string"
                      },
                      "primary_ip4": {
                        "id": 6,
                        "url": "string",
                        "display": "string",
                        "family": 4,
                        "address": "string"
                      },
                      "primary_ip6": {
                        "id": 10,
                        "url": "string",
                        "display": "string",
                        "family": 6,
                        "address": "string"
                      },
                      "cluster": {
                        "id": 2,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "virtualmachine_count": 2
                      },
                      "virtual_chassis": {
                        "id": 4,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "master": {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        },
                        "member_count": 7
                      },
                      "vc_position": 6,
                      "vc_priority": 7,
                      "comments": "string",
                      "local_context_data": {},
                      "tags": [
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "config_context": {},
                      "created": "string",
                      "last_updated": "string"
                    },
                    {
                      "id": 2,
                      "url": "string",
                      "display": "string",
                      "name": "string",
                      "device_type": {
                        "id": 9,
                        "url": "string",
                        "display": "string",
                        "manufacturer": {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "devicetype_count": 1
                        },
                        "model": "string",
                        "slug": "string",
                        "device_count": 1
                      },
                      "device_role": {
                        "id": 2,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string",
                        "device_count": 2,
                        "virtualmachine_count": 10
                      },
                      "tenant": {
                        "id": 9,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string"
                      },
                      "platform": {
                        "id": 2,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string",
                        "device_count": 8,
                        "virtualmachine_count": 9
                      },
                      "serial": "string",
                      "asset_tag": "string",
                      "site": {
                        "id": 1,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string"
                      },
                      "location": {
                        "id": 10,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string",
                        "rack_count": 3,
                        "_depth": 4
                      },
                      "rack": {
                        "id": 3,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "device_count": 10
                      },
                      "position": 2,
                      "face": {
                        "label": "Front",
                        "value": "rear"
                      },
                      "parent_device": {
                        "id": 3,
                        "url": "string",
                        "display": "string",
                        "name": "string"
                      },
                      "status": {
                        "label": "Decommissioning",
                        "value": "failed"
                      },
                      "airflow": {
                        "label": "Side to rear",
                        "value": "passive"
                      },
                      "primary_ip": {
                        "id": 7,
                        "url": "string",
                        "display": "string",
                        "family": 1,
                        "address": "string"
                      },
                      "primary_ip4": {
                        "id": 7,
                        "url": "string",
                        "display": "string",
                        "family": 5,
                        "address": "string"
                      },
                      "primary_ip6": {
                        "id": 10,
                        "url": "string",
                        "display": "string",
                        "family": 9,
                        "address": "string"
                      },
                      "cluster": {
                        "id": 7,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "virtualmachine_count": 1
                      },
                      "virtual_chassis": {
                        "id": 8,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "master": {
                          "id": 4,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        },
                        "member_count": 1
                      },
                      "vc_position": 3,
                      "vc_priority": 3,
                      "comments": "string",
                      "local_context_data": {},
                      "tags": [
                        {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "config_context": {},
                      "created": "string",
                      "last_updated": "string"
                    },
                    {
                      "id": 5,
                      "url": "string",
                      "display": "string",
                      "name": "string",
                      "device_type": {
                        "id": 6,
                        "url": "string",
                        "display": "string",
                        "manufacturer": {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "devicetype_count": 7
                        },
                        "model": "string",
                        "slug": "string",
                        "device_count": 8
                      },
                      "device_role": {
                        "id": 1,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string",
                        "device_count": 2,
                        "virtualmachine_count": 10
                      },
                      "tenant": {
                        "id": 10,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string"
                      },
                      "platform": {
                        "id": 6,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string",
                        "device_count": 9,
                        "virtualmachine_count": 2
                      },
                      "serial": "string",
                      "asset_tag": "string",
                      "site": {
                        "id": 3,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string"
                      },
                      "location": {
                        "id": 2,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string",
                        "rack_count": 2,
                        "_depth": 1
                      },
                      "rack": {
                        "id": 1,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "device_count": 7
                      },
                      "position": 9,
                      "face": {
                        "label": "Front",
                        "value": "rear"
                      },
                      "parent_device": {
                        "id": 9,
                        "url": "string",
                        "display": "string",
                        "name": "string"
                      },
                      "status": {
                        "label": "Decommissioning",
                        "value": "failed"
                      },
                      "airflow": {
                        "label": "Right to left",
                        "value": "front-to-rear"
                      },
                      "primary_ip": {
                        "id": 7,
                        "url": "string",
                        "display": "string",
                        "family": 4,
                        "address": "string"
                      },
                      "primary_ip4": {
                        "id": 9,
                        "url": "string",
                        "display": "string",
                        "family": 2,
                        "address": "string"
                      },
                      "primary_ip6": {
                        "id": 8,
                        "url": "string",
                        "display": "string",
                        "family": 6,
                        "address": "string"
                      },
                      "cluster": {
                        "id": 2,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "virtualmachine_count": 1
                      },
                      "virtual_chassis": {
                        "id": 5,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "master": {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        },
                        "member_count": 1
                      },
                      "vc_position": 6,
                      "vc_priority": 2,
                      "comments": "string",
                      "local_context_data": {},
                      "tags": [
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 7,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 4,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 7,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "config_context": {},
                      "created": "string",
                      "last_updated": "string"
                    },
                    {
                      "id": 10,
                      "url": "string",
                      "display": "string",
                      "name": "string",
                      "device_type": {
                        "id": 8,
                        "url": "string",
                        "display": "string",
                        "manufacturer": {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "devicetype_count": 7
                        },
                        "model": "string",
                        "slug": "string",
                        "device_count": 5
                      },
                      "device_role": {
                        "id": 5,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string",
                        "device_count": 3,
                        "virtualmachine_count": 8
                      },
                      "tenant": {
                        "id": 2,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string"
                      },
                      "platform": {
                        "id": 4,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string",
                        "device_count": 1,
                        "virtualmachine_count": 4
                      },
                      "serial": "string",
                      "asset_tag": "string",
                      "site": {
                        "id": 10,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string"
                      },
                      "location": {
                        "id": 9,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string",
                        "rack_count": 5,
                        "_depth": 4
                      },
                      "rack": {
                        "id": 4,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "device_count": 8
                      },
                      "position": 8,
                      "face": {
                        "label": "Front",
                        "value": "rear"
                      },
                      "parent_device": {
                        "id": 10,
                        "url": "string",
                        "display": "string",
                        "name": "string"
                      },
                      "status": {
                        "label": "Decommissioning",
                        "value": "decommissioning"
                      },
                      "airflow": {
                        "label": "Mixed",
                        "value": "front-to-rear"
                      },
                      "primary_ip": {
                        "id": 6,
                        "url": "string",
                        "display": "string",
                        "family": 2,
                        "address": "string"
                      },
                      "primary_ip4": {
                        "id": 8,
                        "url": "string",
                        "display": "string",
                        "family": 3,
                        "address": "string"
                      },
                      "primary_ip6": {
                        "id": 4,
                        "url": "string",
                        "display": "string",
                        "family": 8,
                        "address": "string"
                      },
                      "cluster": {
                        "id": 5,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "virtualmachine_count": 6
                      },
                      "virtual_chassis": {
                        "id": 3,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "master": {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        },
                        "member_count": 3
                      },
                      "vc_position": 10,
                      "vc_priority": 6,
                      "comments": "string",
                      "local_context_data": {},
                      "tags": [
                        {
                          "id": 7,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "config_context": {},
                      "created": "string",
                      "last_updated": "string"
                    }
                  ]
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "name",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "assetTag",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "face",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "position",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "airflow",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "vcPosition",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "vcPriority",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "created",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdated",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "q",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tag",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tenantGroupId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tenantGroup",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tenantId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tenant",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "contact",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "contactRole",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "contactGroup",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "localContextData",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "manufacturerId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "manufacturer",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "deviceTypeId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "roleId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "role",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "parentDeviceId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "platformId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "platform",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "regionId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "region",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "siteGroupId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "siteGroup",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "siteId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "site",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "locationId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "rackId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "clusterId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "model",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "status",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "isFullDepth",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "macAddress",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "serial",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "hasPrimaryIp",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "virtualChassisId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "virtualChassisMember",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "consolePorts",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "consoleServerPorts",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "powerPorts",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "powerOutlets",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "interfaces",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "passThroughPorts",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "moduleBays",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "deviceBays",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIc",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNic",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNiew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIsw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNisw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNie",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "assetTagN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "assetTagIc",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "assetTagNic",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "assetTagIew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "assetTagNiew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "assetTagIsw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "assetTagNisw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "assetTagIe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "assetTagNie",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "faceN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "positionN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "positionLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "positionLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "positionGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "positionGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "airflowN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "vcPositionN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "vcPositionLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "vcPositionLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "vcPositionGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "vcPositionGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "vcPriorityN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "vcPriorityLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "vcPriorityLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "vcPriorityGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "vcPriorityGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tagN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tenantGroupIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tenantGroupN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tenantIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tenantN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "contactN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "contactRoleN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "contactGroupN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "manufacturerIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "manufacturerN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "deviceTypeIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "roleIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "roleN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "parentDeviceIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "platformIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "platformN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "regionIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "regionN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "siteGroupIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "siteGroupN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "siteIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "siteN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "locationIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "rackIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "clusterIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "modelN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "statusN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "macAddressN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "macAddressIc",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "macAddressNic",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "macAddressIew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "macAddressNiew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "macAddressIsw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "macAddressNisw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "macAddressIe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "macAddressNie",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "serialN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "serialIc",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "serialNic",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "serialIew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "serialNiew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "serialIsw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "serialNisw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "serialIe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "serialNie",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "virtualChassisIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ordering",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Dcim"
        ],
        "operationId": "postDcimDevices",
        "description": "The parameters and request body are for method: postDcimDevices. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "put": {
        "tags": [
          "Dcim"
        ],
        "operationId": "putDcimDevices",
        "description": "The parameters and request body are for method: putDcimDevices. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Dcim"
        ],
        "operationId": "patchDcimDevices",
        "description": "The parameters and request body are for method: patchDcimDevices. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Dcim"
        ],
        "operationId": "deleteDcimDevices",
        "description": "The parameters and request body are for method: deleteDcimDevices. 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": {}
            }
          }
        }
      }
    },
    "/dcim/devices/{id}/": {
      "get": {
        "tags": [
          "Dcim"
        ],
        "operationId": "getDcimDevicesId",
        "description": "The parameters and request body are for method: getDcimDevicesId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Dcim"
        ],
        "operationId": "putDcimDevicesId",
        "description": "The parameters and request body are for method: putDcimDevicesId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Dcim"
        ],
        "operationId": "patchDcimDevicesId",
        "description": "The parameters and request body are for method: patchDcimDevicesId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Dcim"
        ],
        "operationId": "deleteDcimDevicesId",
        "description": "The parameters and request body are for method: deleteDcimDevicesId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/dcim/devices/{id}/napalm/": {
      "get": {
        "tags": [
          "Dcim"
        ],
        "operationId": "getDcimDevicesIdNapalm",
        "description": "The parameters and request body are for method: getDcimDevicesIdNapalm. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          },
          {
            "name": "method",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/dcim/front-port-templates/": {
      "get": {
        "tags": [
          "Dcim"
        ],
        "operationId": "getDcimFrontPortTemplates",
        "description": "The parameters and request body are for method: getDcimFrontPortTemplates. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "count": {
                      "type": "number"
                    },
                    "next": {
                      "type": "string"
                    },
                    "previous": {
                      "type": "string"
                    },
                    "results": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "id": {
                            "type": "number"
                          },
                          "url": {
                            "type": "string"
                          },
                          "display": {
                            "type": "string"
                          },
                          "device_type": {
                            "type": "object",
                            "properties": {
                              "id": {
                                "type": "number"
                              },
                              "url": {
                                "type": "string"
                              },
                              "display": {
                                "type": "string"
                              },
                              "manufacturer": {
                                "type": "object",
                                "properties": {
                                  "id": {
                                    "type": "number"
                                  },
                                  "url": {
                                    "type": "string"
                                  },
                                  "display": {
                                    "type": "string"
                                  },
                                  "name": {
                                    "type": "string"
                                  },
                                  "slug": {
                                    "type": "string"
                                  },
                                  "devicetype_count": {
                                    "type": "number"
                                  }
                                }
                              },
                              "model": {
                                "type": "string"
                              },
                              "slug": {
                                "type": "string"
                              },
                              "device_count": {
                                "type": "number"
                              }
                            }
                          },
                          "module_type": {
                            "type": "object",
                            "properties": {
                              "id": {
                                "type": "number"
                              },
                              "url": {
                                "type": "string"
                              },
                              "display": {
                                "type": "string"
                              },
                              "manufacturer": {
                                "type": "object",
                                "properties": {
                                  "id": {
                                    "type": "number"
                                  },
                                  "url": {
                                    "type": "string"
                                  },
                                  "display": {
                                    "type": "string"
                                  },
                                  "name": {
                                    "type": "string"
                                  },
                                  "slug": {
                                    "type": "string"
                                  },
                                  "devicetype_count": {
                                    "type": "number"
                                  }
                                }
                              },
                              "model": {
                                "type": "string"
                              }
                            }
                          },
                          "name": {
                            "type": "string"
                          },
                          "label": {
                            "type": "string"
                          },
                          "type": {
                            "type": "object",
                            "properties": {
                              "label": {
                                "type": "string"
                              },
                              "value": {
                                "type": "string"
                              }
                            }
                          },
                          "color": {
                            "type": "string"
                          },
                          "rear_port": {
                            "type": "object",
                            "properties": {
                              "id": {
                                "type": "number"
                              },
                              "url": {
                                "type": "string"
                              },
                              "display": {
                                "type": "string"
                              },
                              "name": {
                                "type": "string"
                              }
                            }
                          },
                          "rear_port_position": {
                            "type": "number"
                          },
                          "description": {
                            "type": "string"
                          },
                          "created": {
                            "type": "string"
                          },
                          "last_updated": {
                            "type": "string"
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "count": 9,
                  "next": "string",
                  "previous": "string",
                  "results": [
                    {
                      "id": 10,
                      "url": "string",
                      "display": "string",
                      "device_type": {
                        "id": 9,
                        "url": "string",
                        "display": "string",
                        "manufacturer": {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "devicetype_count": 2
                        },
                        "model": "string",
                        "slug": "string",
                        "device_count": 8
                      },
                      "module_type": {
                        "id": 7,
                        "url": "string",
                        "display": "string",
                        "manufacturer": {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "devicetype_count": 3
                        },
                        "model": "string"
                      },
                      "name": "string",
                      "label": "string",
                      "type": {
                        "label": "LSH",
                        "value": "sc"
                      },
                      "color": "string",
                      "rear_port": {
                        "id": 2,
                        "url": "string",
                        "display": "string",
                        "name": "string"
                      },
                      "rear_port_position": 1,
                      "description": "string",
                      "created": "string",
                      "last_updated": "string"
                    },
                    {
                      "id": 2,
                      "url": "string",
                      "display": "string",
                      "device_type": {
                        "id": 3,
                        "url": "string",
                        "display": "string",
                        "manufacturer": {
                          "id": 7,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "devicetype_count": 10
                        },
                        "model": "string",
                        "slug": "string",
                        "device_count": 4
                      },
                      "module_type": {
                        "id": 6,
                        "url": "string",
                        "display": "string",
                        "manufacturer": {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "devicetype_count": 1
                        },
                        "model": "string"
                      },
                      "name": "string",
                      "label": "string",
                      "type": {
                        "label": "LC/UPC",
                        "value": "tera-1p"
                      },
                      "color": "string",
                      "rear_port": {
                        "id": 4,
                        "url": "string",
                        "display": "string",
                        "name": "string"
                      },
                      "rear_port_position": 1,
                      "description": "string",
                      "created": "string",
                      "last_updated": "string"
                    },
                    {
                      "id": 10,
                      "url": "string",
                      "display": "string",
                      "device_type": {
                        "id": 5,
                        "url": "string",
                        "display": "string",
                        "manufacturer": {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "devicetype_count": 10
                        },
                        "model": "string",
                        "slug": "string",
                        "device_count": 7
                      },
                      "module_type": {
                        "id": 2,
                        "url": "string",
                        "display": "string",
                        "manufacturer": {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "devicetype_count": 5
                        },
                        "model": "string"
                      },
                      "name": "string",
                      "label": "string",
                      "type": {
                        "label": "LC/PC",
                        "value": "splice"
                      },
                      "color": "string",
                      "rear_port": {
                        "id": 3,
                        "url": "string",
                        "display": "string",
                        "name": "string"
                      },
                      "rear_port_position": 1,
                      "description": "string",
                      "created": "string",
                      "last_updated": "string"
                    }
                  ]
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "name",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "type",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "color",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "created",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdated",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "q",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "devicetypeId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "moduletypeId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIc",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNic",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNiew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIsw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNisw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNie",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "typeN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "colorN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "colorIc",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "colorNic",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "colorIew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "colorNiew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "colorIsw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "colorNisw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "colorIe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "colorNie",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "devicetypeIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "moduletypeIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ordering",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Dcim"
        ],
        "operationId": "postDcimFrontPortTemplates",
        "description": "The parameters and request body are for method: postDcimFrontPortTemplates. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "put": {
        "tags": [
          "Dcim"
        ],
        "operationId": "putDcimFrontPortTemplates",
        "description": "The parameters and request body are for method: putDcimFrontPortTemplates. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Dcim"
        ],
        "operationId": "patchDcimFrontPortTemplates",
        "description": "The parameters and request body are for method: patchDcimFrontPortTemplates. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Dcim"
        ],
        "operationId": "deleteDcimFrontPortTemplates",
        "description": "The parameters and request body are for method: deleteDcimFrontPortTemplates. 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": {}
            }
          }
        }
      }
    },
    "/dcim/front-port-templates/{id}/": {
      "get": {
        "tags": [
          "Dcim"
        ],
        "operationId": "getDcimFrontPortTemplatesId",
        "description": "The parameters and request body are for method: getDcimFrontPortTemplatesId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Dcim"
        ],
        "operationId": "putDcimFrontPortTemplatesId",
        "description": "The parameters and request body are for method: putDcimFrontPortTemplatesId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Dcim"
        ],
        "operationId": "patchDcimFrontPortTemplatesId",
        "description": "The parameters and request body are for method: patchDcimFrontPortTemplatesId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Dcim"
        ],
        "operationId": "deleteDcimFrontPortTemplatesId",
        "description": "The parameters and request body are for method: deleteDcimFrontPortTemplatesId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/dcim/front-ports/": {
      "get": {
        "tags": [
          "Dcim"
        ],
        "operationId": "getDcimFrontPorts",
        "description": "The parameters and request body are for method: getDcimFrontPorts. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "count": {
                      "type": "number"
                    },
                    "next": {
                      "type": "string"
                    },
                    "previous": {
                      "type": "string"
                    },
                    "results": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "id": {
                            "type": "number"
                          },
                          "url": {
                            "type": "string"
                          },
                          "display": {
                            "type": "string"
                          },
                          "device": {
                            "type": "object",
                            "properties": {
                              "id": {
                                "type": "number"
                              },
                              "url": {
                                "type": "string"
                              },
                              "display": {
                                "type": "string"
                              },
                              "name": {
                                "type": "string"
                              }
                            }
                          },
                          "module": {
                            "type": "object",
                            "properties": {
                              "id": {
                                "type": "number"
                              },
                              "url": {
                                "type": "string"
                              },
                              "display": {
                                "type": "string"
                              },
                              "device": {
                                "type": "number"
                              },
                              "module_bay": {
                                "type": "object",
                                "properties": {
                                  "id": {
                                    "type": "number"
                                  },
                                  "url": {
                                    "type": "string"
                                  },
                                  "display": {
                                    "type": "string"
                                  },
                                  "name": {
                                    "type": "string"
                                  }
                                }
                              }
                            }
                          },
                          "name": {
                            "type": "string"
                          },
                          "label": {
                            "type": "string"
                          },
                          "type": {
                            "type": "object",
                            "properties": {
                              "label": {
                                "type": "string"
                              },
                              "value": {
                                "type": "string"
                              }
                            }
                          },
                          "color": {
                            "type": "string"
                          },
                          "rear_port": {
                            "type": "object",
                            "properties": {
                              "id": {
                                "type": "number"
                              },
                              "url": {
                                "type": "string"
                              },
                              "display": {
                                "type": "string"
                              },
                              "name": {
                                "type": "string"
                              },
                              "label": {
                                "type": "string"
                              }
                            }
                          },
                          "rear_port_position": {
                            "type": "number"
                          },
                          "description": {
                            "type": "string"
                          },
                          "mark_connected": {
                            "type": "boolean"
                          },
                          "cable": {
                            "type": "object",
                            "properties": {
                              "id": {
                                "type": "number"
                              },
                              "url": {
                                "type": "string"
                              },
                              "display": {
                                "type": "string"
                              },
                              "label": {
                                "type": "string"
                              }
                            }
                          },
                          "cable_end": {
                            "type": "string"
                          },
                          "link_peers": {
                            "type": "array",
                            "items": {
                              "type": "string"
                            }
                          },
                          "link_peers_type": {
                            "type": "string"
                          },
                          "tags": {
                            "type": "array",
                            "items": {
                              "type": "object",
                              "properties": {
                                "id": {
                                  "type": "number"
                                },
                                "url": {
                                  "type": "string"
                                },
                                "display": {
                                  "type": "string"
                                },
                                "name": {
                                  "type": "string"
                                },
                                "slug": {
                                  "type": "string"
                                },
                                "color": {
                                  "type": "string"
                                }
                              }
                            }
                          },
                          "custom_fields": {
                            "type": "object"
                          },
                          "created": {
                            "type": "string"
                          },
                          "last_updated": {
                            "type": "string"
                          },
                          "_occupied": {
                            "type": "boolean"
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "count": 10,
                  "next": "string",
                  "previous": "string",
                  "results": [
                    {
                      "id": 1,
                      "url": "string",
                      "display": "string",
                      "device": {
                        "id": 1,
                        "url": "string",
                        "display": "string",
                        "name": "string"
                      },
                      "module": {
                        "id": 2,
                        "url": "string",
                        "display": "string",
                        "device": 2,
                        "module_bay": {
                          "id": 7,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        }
                      },
                      "name": "string",
                      "label": "string",
                      "type": {
                        "label": "Other",
                        "value": "lsh-upc"
                      },
                      "color": "string",
                      "rear_port": {
                        "id": 5,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "label": "string"
                      },
                      "rear_port_position": 1,
                      "description": "string",
                      "mark_connected": true,
                      "cable": {
                        "id": 1,
                        "url": "string",
                        "display": "string",
                        "label": "string"
                      },
                      "cable_end": "string",
                      "link_peers": [
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string"
                      ],
                      "link_peers_type": "string",
                      "tags": [
                        {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 4,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "created": "string",
                      "last_updated": "string",
                      "_occupied": true
                    },
                    {
                      "id": 1,
                      "url": "string",
                      "display": "string",
                      "device": {
                        "id": 10,
                        "url": "string",
                        "display": "string",
                        "name": "string"
                      },
                      "module": {
                        "id": 8,
                        "url": "string",
                        "display": "string",
                        "device": 10,
                        "module_bay": {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        }
                      },
                      "name": "string",
                      "label": "string",
                      "type": {
                        "label": "LSH/APC",
                        "value": "sma-906"
                      },
                      "color": "string",
                      "rear_port": {
                        "id": 10,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "label": "string"
                      },
                      "rear_port_position": 1,
                      "description": "string",
                      "mark_connected": true,
                      "cable": {
                        "id": 10,
                        "url": "string",
                        "display": "string",
                        "label": "string"
                      },
                      "cable_end": "string",
                      "link_peers": [
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string"
                      ],
                      "link_peers_type": "string",
                      "tags": [
                        {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "created": "string",
                      "last_updated": "string",
                      "_occupied": false
                    },
                    {
                      "id": 5,
                      "url": "string",
                      "display": "string",
                      "device": {
                        "id": 6,
                        "url": "string",
                        "display": "string",
                        "name": "string"
                      },
                      "module": {
                        "id": 2,
                        "url": "string",
                        "display": "string",
                        "device": 7,
                        "module_bay": {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        }
                      },
                      "name": "string",
                      "label": "string",
                      "type": {
                        "label": "SMA 905",
                        "value": "6p4c"
                      },
                      "color": "string",
                      "rear_port": {
                        "id": 7,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "label": "string"
                      },
                      "rear_port_position": 1,
                      "description": "string",
                      "mark_connected": true,
                      "cable": {
                        "id": 1,
                        "url": "string",
                        "display": "string",
                        "label": "string"
                      },
                      "cable_end": "string",
                      "link_peers": [
                        "string",
                        "string",
                        "string",
                        "string"
                      ],
                      "link_peers_type": "string",
                      "tags": [
                        {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 7,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "created": "string",
                      "last_updated": "string",
                      "_occupied": false
                    },
                    {
                      "id": 6,
                      "url": "string",
                      "display": "string",
                      "device": {
                        "id": 10,
                        "url": "string",
                        "display": "string",
                        "name": "string"
                      },
                      "module": {
                        "id": 5,
                        "url": "string",
                        "display": "string",
                        "device": 2,
                        "module_bay": {
                          "id": 7,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        }
                      },
                      "name": "string",
                      "label": "string",
                      "type": {
                        "label": "6P6C",
                        "value": "sc-pc"
                      },
                      "color": "string",
                      "rear_port": {
                        "id": 7,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "label": "string"
                      },
                      "rear_port_position": 1,
                      "description": "string",
                      "mark_connected": true,
                      "cable": {
                        "id": 10,
                        "url": "string",
                        "display": "string",
                        "label": "string"
                      },
                      "cable_end": "string",
                      "link_peers": [
                        "string"
                      ],
                      "link_peers_type": "string",
                      "tags": [
                        {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "created": "string",
                      "last_updated": "string",
                      "_occupied": false
                    },
                    {
                      "id": 6,
                      "url": "string",
                      "display": "string",
                      "device": {
                        "id": 2,
                        "url": "string",
                        "display": "string",
                        "name": "string"
                      },
                      "module": {
                        "id": 7,
                        "url": "string",
                        "display": "string",
                        "device": 4,
                        "module_bay": {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        }
                      },
                      "name": "string",
                      "label": "string",
                      "type": {
                        "label": "110 Punch",
                        "value": "other"
                      },
                      "color": "string",
                      "rear_port": {
                        "id": 3,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "label": "string"
                      },
                      "rear_port_position": 1,
                      "description": "string",
                      "mark_connected": false,
                      "cable": {
                        "id": 4,
                        "url": "string",
                        "display": "string",
                        "label": "string"
                      },
                      "cable_end": "string",
                      "link_peers": [
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string"
                      ],
                      "link_peers_type": "string",
                      "tags": [
                        {
                          "id": 4,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "created": "string",
                      "last_updated": "string",
                      "_occupied": false
                    },
                    {
                      "id": 9,
                      "url": "string",
                      "display": "string",
                      "device": {
                        "id": 1,
                        "url": "string",
                        "display": "string",
                        "name": "string"
                      },
                      "module": {
                        "id": 9,
                        "url": "string",
                        "display": "string",
                        "device": 6,
                        "module_bay": {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        }
                      },
                      "name": "string",
                      "label": "string",
                      "type": {
                        "label": "TERA 4P",
                        "value": "lc-apc"
                      },
                      "color": "string",
                      "rear_port": {
                        "id": 1,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "label": "string"
                      },
                      "rear_port_position": 1,
                      "description": "string",
                      "mark_connected": true,
                      "cable": {
                        "id": 7,
                        "url": "string",
                        "display": "string",
                        "label": "string"
                      },
                      "cable_end": "string",
                      "link_peers": [
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string"
                      ],
                      "link_peers_type": "string",
                      "tags": [
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 4,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "created": "string",
                      "last_updated": "string",
                      "_occupied": true
                    },
                    {
                      "id": 1,
                      "url": "string",
                      "display": "string",
                      "device": {
                        "id": 7,
                        "url": "string",
                        "display": "string",
                        "name": "string"
                      },
                      "module": {
                        "id": 6,
                        "url": "string",
                        "display": "string",
                        "device": 3,
                        "module_bay": {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        }
                      },
                      "name": "string",
                      "label": "string",
                      "type": {
                        "label": "4P4C",
                        "value": "urm-p4"
                      },
                      "color": "string",
                      "rear_port": {
                        "id": 9,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "label": "string"
                      },
                      "rear_port_position": 1,
                      "description": "string",
                      "mark_connected": false,
                      "cable": {
                        "id": 8,
                        "url": "string",
                        "display": "string",
                        "label": "string"
                      },
                      "cable_end": "string",
                      "link_peers": [
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string"
                      ],
                      "link_peers_type": "string",
                      "tags": [
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 7,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "created": "string",
                      "last_updated": "string",
                      "_occupied": false
                    },
                    {
                      "id": 5,
                      "url": "string",
                      "display": "string",
                      "device": {
                        "id": 1,
                        "url": "string",
                        "display": "string",
                        "name": "string"
                      },
                      "module": {
                        "id": 8,
                        "url": "string",
                        "display": "string",
                        "device": 8,
                        "module_bay": {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        }
                      },
                      "name": "string",
                      "label": "string",
                      "type": {
                        "label": "110 Punch",
                        "value": "lsh-pc"
                      },
                      "color": "string",
                      "rear_port": {
                        "id": 3,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "label": "string"
                      },
                      "rear_port_position": 1,
                      "description": "string",
                      "mark_connected": true,
                      "cable": {
                        "id": 10,
                        "url": "string",
                        "display": "string",
                        "label": "string"
                      },
                      "cable_end": "string",
                      "link_peers": [
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string"
                      ],
                      "link_peers_type": "string",
                      "tags": [
                        {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "created": "string",
                      "last_updated": "string",
                      "_occupied": true
                    },
                    {
                      "id": 8,
                      "url": "string",
                      "display": "string",
                      "device": {
                        "id": 1,
                        "url": "string",
                        "display": "string",
                        "name": "string"
                      },
                      "module": {
                        "id": 5,
                        "url": "string",
                        "display": "string",
                        "device": 1,
                        "module_bay": {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        }
                      },
                      "name": "string",
                      "label": "string",
                      "type": {
                        "label": "8P2C",
                        "value": "sn"
                      },
                      "color": "string",
                      "rear_port": {
                        "id": 1,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "label": "string"
                      },
                      "rear_port_position": 1,
                      "description": "string",
                      "mark_connected": true,
                      "cable": {
                        "id": 1,
                        "url": "string",
                        "display": "string",
                        "label": "string"
                      },
                      "cable_end": "string",
                      "link_peers": [
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string"
                      ],
                      "link_peers_type": "string",
                      "tags": [
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "created": "string",
                      "last_updated": "string",
                      "_occupied": false
                    },
                    {
                      "id": 10,
                      "url": "string",
                      "display": "string",
                      "device": {
                        "id": 8,
                        "url": "string",
                        "display": "string",
                        "name": "string"
                      },
                      "module": {
                        "id": 4,
                        "url": "string",
                        "display": "string",
                        "device": 7,
                        "module_bay": {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        }
                      },
                      "name": "string",
                      "label": "string",
                      "type": {
                        "label": "6P6C",
                        "value": "4p2c"
                      },
                      "color": "string",
                      "rear_port": {
                        "id": 8,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "label": "string"
                      },
                      "rear_port_position": 1,
                      "description": "string",
                      "mark_connected": true,
                      "cable": {
                        "id": 6,
                        "url": "string",
                        "display": "string",
                        "label": "string"
                      },
                      "cable_end": "string",
                      "link_peers": [
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string"
                      ],
                      "link_peers_type": "string",
                      "tags": [
                        {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "created": "string",
                      "last_updated": "string",
                      "_occupied": true
                    }
                  ]
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "name",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "label",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "type",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "color",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "description",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "cableEnd",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "q",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "regionId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "region",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "siteGroupId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "siteGroup",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "siteId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "site",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "locationId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "location",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "rackId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "rack",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "deviceId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "device",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "virtualChassisId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "virtualChassis",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "moduleId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "created",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdated",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tag",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "cabled",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "occupied",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIc",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNic",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNiew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIsw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNisw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNie",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "labelN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "labelIc",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "labelNic",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "labelIew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "labelNiew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "labelIsw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "labelNisw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "labelIe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "labelNie",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "typeN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "colorN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "colorIc",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "colorNic",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "colorIew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "colorNiew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "colorIsw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "colorNisw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "colorIe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "colorNie",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionIc",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionNic",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionIew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionNiew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionIsw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionNisw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionIe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionNie",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "cableEndN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "regionIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "regionN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "siteGroupIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "siteGroupN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "siteIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "siteN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "locationIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "locationN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "rackIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "rackN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "deviceIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "deviceN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "virtualChassisIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "virtualChassisN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "moduleIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tagN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ordering",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Dcim"
        ],
        "operationId": "postDcimFrontPorts",
        "description": "The parameters and request body are for method: postDcimFrontPorts. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "put": {
        "tags": [
          "Dcim"
        ],
        "operationId": "putDcimFrontPorts",
        "description": "The parameters and request body are for method: putDcimFrontPorts. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Dcim"
        ],
        "operationId": "patchDcimFrontPorts",
        "description": "The parameters and request body are for method: patchDcimFrontPorts. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Dcim"
        ],
        "operationId": "deleteDcimFrontPorts",
        "description": "The parameters and request body are for method: deleteDcimFrontPorts. 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": {}
            }
          }
        }
      }
    },
    "/dcim/front-ports/{id}/": {
      "get": {
        "tags": [
          "Dcim"
        ],
        "operationId": "getDcimFrontPortsId",
        "description": "The parameters and request body are for method: getDcimFrontPortsId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Dcim"
        ],
        "operationId": "putDcimFrontPortsId",
        "description": "The parameters and request body are for method: putDcimFrontPortsId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Dcim"
        ],
        "operationId": "patchDcimFrontPortsId",
        "description": "The parameters and request body are for method: patchDcimFrontPortsId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Dcim"
        ],
        "operationId": "deleteDcimFrontPortsId",
        "description": "The parameters and request body are for method: deleteDcimFrontPortsId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/dcim/front-ports/{id}/paths/": {
      "get": {
        "tags": [
          "Dcim"
        ],
        "operationId": "getDcimFrontPortsIdPaths",
        "description": "The parameters and request body are for method: getDcimFrontPortsIdPaths. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/dcim/interface-templates/": {
      "get": {
        "tags": [
          "Dcim"
        ],
        "operationId": "getDcimInterfaceTemplates",
        "description": "The parameters and request body are for method: getDcimInterfaceTemplates. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "count": {
                      "type": "number"
                    },
                    "next": {
                      "type": "string"
                    },
                    "previous": {
                      "type": "string"
                    },
                    "results": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "id": {
                            "type": "number"
                          },
                          "url": {
                            "type": "string"
                          },
                          "display": {
                            "type": "string"
                          },
                          "device_type": {
                            "type": "object",
                            "properties": {
                              "id": {
                                "type": "number"
                              },
                              "url": {
                                "type": "string"
                              },
                              "display": {
                                "type": "string"
                              },
                              "manufacturer": {
                                "type": "object",
                                "properties": {
                                  "id": {
                                    "type": "number"
                                  },
                                  "url": {
                                    "type": "string"
                                  },
                                  "display": {
                                    "type": "string"
                                  },
                                  "name": {
                                    "type": "string"
                                  },
                                  "slug": {
                                    "type": "string"
                                  },
                                  "devicetype_count": {
                                    "type": "number"
                                  }
                                }
                              },
                              "model": {
                                "type": "string"
                              },
                              "slug": {
                                "type": "string"
                              },
                              "device_count": {
                                "type": "number"
                              }
                            }
                          },
                          "module_type": {
                            "type": "object",
                            "properties": {
                              "id": {
                                "type": "number"
                              },
                              "url": {
                                "type": "string"
                              },
                              "display": {
                                "type": "string"
                              },
                              "manufacturer": {
                                "type": "object",
                                "properties": {
                                  "id": {
                                    "type": "number"
                                  },
                                  "url": {
                                    "type": "string"
                                  },
                                  "display": {
                                    "type": "string"
                                  },
                                  "name": {
                                    "type": "string"
                                  },
                                  "slug": {
                                    "type": "string"
                                  },
                                  "devicetype_count": {
                                    "type": "number"
                                  }
                                }
                              },
                              "model": {
                                "type": "string"
                              }
                            }
                          },
                          "name": {
                            "type": "string"
                          },
                          "label": {
                            "type": "string"
                          },
                          "type": {
                            "type": "object",
                            "properties": {
                              "label": {
                                "type": "string"
                              },
                              "value": {
                                "type": "string"
                              }
                            }
                          },
                          "mgmt_only": {
                            "type": "boolean"
                          },
                          "description": {
                            "type": "string"
                          },
                          "poe_mode": {
                            "type": "object",
                            "properties": {
                              "label": {
                                "type": "string"
                              },
                              "value": {
                                "type": "string"
                              }
                            }
                          },
                          "poe_type": {
                            "type": "object",
                            "properties": {
                              "label": {
                                "type": "string"
                              },
                              "value": {
                                "type": "string"
                              }
                            }
                          },
                          "created": {
                            "type": "string"
                          },
                          "last_updated": {
                            "type": "string"
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "count": 7,
                  "next": "string",
                  "previous": "string",
                  "results": [
                    {
                      "id": 10,
                      "url": "string",
                      "display": "string",
                      "device_type": {
                        "id": 1,
                        "url": "string",
                        "display": "string",
                        "manufacturer": {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "devicetype_count": 9
                        },
                        "model": "string",
                        "slug": "string",
                        "device_count": 3
                      },
                      "module_type": {
                        "id": 1,
                        "url": "string",
                        "display": "string",
                        "manufacturer": {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "devicetype_count": 5
                        },
                        "model": "string"
                      },
                      "name": "string",
                      "label": "string",
                      "type": {
                        "label": "10G-EPON (10 Gbps)",
                        "value": "100gbase-x-qsfp28"
                      },
                      "mgmt_only": false,
                      "description": "string",
                      "poe_mode": {
                        "label": "PSE",
                        "value": "pd"
                      },
                      "poe_type": {
                        "label": "Passive 48V (2-pair)",
                        "value": "type4-ieee802.3bt"
                      },
                      "created": "string",
                      "last_updated": "string"
                    }
                  ]
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "name",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "type",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "mgmtOnly",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "created",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdated",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "q",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "devicetypeId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "moduletypeId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "poeMode",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "poeType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIc",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNic",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNiew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIsw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNisw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNie",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "typeN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "devicetypeIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "moduletypeIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "poeModeN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "poeTypeN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ordering",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Dcim"
        ],
        "operationId": "postDcimInterfaceTemplates",
        "description": "The parameters and request body are for method: postDcimInterfaceTemplates. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "put": {
        "tags": [
          "Dcim"
        ],
        "operationId": "putDcimInterfaceTemplates",
        "description": "The parameters and request body are for method: putDcimInterfaceTemplates. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Dcim"
        ],
        "operationId": "patchDcimInterfaceTemplates",
        "description": "The parameters and request body are for method: patchDcimInterfaceTemplates. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Dcim"
        ],
        "operationId": "deleteDcimInterfaceTemplates",
        "description": "The parameters and request body are for method: deleteDcimInterfaceTemplates. 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": {}
            }
          }
        }
      }
    },
    "/dcim/interface-templates/{id}/": {
      "get": {
        "tags": [
          "Dcim"
        ],
        "operationId": "getDcimInterfaceTemplatesId",
        "description": "The parameters and request body are for method: getDcimInterfaceTemplatesId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Dcim"
        ],
        "operationId": "putDcimInterfaceTemplatesId",
        "description": "The parameters and request body are for method: putDcimInterfaceTemplatesId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Dcim"
        ],
        "operationId": "patchDcimInterfaceTemplatesId",
        "description": "The parameters and request body are for method: patchDcimInterfaceTemplatesId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Dcim"
        ],
        "operationId": "deleteDcimInterfaceTemplatesId",
        "description": "The parameters and request body are for method: deleteDcimInterfaceTemplatesId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/dcim/interfaces/": {
      "get": {
        "tags": [
          "Dcim"
        ],
        "operationId": "getDcimInterfaces",
        "description": "The parameters and request body are for method: getDcimInterfaces. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "count": {
                      "type": "number"
                    },
                    "next": {
                      "type": "string"
                    },
                    "previous": {
                      "type": "string"
                    },
                    "results": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "id": {
                            "type": "number"
                          },
                          "url": {
                            "type": "string"
                          },
                          "display": {
                            "type": "string"
                          },
                          "device": {
                            "type": "object",
                            "properties": {
                              "id": {
                                "type": "number"
                              },
                              "url": {
                                "type": "string"
                              },
                              "display": {
                                "type": "string"
                              },
                              "name": {
                                "type": "string"
                              }
                            }
                          },
                          "module": {
                            "type": "object",
                            "properties": {
                              "id": {
                                "type": "number"
                              },
                              "url": {
                                "type": "string"
                              },
                              "display": {
                                "type": "string"
                              },
                              "device": {
                                "type": "number"
                              },
                              "module_bay": {
                                "type": "object",
                                "properties": {
                                  "id": {
                                    "type": "number"
                                  },
                                  "url": {
                                    "type": "string"
                                  },
                                  "display": {
                                    "type": "string"
                                  },
                                  "name": {
                                    "type": "string"
                                  }
                                }
                              }
                            }
                          },
                          "name": {
                            "type": "string"
                          },
                          "label": {
                            "type": "string"
                          },
                          "type": {
                            "type": "object",
                            "properties": {
                              "label": {
                                "type": "string"
                              },
                              "value": {
                                "type": "string"
                              }
                            }
                          },
                          "enabled": {
                            "type": "boolean"
                          },
                          "parent": {
                            "type": "object",
                            "properties": {
                              "id": {
                                "type": "number"
                              },
                              "url": {
                                "type": "string"
                              },
                              "display": {
                                "type": "string"
                              },
                              "device": {
                                "type": "object",
                                "properties": {
                                  "id": {
                                    "type": "number"
                                  },
                                  "url": {
                                    "type": "string"
                                  },
                                  "display": {
                                    "type": "string"
                                  },
                                  "name": {
                                    "type": "string"
                                  }
                                }
                              },
                              "name": {
                                "type": "string"
                              },
                              "cable": {
                                "type": "number"
                              },
                              "_occupied": {
                                "type": "boolean"
                              }
                            }
                          },
                          "bridge": {
                            "type": "object",
                            "properties": {
                              "id": {
                                "type": "number"
                              },
                              "url": {
                                "type": "string"
                              },
                              "display": {
                                "type": "string"
                              },
                              "device": {
                                "type": "object",
                                "properties": {
                                  "id": {
                                    "type": "number"
                                  },
                                  "url": {
                                    "type": "string"
                                  },
                                  "display": {
                                    "type": "string"
                                  },
                                  "name": {
                                    "type": "string"
                                  }
                                }
                              },
                              "name": {
                                "type": "string"
                              },
                              "cable": {
                                "type": "number"
                              },
                              "_occupied": {
                                "type": "boolean"
                              }
                            }
                          },
                          "lag": {
                            "type": "object",
                            "properties": {
                              "id": {
                                "type": "number"
                              },
                              "url": {
                                "type": "string"
                              },
                              "display": {
                                "type": "string"
                              },
                              "device": {
                                "type": "object",
                                "properties": {
                                  "id": {
                                    "type": "number"
                                  },
                                  "url": {
                                    "type": "string"
                                  },
                                  "display": {
                                    "type": "string"
                                  },
                                  "name": {
                                    "type": "string"
                                  }
                                }
                              },
                              "name": {
                                "type": "string"
                              },
                              "cable": {
                                "type": "number"
                              },
                              "_occupied": {
                                "type": "boolean"
                              }
                            }
                          },
                          "mtu": {
                            "type": "number"
                          },
                          "mac_address": {
                            "type": "string"
                          },
                          "speed": {
                            "type": "number"
                          },
                          "duplex": {
                            "type": "object",
                            "properties": {
                              "label": {
                                "type": "string"
                              },
                              "value": {
                                "type": "string"
                              }
                            }
                          },
                          "wwn": {
                            "type": "string"
                          },
                          "mgmt_only": {
                            "type": "boolean"
                          },
                          "description": {
                            "type": "string"
                          },
                          "mode": {
                            "type": "object",
                            "properties": {
                              "label": {
                                "type": "string"
                              },
                              "value": {
                                "type": "string"
                              }
                            }
                          },
                          "rf_role": {
                            "type": "object",
                            "properties": {
                              "label": {
                                "type": "string"
                              },
                              "value": {
                                "type": "string"
                              }
                            }
                          },
                          "rf_channel": {
                            "type": "object",
                            "properties": {
                              "label": {
                                "type": "string"
                              },
                              "value": {
                                "type": "string"
                              }
                            }
                          },
                          "poe_mode": {
                            "type": "object",
                            "properties": {
                              "label": {
                                "type": "string"
                              },
                              "value": {
                                "type": "string"
                              }
                            }
                          },
                          "poe_type": {
                            "type": "object",
                            "properties": {
                              "label": {
                                "type": "string"
                              },
                              "value": {
                                "type": "string"
                              }
                            }
                          },
                          "rf_channel_frequency": {
                            "type": "number"
                          },
                          "rf_channel_width": {
                            "type": "number"
                          },
                          "tx_power": {
                            "type": "number"
                          },
                          "untagged_vlan": {
                            "type": "object",
                            "properties": {
                              "id": {
                                "type": "number"
                              },
                              "url": {
                                "type": "string"
                              },
                              "display": {
                                "type": "string"
                              },
                              "vid": {
                                "type": "number"
                              },
                              "name": {
                                "type": "string"
                              }
                            }
                          },
                          "tagged_vlans": {
                            "type": "array",
                            "items": {
                              "type": "object",
                              "properties": {
                                "id": {
                                  "type": "number"
                                },
                                "url": {
                                  "type": "string"
                                },
                                "display": {
                                  "type": "string"
                                },
                                "vid": {
                                  "type": "number"
                                },
                                "name": {
                                  "type": "string"
                                }
                              }
                            }
                          },
                          "mark_connected": {
                            "type": "boolean"
                          },
                          "cable": {
                            "type": "object",
                            "properties": {
                              "id": {
                                "type": "number"
                              },
                              "url": {
                                "type": "string"
                              },
                              "display": {
                                "type": "string"
                              },
                              "label": {
                                "type": "string"
                              }
                            }
                          },
                          "cable_end": {
                            "type": "string"
                          },
                          "wireless_link": {
                            "type": "object",
                            "properties": {
                              "id": {
                                "type": "number"
                              },
                              "url": {
                                "type": "string"
                              },
                              "display": {
                                "type": "string"
                              },
                              "ssid": {
                                "type": "string"
                              }
                            }
                          },
                          "link_peers": {
                            "type": "array",
                            "items": {
                              "type": "string"
                            }
                          },
                          "link_peers_type": {
                            "type": "string"
                          },
                          "wireless_lans": {
                            "type": "array",
                            "items": {
                              "type": "object",
                              "properties": {
                                "id": {
                                  "type": "number"
                                },
                                "url": {
                                  "type": "string"
                                },
                                "display": {
                                  "type": "string"
                                },
                                "ssid": {
                                  "type": "string"
                                }
                              }
                            }
                          },
                          "vrf": {
                            "type": "object",
                            "properties": {
                              "id": {
                                "type": "number"
                              },
                              "url": {
                                "type": "string"
                              },
                              "display": {
                                "type": "string"
                              },
                              "name": {
                                "type": "string"
                              },
                              "rd": {
                                "type": "string"
                              },
                              "prefix_count": {
                                "type": "number"
                              }
                            }
                          },
                          "l2vpn_termination": {
                            "type": "object",
                            "properties": {
                              "id": {
                                "type": "number"
                              },
                              "url": {
                                "type": "string"
                              },
                              "display": {
                                "type": "string"
                              },
                              "l2vpn": {
                                "type": "object",
                                "properties": {
                                  "id": {
                                    "type": "number"
                                  },
                                  "url": {
                                    "type": "string"
                                  },
                                  "display": {
                                    "type": "string"
                                  },
                                  "identifier": {
                                    "type": "number"
                                  },
                                  "name": {
                                    "type": "string"
                                  },
                                  "slug": {
                                    "type": "string"
                                  },
                                  "type": {
                                    "type": "string"
                                  }
                                }
                              }
                            }
                          },
                          "connected_endpoints": {
                            "type": "array",
                            "items": {
                              "type": "string"
                            }
                          },
                          "connected_endpoints_type": {
                            "type": "string"
                          },
                          "connected_endpoints_reachable": {
                            "type": "boolean"
                          },
                          "tags": {
                            "type": "array",
                            "items": {
                              "type": "object",
                              "properties": {
                                "id": {
                                  "type": "number"
                                },
                                "url": {
                                  "type": "string"
                                },
                                "display": {
                                  "type": "string"
                                },
                                "name": {
                                  "type": "string"
                                },
                                "slug": {
                                  "type": "string"
                                },
                                "color": {
                                  "type": "string"
                                }
                              }
                            }
                          },
                          "custom_fields": {
                            "type": "object"
                          },
                          "created": {
                            "type": "string"
                          },
                          "last_updated": {
                            "type": "string"
                          },
                          "count_ipaddresses": {
                            "type": "number"
                          },
                          "count_fhrp_groups": {
                            "type": "number"
                          },
                          "_occupied": {
                            "type": "boolean"
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "count": 8,
                  "next": "string",
                  "previous": "string",
                  "results": [
                    {
                      "id": 7,
                      "url": "string",
                      "display": "string",
                      "device": {
                        "id": 8,
                        "url": "string",
                        "display": "string",
                        "name": "string"
                      },
                      "module": {
                        "id": 4,
                        "url": "string",
                        "display": "string",
                        "device": 6,
                        "module_bay": {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        }
                      },
                      "name": "string",
                      "label": "string",
                      "type": {
                        "label": "Extreme SummitStack-512",
                        "value": "e3"
                      },
                      "enabled": false,
                      "parent": {
                        "id": 7,
                        "url": "string",
                        "display": "string",
                        "device": {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        },
                        "name": "string",
                        "cable": 9,
                        "_occupied": true
                      },
                      "bridge": {
                        "id": 1,
                        "url": "string",
                        "display": "string",
                        "device": {
                          "id": 7,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        },
                        "name": "string",
                        "cable": 7,
                        "_occupied": true
                      },
                      "lag": {
                        "id": 8,
                        "url": "string",
                        "display": "string",
                        "device": {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        },
                        "name": "string",
                        "cable": 6,
                        "_occupied": false
                      },
                      "mtu": 1,
                      "mac_address": "string",
                      "speed": 9,
                      "duplex": {
                        "label": "Half",
                        "value": "full"
                      },
                      "wwn": "string",
                      "mgmt_only": true,
                      "description": "string",
                      "mode": {
                        "label": "Access",
                        "value": "access"
                      },
                      "rf_role": {
                        "label": "Station",
                        "value": "station"
                      },
                      "rf_channel": {
                        "label": "171 (5855/80 MHz)",
                        "value": "6g-81-6355-20"
                      },
                      "poe_mode": {
                        "label": "PD",
                        "value": "pse"
                      },
                      "poe_type": {
                        "label": "Passive 24V (4-pair)",
                        "value": "type3-ieee802.3bt"
                      },
                      "rf_channel_frequency": 5,
                      "rf_channel_width": 10,
                      "tx_power": 6,
                      "untagged_vlan": {
                        "id": 3,
                        "url": "string",
                        "display": "string",
                        "vid": 2,
                        "name": "string"
                      },
                      "tagged_vlans": [
                        {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "vid": 10,
                          "name": "string"
                        },
                        {
                          "id": 4,
                          "url": "string",
                          "display": "string",
                          "vid": 3,
                          "name": "string"
                        },
                        {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "vid": 1,
                          "name": "string"
                        },
                        {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "vid": 1,
                          "name": "string"
                        },
                        {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "vid": 4,
                          "name": "string"
                        },
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "vid": 3,
                          "name": "string"
                        },
                        {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "vid": 1,
                          "name": "string"
                        }
                      ],
                      "mark_connected": false,
                      "cable": {
                        "id": 5,
                        "url": "string",
                        "display": "string",
                        "label": "string"
                      },
                      "cable_end": "string",
                      "wireless_link": {
                        "id": 4,
                        "url": "string",
                        "display": "string",
                        "ssid": "string"
                      },
                      "link_peers": [
                        "string",
                        "string",
                        "string",
                        "string"
                      ],
                      "link_peers_type": "string",
                      "wireless_lans": [
                        {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "ssid": "string"
                        },
                        {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "ssid": "string"
                        }
                      ],
                      "vrf": {
                        "id": 1,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "rd": "string",
                        "prefix_count": 6
                      },
                      "l2vpn_termination": {
                        "id": 3,
                        "url": "string",
                        "display": "string",
                        "l2vpn": {
                          "id": 4,
                          "url": "string",
                          "display": "string",
                          "identifier": 7,
                          "name": "string",
                          "slug": "string",
                          "type": "evp-tree"
                        }
                      },
                      "connected_endpoints": [
                        "string",
                        "string"
                      ],
                      "connected_endpoints_type": "string",
                      "connected_endpoints_reachable": true,
                      "tags": [
                        {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 7,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 7,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "created": "string",
                      "last_updated": "string",
                      "count_ipaddresses": 9,
                      "count_fhrp_groups": 7,
                      "_occupied": false
                    },
                    {
                      "id": 6,
                      "url": "string",
                      "display": "string",
                      "device": {
                        "id": 8,
                        "url": "string",
                        "display": "string",
                        "name": "string"
                      },
                      "module": {
                        "id": 1,
                        "url": "string",
                        "display": "string",
                        "device": 3,
                        "module_bay": {
                          "id": 4,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        }
                      },
                      "name": "string",
                      "label": "string",
                      "type": {
                        "label": "Cisco CPAK (100GE)",
                        "value": "ng-pon2"
                      },
                      "enabled": false,
                      "parent": {
                        "id": 4,
                        "url": "string",
                        "display": "string",
                        "device": {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        },
                        "name": "string",
                        "cable": 3,
                        "_occupied": false
                      },
                      "bridge": {
                        "id": 6,
                        "url": "string",
                        "display": "string",
                        "device": {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        },
                        "name": "string",
                        "cable": 4,
                        "_occupied": false
                      },
                      "lag": {
                        "id": 6,
                        "url": "string",
                        "display": "string",
                        "device": {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        },
                        "name": "string",
                        "cable": 7,
                        "_occupied": false
                      },
                      "mtu": 2,
                      "mac_address": "string",
                      "speed": 5,
                      "duplex": {
                        "label": "Half",
                        "value": "full"
                      },
                      "wwn": "string",
                      "mgmt_only": false,
                      "description": "string",
                      "mode": {
                        "label": "Tagged",
                        "value": "tagged"
                      },
                      "rf_role": {
                        "label": "Access point",
                        "value": "station"
                      },
                      "rf_channel": {
                        "label": "117 (6535/20 MHz)",
                        "value": "6g-13-6015-20"
                      },
                      "poe_mode": {
                        "label": "PD",
                        "value": "pse"
                      },
                      "poe_type": {
                        "label": "802.3af (Type 1)",
                        "value": "type3-ieee802.3bt"
                      },
                      "rf_channel_frequency": 7,
                      "rf_channel_width": 1,
                      "tx_power": 4,
                      "untagged_vlan": {
                        "id": 7,
                        "url": "string",
                        "display": "string",
                        "vid": 4,
                        "name": "string"
                      },
                      "tagged_vlans": [
                        {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "vid": 1,
                          "name": "string"
                        },
                        {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "vid": 5,
                          "name": "string"
                        },
                        {
                          "id": 4,
                          "url": "string",
                          "display": "string",
                          "vid": 10,
                          "name": "string"
                        },
                        {
                          "id": 4,
                          "url": "string",
                          "display": "string",
                          "vid": 6,
                          "name": "string"
                        },
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "vid": 8,
                          "name": "string"
                        },
                        {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "vid": 7,
                          "name": "string"
                        },
                        {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "vid": 6,
                          "name": "string"
                        }
                      ],
                      "mark_connected": false,
                      "cable": {
                        "id": 5,
                        "url": "string",
                        "display": "string",
                        "label": "string"
                      },
                      "cable_end": "string",
                      "wireless_link": {
                        "id": 10,
                        "url": "string",
                        "display": "string",
                        "ssid": "string"
                      },
                      "link_peers": [
                        "string",
                        "string"
                      ],
                      "link_peers_type": "string",
                      "wireless_lans": [
                        {
                          "id": 4,
                          "url": "string",
                          "display": "string",
                          "ssid": "string"
                        },
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "ssid": "string"
                        },
                        {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "ssid": "string"
                        },
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "ssid": "string"
                        },
                        {
                          "id": 4,
                          "url": "string",
                          "display": "string",
                          "ssid": "string"
                        },
                        {
                          "id": 4,
                          "url": "string",
                          "display": "string",
                          "ssid": "string"
                        },
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "ssid": "string"
                        },
                        {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "ssid": "string"
                        }
                      ],
                      "vrf": {
                        "id": 1,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "rd": "string",
                        "prefix_count": 8
                      },
                      "l2vpn_termination": {
                        "id": 8,
                        "url": "string",
                        "display": "string",
                        "l2vpn": {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "identifier": 4,
                          "name": "string",
                          "slug": "string",
                          "type": "evp-lan"
                        }
                      },
                      "connected_endpoints": [
                        "string",
                        "string"
                      ],
                      "connected_endpoints_type": "string",
                      "connected_endpoints_reachable": true,
                      "tags": [
                        {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "created": "string",
                      "last_updated": "string",
                      "count_ipaddresses": 9,
                      "count_fhrp_groups": 4,
                      "_occupied": true
                    },
                    {
                      "id": 7,
                      "url": "string",
                      "display": "string",
                      "device": {
                        "id": 5,
                        "url": "string",
                        "display": "string",
                        "name": "string"
                      },
                      "module": {
                        "id": 10,
                        "url": "string",
                        "display": "string",
                        "device": 1,
                        "module_bay": {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        }
                      },
                      "name": "string",
                      "label": "string",
                      "type": {
                        "label": "GSM",
                        "value": "32gfc-sfp28"
                      },
                      "enabled": true,
                      "parent": {
                        "id": 5,
                        "url": "string",
                        "display": "string",
                        "device": {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        },
                        "name": "string",
                        "cable": 3,
                        "_occupied": true
                      },
                      "bridge": {
                        "id": 2,
                        "url": "string",
                        "display": "string",
                        "device": {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        },
                        "name": "string",
                        "cable": 7,
                        "_occupied": false
                      },
                      "lag": {
                        "id": 1,
                        "url": "string",
                        "display": "string",
                        "device": {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        },
                        "name": "string",
                        "cable": 8,
                        "_occupied": true
                      },
                      "mtu": 8,
                      "mac_address": "string",
                      "speed": 8,
                      "duplex": {
                        "label": "Auto",
                        "value": "auto"
                      },
                      "wwn": "string",
                      "mgmt_only": true,
                      "description": "string",
                      "mode": {
                        "label": "Tagged (All)",
                        "value": "tagged-all"
                      },
                      "rf_role": {
                        "label": "Station",
                        "value": "ap"
                      },
                      "rf_channel": {
                        "label": "2 (60.48/2.16 GHz)",
                        "value": "6g-193-6915-20"
                      },
                      "poe_mode": {
                        "label": "PD",
                        "value": "pd"
                      },
                      "poe_type": {
                        "label": "802.3bt (Type 4)",
                        "value": "passive-24v-2pair"
                      },
                      "rf_channel_frequency": 10,
                      "rf_channel_width": 8,
                      "tx_power": 9,
                      "untagged_vlan": {
                        "id": 4,
                        "url": "string",
                        "display": "string",
                        "vid": 9,
                        "name": "string"
                      },
                      "tagged_vlans": [
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "vid": 1,
                          "name": "string"
                        },
                        {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "vid": 3,
                          "name": "string"
                        },
                        {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "vid": 7,
                          "name": "string"
                        },
                        {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "vid": 1,
                          "name": "string"
                        },
                        {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "vid": 9,
                          "name": "string"
                        },
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "vid": 3,
                          "name": "string"
                        },
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "vid": 7,
                          "name": "string"
                        }
                      ],
                      "mark_connected": true,
                      "cable": {
                        "id": 3,
                        "url": "string",
                        "display": "string",
                        "label": "string"
                      },
                      "cable_end": "string",
                      "wireless_link": {
                        "id": 8,
                        "url": "string",
                        "display": "string",
                        "ssid": "string"
                      },
                      "link_peers": [
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string"
                      ],
                      "link_peers_type": "string",
                      "wireless_lans": [
                        {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "ssid": "string"
                        },
                        {
                          "id": 4,
                          "url": "string",
                          "display": "string",
                          "ssid": "string"
                        },
                        {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "ssid": "string"
                        },
                        {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "ssid": "string"
                        },
                        {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "ssid": "string"
                        }
                      ],
                      "vrf": {
                        "id": 8,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "rd": "string",
                        "prefix_count": 5
                      },
                      "l2vpn_termination": {
                        "id": 1,
                        "url": "string",
                        "display": "string",
                        "l2vpn": {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "identifier": 4,
                          "name": "string",
                          "slug": "string",
                          "type": "vxlan"
                        }
                      },
                      "connected_endpoints": [
                        "string",
                        "string"
                      ],
                      "connected_endpoints_type": "string",
                      "connected_endpoints_reachable": true,
                      "tags": [
                        {
                          "id": 4,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 7,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 4,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "created": "string",
                      "last_updated": "string",
                      "count_ipaddresses": 10,
                      "count_fhrp_groups": 10,
                      "_occupied": true
                    },
                    {
                      "id": 10,
                      "url": "string",
                      "display": "string",
                      "device": {
                        "id": 3,
                        "url": "string",
                        "display": "string",
                        "name": "string"
                      },
                      "module": {
                        "id": 4,
                        "url": "string",
                        "display": "string",
                        "device": 4,
                        "module_bay": {
                          "id": 4,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        }
                      },
                      "name": "string",
                      "label": "string",
                      "type": {
                        "label": "1000BASE-T (1GE)",
                        "value": "extreme-summitstack-512"
                      },
                      "enabled": true,
                      "parent": {
                        "id": 5,
                        "url": "string",
                        "display": "string",
                        "device": {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        },
                        "name": "string",
                        "cable": 3,
                        "_occupied": false
                      },
                      "bridge": {
                        "id": 9,
                        "url": "string",
                        "display": "string",
                        "device": {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        },
                        "name": "string",
                        "cable": 7,
                        "_occupied": false
                      },
                      "lag": {
                        "id": 1,
                        "url": "string",
                        "display": "string",
                        "device": {
                          "id": 4,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        },
                        "name": "string",
                        "cable": 2,
                        "_occupied": false
                      },
                      "mtu": 9,
                      "mac_address": "string",
                      "speed": 9,
                      "duplex": {
                        "label": "Full",
                        "value": "auto"
                      },
                      "wwn": "string",
                      "mgmt_only": true,
                      "description": "string",
                      "mode": {
                        "label": "Tagged",
                        "value": "access"
                      },
                      "rf_role": {
                        "label": "Station",
                        "value": "ap"
                      },
                      "rf_channel": {
                        "label": "104 (5520/20 MHz)",
                        "value": "5g-134-5670-40"
                      },
                      "poe_mode": {
                        "label": "PD",
                        "value": "pd"
                      },
                      "poe_type": {
                        "label": "802.3af (Type 1)",
                        "value": "type1-ieee802.3af"
                      },
                      "rf_channel_frequency": 3,
                      "rf_channel_width": 10,
                      "tx_power": 3,
                      "untagged_vlan": {
                        "id": 7,
                        "url": "string",
                        "display": "string",
                        "vid": 2,
                        "name": "string"
                      },
                      "tagged_vlans": [
                        {
                          "id": 7,
                          "url": "string",
                          "display": "string",
                          "vid": 3,
                          "name": "string"
                        },
                        {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "vid": 10,
                          "name": "string"
                        },
                        {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "vid": 7,
                          "name": "string"
                        },
                        {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "vid": 10,
                          "name": "string"
                        },
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "vid": 1,
                          "name": "string"
                        },
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "vid": 4,
                          "name": "string"
                        },
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "vid": 9,
                          "name": "string"
                        },
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "vid": 5,
                          "name": "string"
                        },
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "vid": 7,
                          "name": "string"
                        },
                        {
                          "id": 4,
                          "url": "string",
                          "display": "string",
                          "vid": 4,
                          "name": "string"
                        }
                      ],
                      "mark_connected": false,
                      "cable": {
                        "id": 9,
                        "url": "string",
                        "display": "string",
                        "label": "string"
                      },
                      "cable_end": "string",
                      "wireless_link": {
                        "id": 4,
                        "url": "string",
                        "display": "string",
                        "ssid": "string"
                      },
                      "link_peers": [
                        "string",
                        "string",
                        "string",
                        "string",
                        "string"
                      ],
                      "link_peers_type": "string",
                      "wireless_lans": [
                        {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "ssid": "string"
                        },
                        {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "ssid": "string"
                        },
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "ssid": "string"
                        },
                        {
                          "id": 7,
                          "url": "string",
                          "display": "string",
                          "ssid": "string"
                        },
                        {
                          "id": 7,
                          "url": "string",
                          "display": "string",
                          "ssid": "string"
                        },
                        {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "ssid": "string"
                        }
                      ],
                      "vrf": {
                        "id": 5,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "rd": "string",
                        "prefix_count": 5
                      },
                      "l2vpn_termination": {
                        "id": 7,
                        "url": "string",
                        "display": "string",
                        "l2vpn": {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "identifier": 4,
                          "name": "string",
                          "slug": "string",
                          "type": "pbb-evpn"
                        }
                      },
                      "connected_endpoints": [
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string"
                      ],
                      "connected_endpoints_type": "string",
                      "connected_endpoints_reachable": true,
                      "tags": [
                        {
                          "id": 7,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "created": "string",
                      "last_updated": "string",
                      "count_ipaddresses": 2,
                      "count_fhrp_groups": 9,
                      "_occupied": true
                    }
                  ]
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "name",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "label",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "type",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "enabled",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "mtu",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "mgmtOnly",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "poeMode",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "poeType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "mode",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "rfRole",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "rfChannel",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "rfChannelFrequency",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "rfChannelWidth",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "txPower",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "description",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "cableEnd",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "q",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "regionId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "region",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "siteGroupId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "siteGroup",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "siteId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "site",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "locationId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "location",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "rackId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "rack",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "deviceId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "device",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "virtualChassisId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "virtualChassis",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "moduleId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "created",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdated",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tag",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "cabled",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "occupied",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "connected",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "kind",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "parentId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "bridgeId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lagId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "speed",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "duplex",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "macAddress",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "wwn",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "vlanId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "vlan",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "vrfId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "vrf",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIc",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNic",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNiew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIsw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNisw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNie",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "labelN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "labelIc",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "labelNic",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "labelIew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "labelNiew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "labelIsw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "labelNisw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "labelIe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "labelNie",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "typeN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "mtuN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "mtuLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "mtuLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "mtuGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "mtuGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "poeModeN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "poeTypeN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "modeN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "rfRoleN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "rfChannelN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "rfChannelFrequencyN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "rfChannelFrequencyLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "rfChannelFrequencyLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "rfChannelFrequencyGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "rfChannelFrequencyGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "rfChannelWidthN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "rfChannelWidthLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "rfChannelWidthLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "rfChannelWidthGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "rfChannelWidthGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "txPowerN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "txPowerLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "txPowerLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "txPowerGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "txPowerGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionIc",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionNic",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionIew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionNiew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionIsw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionNisw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionIe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionNie",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "cableEndN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "regionIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "regionN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "siteGroupIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "siteGroupN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "siteIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "siteN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "locationIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "locationN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "rackIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "rackN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "virtualChassisIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "virtualChassisN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "moduleIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tagN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "parentIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "bridgeIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lagIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "speedN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "speedLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "speedLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "speedGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "speedGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "duplexN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "macAddressN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "macAddressIc",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "macAddressNic",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "macAddressIew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "macAddressNiew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "macAddressIsw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "macAddressNisw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "macAddressIe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "macAddressNie",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "wwnN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "wwnIc",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "wwnNic",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "wwnIew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "wwnNiew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "wwnIsw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "wwnNisw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "wwnIe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "wwnNie",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "vrfIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "vrfN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ordering",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Dcim"
        ],
        "operationId": "postDcimInterfaces",
        "description": "The parameters and request body are for method: postDcimInterfaces. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "put": {
        "tags": [
          "Dcim"
        ],
        "operationId": "putDcimInterfaces",
        "description": "The parameters and request body are for method: putDcimInterfaces. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Dcim"
        ],
        "operationId": "patchDcimInterfaces",
        "description": "The parameters and request body are for method: patchDcimInterfaces. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Dcim"
        ],
        "operationId": "deleteDcimInterfaces",
        "description": "The parameters and request body are for method: deleteDcimInterfaces. 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": {}
            }
          }
        }
      }
    },
    "/dcim/interfaces/{id}/": {
      "get": {
        "tags": [
          "Dcim"
        ],
        "operationId": "getDcimInterfacesId",
        "description": "The parameters and request body are for method: getDcimInterfacesId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Dcim"
        ],
        "operationId": "putDcimInterfacesId",
        "description": "The parameters and request body are for method: putDcimInterfacesId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Dcim"
        ],
        "operationId": "patchDcimInterfacesId",
        "description": "The parameters and request body are for method: patchDcimInterfacesId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Dcim"
        ],
        "operationId": "deleteDcimInterfacesId",
        "description": "The parameters and request body are for method: deleteDcimInterfacesId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/dcim/interfaces/{id}/trace/": {
      "get": {
        "tags": [
          "Dcim"
        ],
        "operationId": "getDcimInterfacesIdTrace",
        "description": "The parameters and request body are for method: getDcimInterfacesIdTrace. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/dcim/inventory-item-roles/": {
      "get": {
        "tags": [
          "Dcim"
        ],
        "operationId": "getDcimInventoryItemRoles",
        "description": "The parameters and request body are for method: getDcimInventoryItemRoles. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "count": {
                      "type": "number"
                    },
                    "next": {
                      "type": "string"
                    },
                    "previous": {
                      "type": "string"
                    },
                    "results": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "id": {
                            "type": "number"
                          },
                          "url": {
                            "type": "string"
                          },
                          "display": {
                            "type": "string"
                          },
                          "name": {
                            "type": "string"
                          },
                          "slug": {
                            "type": "string"
                          },
                          "color": {
                            "type": "string"
                          },
                          "description": {
                            "type": "string"
                          },
                          "tags": {
                            "type": "array",
                            "items": {
                              "type": "object",
                              "properties": {
                                "id": {
                                  "type": "number"
                                },
                                "url": {
                                  "type": "string"
                                },
                                "display": {
                                  "type": "string"
                                },
                                "name": {
                                  "type": "string"
                                },
                                "slug": {
                                  "type": "string"
                                },
                                "color": {
                                  "type": "string"
                                }
                              }
                            }
                          },
                          "custom_fields": {
                            "type": "object"
                          },
                          "created": {
                            "type": "string"
                          },
                          "last_updated": {
                            "type": "string"
                          },
                          "inventoryitem_count": {
                            "type": "number"
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "count": 10,
                  "next": "string",
                  "previous": "string",
                  "results": [
                    {
                      "id": 6,
                      "url": "string",
                      "display": "string",
                      "name": "string",
                      "slug": "string",
                      "color": "string",
                      "description": "string",
                      "tags": [
                        {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 4,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "created": "string",
                      "last_updated": "string",
                      "inventoryitem_count": 5
                    },
                    {
                      "id": 5,
                      "url": "string",
                      "display": "string",
                      "name": "string",
                      "slug": "string",
                      "color": "string",
                      "description": "string",
                      "tags": [
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "created": "string",
                      "last_updated": "string",
                      "inventoryitem_count": 2
                    },
                    {
                      "id": 10,
                      "url": "string",
                      "display": "string",
                      "name": "string",
                      "slug": "string",
                      "color": "string",
                      "description": "string",
                      "tags": [
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 4,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "created": "string",
                      "last_updated": "string",
                      "inventoryitem_count": 1
                    },
                    {
                      "id": 3,
                      "url": "string",
                      "display": "string",
                      "name": "string",
                      "slug": "string",
                      "color": "string",
                      "description": "string",
                      "tags": [
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 4,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "created": "string",
                      "last_updated": "string",
                      "inventoryitem_count": 7
                    },
                    {
                      "id": 7,
                      "url": "string",
                      "display": "string",
                      "name": "string",
                      "slug": "string",
                      "color": "string",
                      "description": "string",
                      "tags": [
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "created": "string",
                      "last_updated": "string",
                      "inventoryitem_count": 6
                    },
                    {
                      "id": 6,
                      "url": "string",
                      "display": "string",
                      "name": "string",
                      "slug": "string",
                      "color": "string",
                      "description": "string",
                      "tags": [
                        {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 4,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 4,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 7,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 7,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "created": "string",
                      "last_updated": "string",
                      "inventoryitem_count": 3
                    },
                    {
                      "id": 1,
                      "url": "string",
                      "display": "string",
                      "name": "string",
                      "slug": "string",
                      "color": "string",
                      "description": "string",
                      "tags": [
                        {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 4,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 4,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 7,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "created": "string",
                      "last_updated": "string",
                      "inventoryitem_count": 2
                    }
                  ]
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "name",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slug",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "color",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "created",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdated",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "q",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tag",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIc",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNic",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNiew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIsw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNisw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNie",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slugN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slugIc",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slugNic",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slugIew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slugNiew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slugIsw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slugNisw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slugIe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slugNie",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "colorN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "colorIc",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "colorNic",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "colorIew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "colorNiew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "colorIsw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "colorNisw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "colorIe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "colorNie",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tagN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ordering",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Dcim"
        ],
        "operationId": "postDcimInventoryItemRoles",
        "description": "The parameters and request body are for method: postDcimInventoryItemRoles. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "put": {
        "tags": [
          "Dcim"
        ],
        "operationId": "putDcimInventoryItemRoles",
        "description": "The parameters and request body are for method: putDcimInventoryItemRoles. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Dcim"
        ],
        "operationId": "patchDcimInventoryItemRoles",
        "description": "The parameters and request body are for method: patchDcimInventoryItemRoles. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Dcim"
        ],
        "operationId": "deleteDcimInventoryItemRoles",
        "description": "The parameters and request body are for method: deleteDcimInventoryItemRoles. 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": {}
            }
          }
        }
      }
    },
    "/dcim/inventory-item-roles/{id}/": {
      "get": {
        "tags": [
          "Dcim"
        ],
        "operationId": "getDcimInventoryItemRolesId",
        "description": "The parameters and request body are for method: getDcimInventoryItemRolesId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Dcim"
        ],
        "operationId": "putDcimInventoryItemRolesId",
        "description": "The parameters and request body are for method: putDcimInventoryItemRolesId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Dcim"
        ],
        "operationId": "patchDcimInventoryItemRolesId",
        "description": "The parameters and request body are for method: patchDcimInventoryItemRolesId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Dcim"
        ],
        "operationId": "deleteDcimInventoryItemRolesId",
        "description": "The parameters and request body are for method: deleteDcimInventoryItemRolesId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/dcim/inventory-item-templates/": {
      "get": {
        "tags": [
          "Dcim"
        ],
        "operationId": "getDcimInventoryItemTemplates",
        "description": "The parameters and request body are for method: getDcimInventoryItemTemplates. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "count": {
                      "type": "number"
                    },
                    "next": {
                      "type": "string"
                    },
                    "previous": {
                      "type": "string"
                    },
                    "results": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "id": {
                            "type": "number"
                          },
                          "url": {
                            "type": "string"
                          },
                          "display": {
                            "type": "string"
                          },
                          "device_type": {
                            "type": "object",
                            "properties": {
                              "id": {
                                "type": "number"
                              },
                              "url": {
                                "type": "string"
                              },
                              "display": {
                                "type": "string"
                              },
                              "manufacturer": {
                                "type": "object",
                                "properties": {
                                  "id": {
                                    "type": "number"
                                  },
                                  "url": {
                                    "type": "string"
                                  },
                                  "display": {
                                    "type": "string"
                                  },
                                  "name": {
                                    "type": "string"
                                  },
                                  "slug": {
                                    "type": "string"
                                  },
                                  "devicetype_count": {
                                    "type": "number"
                                  }
                                }
                              },
                              "model": {
                                "type": "string"
                              },
                              "slug": {
                                "type": "string"
                              },
                              "device_count": {
                                "type": "number"
                              }
                            }
                          },
                          "parent": {
                            "type": "number"
                          },
                          "name": {
                            "type": "string"
                          },
                          "label": {
                            "type": "string"
                          },
                          "role": {
                            "type": "object",
                            "properties": {
                              "id": {
                                "type": "number"
                              },
                              "url": {
                                "type": "string"
                              },
                              "display": {
                                "type": "string"
                              },
                              "name": {
                                "type": "string"
                              },
                              "slug": {
                                "type": "string"
                              },
                              "inventoryitem_count": {
                                "type": "number"
                              }
                            }
                          },
                          "manufacturer": {
                            "type": "object",
                            "properties": {
                              "id": {
                                "type": "number"
                              },
                              "url": {
                                "type": "string"
                              },
                              "display": {
                                "type": "string"
                              },
                              "name": {
                                "type": "string"
                              },
                              "slug": {
                                "type": "string"
                              },
                              "devicetype_count": {
                                "type": "number"
                              }
                            }
                          },
                          "part_id": {
                            "type": "string"
                          },
                          "description": {
                            "type": "string"
                          },
                          "component_type": {
                            "type": "string"
                          },
                          "component_id": {
                            "type": "number"
                          },
                          "component": {
                            "type": "object"
                          },
                          "created": {
                            "type": "string"
                          },
                          "last_updated": {
                            "type": "string"
                          },
                          "_depth": {
                            "type": "number"
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "count": 4,
                  "next": "string",
                  "previous": "string",
                  "results": [
                    {
                      "id": 1,
                      "url": "string",
                      "display": "string",
                      "device_type": {
                        "id": 4,
                        "url": "string",
                        "display": "string",
                        "manufacturer": {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "devicetype_count": 4
                        },
                        "model": "string",
                        "slug": "string",
                        "device_count": 2
                      },
                      "parent": 5,
                      "name": "string",
                      "label": "string",
                      "role": {
                        "id": 2,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string",
                        "inventoryitem_count": 7
                      },
                      "manufacturer": {
                        "id": 8,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string",
                        "devicetype_count": 6
                      },
                      "part_id": "string",
                      "description": "string",
                      "component_type": "string",
                      "component_id": 3,
                      "component": {},
                      "created": "string",
                      "last_updated": "string",
                      "_depth": 9
                    },
                    {
                      "id": 2,
                      "url": "string",
                      "display": "string",
                      "device_type": {
                        "id": 8,
                        "url": "string",
                        "display": "string",
                        "manufacturer": {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "devicetype_count": 1
                        },
                        "model": "string",
                        "slug": "string",
                        "device_count": 10
                      },
                      "parent": 7,
                      "name": "string",
                      "label": "string",
                      "role": {
                        "id": 7,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string",
                        "inventoryitem_count": 4
                      },
                      "manufacturer": {
                        "id": 3,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string",
                        "devicetype_count": 8
                      },
                      "part_id": "string",
                      "description": "string",
                      "component_type": "string",
                      "component_id": 1,
                      "component": {},
                      "created": "string",
                      "last_updated": "string",
                      "_depth": 6
                    },
                    {
                      "id": 2,
                      "url": "string",
                      "display": "string",
                      "device_type": {
                        "id": 4,
                        "url": "string",
                        "display": "string",
                        "manufacturer": {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "devicetype_count": 8
                        },
                        "model": "string",
                        "slug": "string",
                        "device_count": 6
                      },
                      "parent": 5,
                      "name": "string",
                      "label": "string",
                      "role": {
                        "id": 3,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string",
                        "inventoryitem_count": 5
                      },
                      "manufacturer": {
                        "id": 8,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string",
                        "devicetype_count": 10
                      },
                      "part_id": "string",
                      "description": "string",
                      "component_type": "string",
                      "component_id": 4,
                      "component": {},
                      "created": "string",
                      "last_updated": "string",
                      "_depth": 9
                    },
                    {
                      "id": 8,
                      "url": "string",
                      "display": "string",
                      "device_type": {
                        "id": 10,
                        "url": "string",
                        "display": "string",
                        "manufacturer": {
                          "id": 7,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "devicetype_count": 6
                        },
                        "model": "string",
                        "slug": "string",
                        "device_count": 1
                      },
                      "parent": 5,
                      "name": "string",
                      "label": "string",
                      "role": {
                        "id": 9,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string",
                        "inventoryitem_count": 4
                      },
                      "manufacturer": {
                        "id": 1,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string",
                        "devicetype_count": 4
                      },
                      "part_id": "string",
                      "description": "string",
                      "component_type": "string",
                      "component_id": 1,
                      "component": {},
                      "created": "string",
                      "last_updated": "string",
                      "_depth": 7
                    },
                    {
                      "id": 7,
                      "url": "string",
                      "display": "string",
                      "device_type": {
                        "id": 6,
                        "url": "string",
                        "display": "string",
                        "manufacturer": {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "devicetype_count": 9
                        },
                        "model": "string",
                        "slug": "string",
                        "device_count": 2
                      },
                      "parent": 1,
                      "name": "string",
                      "label": "string",
                      "role": {
                        "id": 6,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string",
                        "inventoryitem_count": 8
                      },
                      "manufacturer": {
                        "id": 10,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string",
                        "devicetype_count": 10
                      },
                      "part_id": "string",
                      "description": "string",
                      "component_type": "string",
                      "component_id": 2,
                      "component": {},
                      "created": "string",
                      "last_updated": "string",
                      "_depth": 1
                    },
                    {
                      "id": 4,
                      "url": "string",
                      "display": "string",
                      "device_type": {
                        "id": 6,
                        "url": "string",
                        "display": "string",
                        "manufacturer": {
                          "id": 7,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "devicetype_count": 1
                        },
                        "model": "string",
                        "slug": "string",
                        "device_count": 3
                      },
                      "parent": 2,
                      "name": "string",
                      "label": "string",
                      "role": {
                        "id": 5,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string",
                        "inventoryitem_count": 9
                      },
                      "manufacturer": {
                        "id": 5,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string",
                        "devicetype_count": 1
                      },
                      "part_id": "string",
                      "description": "string",
                      "component_type": "string",
                      "component_id": 4,
                      "component": {},
                      "created": "string",
                      "last_updated": "string",
                      "_depth": 2
                    }
                  ]
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "name",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "label",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "partId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "created",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdated",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "q",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "devicetypeId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "parentId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "manufacturerId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "manufacturer",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "roleId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "role",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "componentType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "componentId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIc",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNic",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNiew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIsw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNisw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNie",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "labelN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "labelIc",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "labelNic",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "labelIew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "labelNiew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "labelIsw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "labelNisw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "labelIe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "labelNie",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "partIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "partIdIc",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "partIdNic",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "partIdIew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "partIdNiew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "partIdIsw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "partIdNisw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "partIdIe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "partIdNie",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "devicetypeIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "parentIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "manufacturerIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "manufacturerN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "roleIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "roleN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "componentTypeN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "componentIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "componentIdLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "componentIdLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "componentIdGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "componentIdGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ordering",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Dcim"
        ],
        "operationId": "postDcimInventoryItemTemplates",
        "description": "The parameters and request body are for method: postDcimInventoryItemTemplates. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "put": {
        "tags": [
          "Dcim"
        ],
        "operationId": "putDcimInventoryItemTemplates",
        "description": "The parameters and request body are for method: putDcimInventoryItemTemplates. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Dcim"
        ],
        "operationId": "patchDcimInventoryItemTemplates",
        "description": "The parameters and request body are for method: patchDcimInventoryItemTemplates. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Dcim"
        ],
        "operationId": "deleteDcimInventoryItemTemplates",
        "description": "The parameters and request body are for method: deleteDcimInventoryItemTemplates. 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": {}
            }
          }
        }
      }
    },
    "/dcim/inventory-item-templates/{id}/": {
      "get": {
        "tags": [
          "Dcim"
        ],
        "operationId": "getDcimInventoryItemTemplatesId",
        "description": "The parameters and request body are for method: getDcimInventoryItemTemplatesId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Dcim"
        ],
        "operationId": "putDcimInventoryItemTemplatesId",
        "description": "The parameters and request body are for method: putDcimInventoryItemTemplatesId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Dcim"
        ],
        "operationId": "patchDcimInventoryItemTemplatesId",
        "description": "The parameters and request body are for method: patchDcimInventoryItemTemplatesId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Dcim"
        ],
        "operationId": "deleteDcimInventoryItemTemplatesId",
        "description": "The parameters and request body are for method: deleteDcimInventoryItemTemplatesId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/dcim/inventory-items/": {
      "get": {
        "tags": [
          "Dcim"
        ],
        "operationId": "getDcimInventoryItems",
        "description": "The parameters and request body are for method: getDcimInventoryItems. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "count": {
                      "type": "number"
                    },
                    "next": {
                      "type": "string"
                    },
                    "previous": {
                      "type": "string"
                    },
                    "results": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "id": {
                            "type": "number"
                          },
                          "url": {
                            "type": "string"
                          },
                          "display": {
                            "type": "string"
                          },
                          "device": {
                            "type": "object",
                            "properties": {
                              "id": {
                                "type": "number"
                              },
                              "url": {
                                "type": "string"
                              },
                              "display": {
                                "type": "string"
                              },
                              "name": {
                                "type": "string"
                              }
                            }
                          },
                          "parent": {
                            "type": "number"
                          },
                          "name": {
                            "type": "string"
                          },
                          "label": {
                            "type": "string"
                          },
                          "role": {
                            "type": "object",
                            "properties": {
                              "id": {
                                "type": "number"
                              },
                              "url": {
                                "type": "string"
                              },
                              "display": {
                                "type": "string"
                              },
                              "name": {
                                "type": "string"
                              },
                              "slug": {
                                "type": "string"
                              },
                              "inventoryitem_count": {
                                "type": "number"
                              }
                            }
                          },
                          "manufacturer": {
                            "type": "object",
                            "properties": {
                              "id": {
                                "type": "number"
                              },
                              "url": {
                                "type": "string"
                              },
                              "display": {
                                "type": "string"
                              },
                              "name": {
                                "type": "string"
                              },
                              "slug": {
                                "type": "string"
                              },
                              "devicetype_count": {
                                "type": "number"
                              }
                            }
                          },
                          "part_id": {
                            "type": "string"
                          },
                          "serial": {
                            "type": "string"
                          },
                          "asset_tag": {
                            "type": "string"
                          },
                          "discovered": {
                            "type": "boolean"
                          },
                          "description": {
                            "type": "string"
                          },
                          "component_type": {
                            "type": "string"
                          },
                          "component_id": {
                            "type": "number"
                          },
                          "component": {
                            "type": "object"
                          },
                          "tags": {
                            "type": "array",
                            "items": {
                              "type": "object",
                              "properties": {
                                "id": {
                                  "type": "number"
                                },
                                "url": {
                                  "type": "string"
                                },
                                "display": {
                                  "type": "string"
                                },
                                "name": {
                                  "type": "string"
                                },
                                "slug": {
                                  "type": "string"
                                },
                                "color": {
                                  "type": "string"
                                }
                              }
                            }
                          },
                          "custom_fields": {
                            "type": "object"
                          },
                          "created": {
                            "type": "string"
                          },
                          "last_updated": {
                            "type": "string"
                          },
                          "_depth": {
                            "type": "number"
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "count": 10,
                  "next": "string",
                  "previous": "string",
                  "results": [
                    {
                      "id": 6,
                      "url": "string",
                      "display": "string",
                      "device": {
                        "id": 3,
                        "url": "string",
                        "display": "string",
                        "name": "string"
                      },
                      "parent": 6,
                      "name": "string",
                      "label": "string",
                      "role": {
                        "id": 4,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string",
                        "inventoryitem_count": 3
                      },
                      "manufacturer": {
                        "id": 4,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string",
                        "devicetype_count": 2
                      },
                      "part_id": "string",
                      "serial": "string",
                      "asset_tag": "string",
                      "discovered": true,
                      "description": "string",
                      "component_type": "string",
                      "component_id": 10,
                      "component": {},
                      "tags": [
                        {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 7,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 4,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "created": "string",
                      "last_updated": "string",
                      "_depth": 5
                    },
                    {
                      "id": 1,
                      "url": "string",
                      "display": "string",
                      "device": {
                        "id": 3,
                        "url": "string",
                        "display": "string",
                        "name": "string"
                      },
                      "parent": 4,
                      "name": "string",
                      "label": "string",
                      "role": {
                        "id": 10,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string",
                        "inventoryitem_count": 6
                      },
                      "manufacturer": {
                        "id": 9,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string",
                        "devicetype_count": 8
                      },
                      "part_id": "string",
                      "serial": "string",
                      "asset_tag": "string",
                      "discovered": false,
                      "description": "string",
                      "component_type": "string",
                      "component_id": 1,
                      "component": {},
                      "tags": [
                        {
                          "id": 4,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 7,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "created": "string",
                      "last_updated": "string",
                      "_depth": 7
                    },
                    {
                      "id": 9,
                      "url": "string",
                      "display": "string",
                      "device": {
                        "id": 9,
                        "url": "string",
                        "display": "string",
                        "name": "string"
                      },
                      "parent": 7,
                      "name": "string",
                      "label": "string",
                      "role": {
                        "id": 10,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string",
                        "inventoryitem_count": 7
                      },
                      "manufacturer": {
                        "id": 3,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string",
                        "devicetype_count": 1
                      },
                      "part_id": "string",
                      "serial": "string",
                      "asset_tag": "string",
                      "discovered": false,
                      "description": "string",
                      "component_type": "string",
                      "component_id": 10,
                      "component": {},
                      "tags": [
                        {
                          "id": 7,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "created": "string",
                      "last_updated": "string",
                      "_depth": 7
                    },
                    {
                      "id": 4,
                      "url": "string",
                      "display": "string",
                      "device": {
                        "id": 4,
                        "url": "string",
                        "display": "string",
                        "name": "string"
                      },
                      "parent": 5,
                      "name": "string",
                      "label": "string",
                      "role": {
                        "id": 5,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string",
                        "inventoryitem_count": 1
                      },
                      "manufacturer": {
                        "id": 9,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string",
                        "devicetype_count": 10
                      },
                      "part_id": "string",
                      "serial": "string",
                      "asset_tag": "string",
                      "discovered": false,
                      "description": "string",
                      "component_type": "string",
                      "component_id": 2,
                      "component": {},
                      "tags": [
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "created": "string",
                      "last_updated": "string",
                      "_depth": 2
                    },
                    {
                      "id": 1,
                      "url": "string",
                      "display": "string",
                      "device": {
                        "id": 6,
                        "url": "string",
                        "display": "string",
                        "name": "string"
                      },
                      "parent": 6,
                      "name": "string",
                      "label": "string",
                      "role": {
                        "id": 1,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string",
                        "inventoryitem_count": 3
                      },
                      "manufacturer": {
                        "id": 6,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string",
                        "devicetype_count": 8
                      },
                      "part_id": "string",
                      "serial": "string",
                      "asset_tag": "string",
                      "discovered": true,
                      "description": "string",
                      "component_type": "string",
                      "component_id": 6,
                      "component": {},
                      "tags": [
                        {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 4,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "created": "string",
                      "last_updated": "string",
                      "_depth": 7
                    },
                    {
                      "id": 8,
                      "url": "string",
                      "display": "string",
                      "device": {
                        "id": 3,
                        "url": "string",
                        "display": "string",
                        "name": "string"
                      },
                      "parent": 7,
                      "name": "string",
                      "label": "string",
                      "role": {
                        "id": 7,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string",
                        "inventoryitem_count": 4
                      },
                      "manufacturer": {
                        "id": 6,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string",
                        "devicetype_count": 7
                      },
                      "part_id": "string",
                      "serial": "string",
                      "asset_tag": "string",
                      "discovered": false,
                      "description": "string",
                      "component_type": "string",
                      "component_id": 8,
                      "component": {},
                      "tags": [
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "created": "string",
                      "last_updated": "string",
                      "_depth": 1
                    },
                    {
                      "id": 9,
                      "url": "string",
                      "display": "string",
                      "device": {
                        "id": 5,
                        "url": "string",
                        "display": "string",
                        "name": "string"
                      },
                      "parent": 8,
                      "name": "string",
                      "label": "string",
                      "role": {
                        "id": 9,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string",
                        "inventoryitem_count": 2
                      },
                      "manufacturer": {
                        "id": 8,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string",
                        "devicetype_count": 7
                      },
                      "part_id": "string",
                      "serial": "string",
                      "asset_tag": "string",
                      "discovered": false,
                      "description": "string",
                      "component_type": "string",
                      "component_id": 8,
                      "component": {},
                      "tags": [
                        {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "created": "string",
                      "last_updated": "string",
                      "_depth": 10
                    }
                  ]
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "name",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "label",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "partId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "assetTag",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "discovered",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "q",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "regionId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "region",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "siteGroupId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "siteGroup",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "siteId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "site",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "locationId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "location",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "rackId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "rack",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "deviceId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "device",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "virtualChassisId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "virtualChassis",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "created",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdated",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tag",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "parentId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "manufacturerId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "manufacturer",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "roleId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "role",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "componentType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "componentId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "serial",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIc",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNic",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNiew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIsw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNisw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNie",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "labelN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "labelIc",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "labelNic",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "labelIew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "labelNiew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "labelIsw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "labelNisw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "labelIe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "labelNie",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "partIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "partIdIc",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "partIdNic",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "partIdIew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "partIdNiew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "partIdIsw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "partIdNisw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "partIdIe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "partIdNie",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "assetTagN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "assetTagIc",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "assetTagNic",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "assetTagIew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "assetTagNiew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "assetTagIsw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "assetTagNisw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "assetTagIe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "assetTagNie",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "regionIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "regionN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "siteGroupIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "siteGroupN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "siteIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "siteN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "locationIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "locationN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "rackIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "rackN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "deviceIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "deviceN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "virtualChassisIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "virtualChassisN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tagN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "parentIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "manufacturerIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "manufacturerN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "roleIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "roleN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "componentTypeN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "componentIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "componentIdLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "componentIdLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "componentIdGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "componentIdGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "serialN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "serialIc",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "serialNic",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "serialIew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "serialNiew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "serialIsw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "serialNisw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "serialIe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "serialNie",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ordering",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Dcim"
        ],
        "operationId": "postDcimInventoryItems",
        "description": "The parameters and request body are for method: postDcimInventoryItems. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "put": {
        "tags": [
          "Dcim"
        ],
        "operationId": "putDcimInventoryItems",
        "description": "The parameters and request body are for method: putDcimInventoryItems. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Dcim"
        ],
        "operationId": "patchDcimInventoryItems",
        "description": "The parameters and request body are for method: patchDcimInventoryItems. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Dcim"
        ],
        "operationId": "deleteDcimInventoryItems",
        "description": "The parameters and request body are for method: deleteDcimInventoryItems. 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": {}
            }
          }
        }
      }
    },
    "/dcim/inventory-items/{id}/": {
      "get": {
        "tags": [
          "Dcim"
        ],
        "operationId": "getDcimInventoryItemsId",
        "description": "The parameters and request body are for method: getDcimInventoryItemsId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Dcim"
        ],
        "operationId": "putDcimInventoryItemsId",
        "description": "The parameters and request body are for method: putDcimInventoryItemsId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Dcim"
        ],
        "operationId": "patchDcimInventoryItemsId",
        "description": "The parameters and request body are for method: patchDcimInventoryItemsId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Dcim"
        ],
        "operationId": "deleteDcimInventoryItemsId",
        "description": "The parameters and request body are for method: deleteDcimInventoryItemsId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/dcim/locations/": {
      "get": {
        "tags": [
          "Dcim"
        ],
        "operationId": "getDcimLocations",
        "description": "The parameters and request body are for method: getDcimLocations. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "count": {
                      "type": "number"
                    },
                    "next": {
                      "type": "string"
                    },
                    "previous": {
                      "type": "string"
                    },
                    "results": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "id": {
                            "type": "number"
                          },
                          "url": {
                            "type": "string"
                          },
                          "display": {
                            "type": "string"
                          },
                          "name": {
                            "type": "string"
                          },
                          "slug": {
                            "type": "string"
                          },
                          "site": {
                            "type": "object",
                            "properties": {
                              "id": {
                                "type": "number"
                              },
                              "url": {
                                "type": "string"
                              },
                              "display": {
                                "type": "string"
                              },
                              "name": {
                                "type": "string"
                              },
                              "slug": {
                                "type": "string"
                              }
                            }
                          },
                          "parent": {
                            "type": "object",
                            "properties": {
                              "id": {
                                "type": "number"
                              },
                              "url": {
                                "type": "string"
                              },
                              "display": {
                                "type": "string"
                              },
                              "name": {
                                "type": "string"
                              },
                              "slug": {
                                "type": "string"
                              },
                              "rack_count": {
                                "type": "number"
                              },
                              "_depth": {
                                "type": "number"
                              }
                            }
                          },
                          "status": {
                            "type": "object",
                            "properties": {
                              "label": {
                                "type": "string"
                              },
                              "value": {
                                "type": "string"
                              }
                            }
                          },
                          "tenant": {
                            "type": "object",
                            "properties": {
                              "id": {
                                "type": "number"
                              },
                              "url": {
                                "type": "string"
                              },
                              "display": {
                                "type": "string"
                              },
                              "name": {
                                "type": "string"
                              },
                              "slug": {
                                "type": "string"
                              }
                            }
                          },
                          "description": {
                            "type": "string"
                          },
                          "tags": {
                            "type": "array",
                            "items": {
                              "type": "object",
                              "properties": {
                                "id": {
                                  "type": "number"
                                },
                                "url": {
                                  "type": "string"
                                },
                                "display": {
                                  "type": "string"
                                },
                                "name": {
                                  "type": "string"
                                },
                                "slug": {
                                  "type": "string"
                                },
                                "color": {
                                  "type": "string"
                                }
                              }
                            }
                          },
                          "custom_fields": {
                            "type": "object"
                          },
                          "created": {
                            "type": "string"
                          },
                          "last_updated": {
                            "type": "string"
                          },
                          "rack_count": {
                            "type": "number"
                          },
                          "device_count": {
                            "type": "number"
                          },
                          "_depth": {
                            "type": "number"
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "count": 8,
                  "next": "string",
                  "previous": "string",
                  "results": [
                    {
                      "id": 6,
                      "url": "string",
                      "display": "string",
                      "name": "string",
                      "slug": "string",
                      "site": {
                        "id": 10,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string"
                      },
                      "parent": {
                        "id": 3,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string",
                        "rack_count": 10,
                        "_depth": 1
                      },
                      "status": {
                        "label": "Planned",
                        "value": "active"
                      },
                      "tenant": {
                        "id": 2,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string"
                      },
                      "description": "string",
                      "tags": [
                        {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 4,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "created": "string",
                      "last_updated": "string",
                      "rack_count": 8,
                      "device_count": 8,
                      "_depth": 2
                    },
                    {
                      "id": 7,
                      "url": "string",
                      "display": "string",
                      "name": "string",
                      "slug": "string",
                      "site": {
                        "id": 4,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string"
                      },
                      "parent": {
                        "id": 1,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string",
                        "rack_count": 9,
                        "_depth": 6
                      },
                      "status": {
                        "label": "Staging",
                        "value": "active"
                      },
                      "tenant": {
                        "id": 7,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string"
                      },
                      "description": "string",
                      "tags": [
                        {
                          "id": 4,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "created": "string",
                      "last_updated": "string",
                      "rack_count": 9,
                      "device_count": 6,
                      "_depth": 9
                    },
                    {
                      "id": 9,
                      "url": "string",
                      "display": "string",
                      "name": "string",
                      "slug": "string",
                      "site": {
                        "id": 9,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string"
                      },
                      "parent": {
                        "id": 10,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string",
                        "rack_count": 5,
                        "_depth": 2
                      },
                      "status": {
                        "label": "Active",
                        "value": "staging"
                      },
                      "tenant": {
                        "id": 5,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string"
                      },
                      "description": "string",
                      "tags": [
                        {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 7,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "created": "string",
                      "last_updated": "string",
                      "rack_count": 8,
                      "device_count": 8,
                      "_depth": 6
                    }
                  ]
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "name",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slug",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "status",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "description",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tenantGroupId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tenantGroup",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tenantId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tenant",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "contact",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "contactRole",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "contactGroup",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "created",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdated",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "q",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tag",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "regionId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "region",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "siteGroupId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "siteGroup",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "siteId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "site",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "parentId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "parent",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIc",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNic",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNiew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIsw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNisw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNie",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slugN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slugIc",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slugNic",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slugIew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slugNiew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slugIsw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slugNisw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slugIe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slugNie",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "statusN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionIc",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionNic",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionIew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionNiew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionIsw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionNisw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionIe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionNie",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tenantGroupIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tenantGroupN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tenantIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tenantN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "contactN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "contactRoleN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "contactGroupN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tagN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "regionIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "regionN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "siteGroupIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "siteGroupN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "siteIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "siteN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "parentIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "parentN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ordering",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Dcim"
        ],
        "operationId": "postDcimLocations",
        "description": "The parameters and request body are for method: postDcimLocations. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "put": {
        "tags": [
          "Dcim"
        ],
        "operationId": "putDcimLocations",
        "description": "The parameters and request body are for method: putDcimLocations. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Dcim"
        ],
        "operationId": "patchDcimLocations",
        "description": "The parameters and request body are for method: patchDcimLocations. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Dcim"
        ],
        "operationId": "deleteDcimLocations",
        "description": "The parameters and request body are for method: deleteDcimLocations. 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": {}
            }
          }
        }
      }
    },
    "/dcim/locations/{id}/": {
      "get": {
        "tags": [
          "Dcim"
        ],
        "operationId": "getDcimLocationsId",
        "description": "The parameters and request body are for method: getDcimLocationsId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Dcim"
        ],
        "operationId": "putDcimLocationsId",
        "description": "The parameters and request body are for method: putDcimLocationsId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Dcim"
        ],
        "operationId": "patchDcimLocationsId",
        "description": "The parameters and request body are for method: patchDcimLocationsId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Dcim"
        ],
        "operationId": "deleteDcimLocationsId",
        "description": "The parameters and request body are for method: deleteDcimLocationsId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/dcim/manufacturers/": {
      "get": {
        "tags": [
          "Dcim"
        ],
        "operationId": "getDcimManufacturers",
        "description": "The parameters and request body are for method: getDcimManufacturers. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "count": {
                      "type": "number"
                    },
                    "next": {
                      "type": "string"
                    },
                    "previous": {
                      "type": "string"
                    },
                    "results": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "id": {
                            "type": "number"
                          },
                          "url": {
                            "type": "string"
                          },
                          "display": {
                            "type": "string"
                          },
                          "name": {
                            "type": "string"
                          },
                          "slug": {
                            "type": "string"
                          },
                          "description": {
                            "type": "string"
                          },
                          "tags": {
                            "type": "array",
                            "items": {
                              "type": "object",
                              "properties": {
                                "id": {
                                  "type": "number"
                                },
                                "url": {
                                  "type": "string"
                                },
                                "display": {
                                  "type": "string"
                                },
                                "name": {
                                  "type": "string"
                                },
                                "slug": {
                                  "type": "string"
                                },
                                "color": {
                                  "type": "string"
                                }
                              }
                            }
                          },
                          "custom_fields": {
                            "type": "object"
                          },
                          "created": {
                            "type": "string"
                          },
                          "last_updated": {
                            "type": "string"
                          },
                          "devicetype_count": {
                            "type": "number"
                          },
                          "inventoryitem_count": {
                            "type": "number"
                          },
                          "platform_count": {
                            "type": "number"
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "count": 1,
                  "next": "string",
                  "previous": "string",
                  "results": [
                    {
                      "id": 3,
                      "url": "string",
                      "display": "string",
                      "name": "string",
                      "slug": "string",
                      "description": "string",
                      "tags": [
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "created": "string",
                      "last_updated": "string",
                      "devicetype_count": 1,
                      "inventoryitem_count": 10,
                      "platform_count": 6
                    },
                    {
                      "id": 7,
                      "url": "string",
                      "display": "string",
                      "name": "string",
                      "slug": "string",
                      "description": "string",
                      "tags": [
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "created": "string",
                      "last_updated": "string",
                      "devicetype_count": 2,
                      "inventoryitem_count": 10,
                      "platform_count": 1
                    },
                    {
                      "id": 8,
                      "url": "string",
                      "display": "string",
                      "name": "string",
                      "slug": "string",
                      "description": "string",
                      "tags": [
                        {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "created": "string",
                      "last_updated": "string",
                      "devicetype_count": 8,
                      "inventoryitem_count": 8,
                      "platform_count": 8
                    },
                    {
                      "id": 7,
                      "url": "string",
                      "display": "string",
                      "name": "string",
                      "slug": "string",
                      "description": "string",
                      "tags": [
                        {
                          "id": 4,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 7,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "created": "string",
                      "last_updated": "string",
                      "devicetype_count": 6,
                      "inventoryitem_count": 6,
                      "platform_count": 10
                    },
                    {
                      "id": 2,
                      "url": "string",
                      "display": "string",
                      "name": "string",
                      "slug": "string",
                      "description": "string",
                      "tags": [
                        {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "created": "string",
                      "last_updated": "string",
                      "devicetype_count": 4,
                      "inventoryitem_count": 6,
                      "platform_count": 5
                    },
                    {
                      "id": 9,
                      "url": "string",
                      "display": "string",
                      "name": "string",
                      "slug": "string",
                      "description": "string",
                      "tags": [
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "created": "string",
                      "last_updated": "string",
                      "devicetype_count": 5,
                      "inventoryitem_count": 3,
                      "platform_count": 10
                    },
                    {
                      "id": 3,
                      "url": "string",
                      "display": "string",
                      "name": "string",
                      "slug": "string",
                      "description": "string",
                      "tags": [
                        {
                          "id": 7,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "created": "string",
                      "last_updated": "string",
                      "devicetype_count": 9,
                      "inventoryitem_count": 3,
                      "platform_count": 7
                    },
                    {
                      "id": 7,
                      "url": "string",
                      "display": "string",
                      "name": "string",
                      "slug": "string",
                      "description": "string",
                      "tags": [
                        {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "created": "string",
                      "last_updated": "string",
                      "devicetype_count": 2,
                      "inventoryitem_count": 9,
                      "platform_count": 2
                    }
                  ]
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "name",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slug",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "description",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "created",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdated",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "q",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tag",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "contact",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "contactRole",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "contactGroup",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIc",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNic",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNiew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIsw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNisw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNie",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slugN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slugIc",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slugNic",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slugIew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slugNiew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slugIsw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slugNisw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slugIe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slugNie",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionIc",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionNic",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionIew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionNiew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionIsw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionNisw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionIe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionNie",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tagN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "contactN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "contactRoleN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "contactGroupN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ordering",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Dcim"
        ],
        "operationId": "postDcimManufacturers",
        "description": "The parameters and request body are for method: postDcimManufacturers. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "put": {
        "tags": [
          "Dcim"
        ],
        "operationId": "putDcimManufacturers",
        "description": "The parameters and request body are for method: putDcimManufacturers. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Dcim"
        ],
        "operationId": "patchDcimManufacturers",
        "description": "The parameters and request body are for method: patchDcimManufacturers. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Dcim"
        ],
        "operationId": "deleteDcimManufacturers",
        "description": "The parameters and request body are for method: deleteDcimManufacturers. 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": {}
            }
          }
        }
      }
    },
    "/dcim/manufacturers/{id}/": {
      "get": {
        "tags": [
          "Dcim"
        ],
        "operationId": "getDcimManufacturersId",
        "description": "The parameters and request body are for method: getDcimManufacturersId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Dcim"
        ],
        "operationId": "putDcimManufacturersId",
        "description": "The parameters and request body are for method: putDcimManufacturersId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Dcim"
        ],
        "operationId": "patchDcimManufacturersId",
        "description": "The parameters and request body are for method: patchDcimManufacturersId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Dcim"
        ],
        "operationId": "deleteDcimManufacturersId",
        "description": "The parameters and request body are for method: deleteDcimManufacturersId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/dcim/module-bay-templates/": {
      "get": {
        "tags": [
          "Dcim"
        ],
        "operationId": "getDcimModuleBayTemplates",
        "description": "The parameters and request body are for method: getDcimModuleBayTemplates. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "count": {
                      "type": "number"
                    },
                    "next": {
                      "type": "string"
                    },
                    "previous": {
                      "type": "string"
                    },
                    "results": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "id": {
                            "type": "number"
                          },
                          "url": {
                            "type": "string"
                          },
                          "display": {
                            "type": "string"
                          },
                          "device_type": {
                            "type": "object",
                            "properties": {
                              "id": {
                                "type": "number"
                              },
                              "url": {
                                "type": "string"
                              },
                              "display": {
                                "type": "string"
                              },
                              "manufacturer": {
                                "type": "object",
                                "properties": {
                                  "id": {
                                    "type": "number"
                                  },
                                  "url": {
                                    "type": "string"
                                  },
                                  "display": {
                                    "type": "string"
                                  },
                                  "name": {
                                    "type": "string"
                                  },
                                  "slug": {
                                    "type": "string"
                                  },
                                  "devicetype_count": {
                                    "type": "number"
                                  }
                                }
                              },
                              "model": {
                                "type": "string"
                              },
                              "slug": {
                                "type": "string"
                              },
                              "device_count": {
                                "type": "number"
                              }
                            }
                          },
                          "name": {
                            "type": "string"
                          },
                          "label": {
                            "type": "string"
                          },
                          "position": {
                            "type": "string"
                          },
                          "description": {
                            "type": "string"
                          },
                          "created": {
                            "type": "string"
                          },
                          "last_updated": {
                            "type": "string"
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "count": 8,
                  "next": "string",
                  "previous": "string",
                  "results": [
                    {
                      "id": 2,
                      "url": "string",
                      "display": "string",
                      "device_type": {
                        "id": 10,
                        "url": "string",
                        "display": "string",
                        "manufacturer": {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "devicetype_count": 3
                        },
                        "model": "string",
                        "slug": "string",
                        "device_count": 3
                      },
                      "name": "string",
                      "label": "string",
                      "position": "string",
                      "description": "string",
                      "created": "string",
                      "last_updated": "string"
                    },
                    {
                      "id": 4,
                      "url": "string",
                      "display": "string",
                      "device_type": {
                        "id": 10,
                        "url": "string",
                        "display": "string",
                        "manufacturer": {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "devicetype_count": 10
                        },
                        "model": "string",
                        "slug": "string",
                        "device_count": 2
                      },
                      "name": "string",
                      "label": "string",
                      "position": "string",
                      "description": "string",
                      "created": "string",
                      "last_updated": "string"
                    },
                    {
                      "id": 10,
                      "url": "string",
                      "display": "string",
                      "device_type": {
                        "id": 1,
                        "url": "string",
                        "display": "string",
                        "manufacturer": {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "devicetype_count": 5
                        },
                        "model": "string",
                        "slug": "string",
                        "device_count": 2
                      },
                      "name": "string",
                      "label": "string",
                      "position": "string",
                      "description": "string",
                      "created": "string",
                      "last_updated": "string"
                    },
                    {
                      "id": 7,
                      "url": "string",
                      "display": "string",
                      "device_type": {
                        "id": 8,
                        "url": "string",
                        "display": "string",
                        "manufacturer": {
                          "id": 7,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "devicetype_count": 3
                        },
                        "model": "string",
                        "slug": "string",
                        "device_count": 2
                      },
                      "name": "string",
                      "label": "string",
                      "position": "string",
                      "description": "string",
                      "created": "string",
                      "last_updated": "string"
                    }
                  ]
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "name",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "created",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdated",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "q",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "devicetypeId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIc",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNic",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNiew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIsw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNisw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNie",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "devicetypeIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ordering",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Dcim"
        ],
        "operationId": "postDcimModuleBayTemplates",
        "description": "The parameters and request body are for method: postDcimModuleBayTemplates. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "put": {
        "tags": [
          "Dcim"
        ],
        "operationId": "putDcimModuleBayTemplates",
        "description": "The parameters and request body are for method: putDcimModuleBayTemplates. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Dcim"
        ],
        "operationId": "patchDcimModuleBayTemplates",
        "description": "The parameters and request body are for method: patchDcimModuleBayTemplates. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Dcim"
        ],
        "operationId": "deleteDcimModuleBayTemplates",
        "description": "The parameters and request body are for method: deleteDcimModuleBayTemplates. 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": {}
            }
          }
        }
      }
    },
    "/dcim/module-bay-templates/{id}/": {
      "get": {
        "tags": [
          "Dcim"
        ],
        "operationId": "getDcimModuleBayTemplatesId",
        "description": "The parameters and request body are for method: getDcimModuleBayTemplatesId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Dcim"
        ],
        "operationId": "putDcimModuleBayTemplatesId",
        "description": "The parameters and request body are for method: putDcimModuleBayTemplatesId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Dcim"
        ],
        "operationId": "patchDcimModuleBayTemplatesId",
        "description": "The parameters and request body are for method: patchDcimModuleBayTemplatesId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Dcim"
        ],
        "operationId": "deleteDcimModuleBayTemplatesId",
        "description": "The parameters and request body are for method: deleteDcimModuleBayTemplatesId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/dcim/module-bays/": {
      "get": {
        "tags": [
          "Dcim"
        ],
        "operationId": "getDcimModuleBays",
        "description": "The parameters and request body are for method: getDcimModuleBays. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "count": {
                      "type": "number"
                    },
                    "next": {
                      "type": "string"
                    },
                    "previous": {
                      "type": "string"
                    },
                    "results": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "id": {
                            "type": "number"
                          },
                          "url": {
                            "type": "string"
                          },
                          "display": {
                            "type": "string"
                          },
                          "device": {
                            "type": "object",
                            "properties": {
                              "id": {
                                "type": "number"
                              },
                              "url": {
                                "type": "string"
                              },
                              "display": {
                                "type": "string"
                              },
                              "name": {
                                "type": "string"
                              }
                            }
                          },
                          "name": {
                            "type": "string"
                          },
                          "installed_module": {
                            "type": "object",
                            "properties": {
                              "id": {
                                "type": "number"
                              },
                              "url": {
                                "type": "string"
                              },
                              "display": {
                                "type": "string"
                              },
                              "serial": {
                                "type": "string"
                              }
                            }
                          },
                          "label": {
                            "type": "string"
                          },
                          "position": {
                            "type": "string"
                          },
                          "description": {
                            "type": "string"
                          },
                          "tags": {
                            "type": "array",
                            "items": {
                              "type": "object",
                              "properties": {
                                "id": {
                                  "type": "number"
                                },
                                "url": {
                                  "type": "string"
                                },
                                "display": {
                                  "type": "string"
                                },
                                "name": {
                                  "type": "string"
                                },
                                "slug": {
                                  "type": "string"
                                },
                                "color": {
                                  "type": "string"
                                }
                              }
                            }
                          },
                          "custom_fields": {
                            "type": "object"
                          },
                          "created": {
                            "type": "string"
                          },
                          "last_updated": {
                            "type": "string"
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "count": 9,
                  "next": "string",
                  "previous": "string",
                  "results": [
                    {
                      "id": 4,
                      "url": "string",
                      "display": "string",
                      "device": {
                        "id": 1,
                        "url": "string",
                        "display": "string",
                        "name": "string"
                      },
                      "name": "string",
                      "installed_module": {
                        "id": 1,
                        "url": "string",
                        "display": "string",
                        "serial": "string"
                      },
                      "label": "string",
                      "position": "string",
                      "description": "string",
                      "tags": [
                        {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 4,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "created": "string",
                      "last_updated": "string"
                    },
                    {
                      "id": 6,
                      "url": "string",
                      "display": "string",
                      "device": {
                        "id": 5,
                        "url": "string",
                        "display": "string",
                        "name": "string"
                      },
                      "name": "string",
                      "installed_module": {
                        "id": 3,
                        "url": "string",
                        "display": "string",
                        "serial": "string"
                      },
                      "label": "string",
                      "position": "string",
                      "description": "string",
                      "tags": [
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "created": "string",
                      "last_updated": "string"
                    },
                    {
                      "id": 6,
                      "url": "string",
                      "display": "string",
                      "device": {
                        "id": 8,
                        "url": "string",
                        "display": "string",
                        "name": "string"
                      },
                      "name": "string",
                      "installed_module": {
                        "id": 3,
                        "url": "string",
                        "display": "string",
                        "serial": "string"
                      },
                      "label": "string",
                      "position": "string",
                      "description": "string",
                      "tags": [
                        {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "created": "string",
                      "last_updated": "string"
                    },
                    {
                      "id": 9,
                      "url": "string",
                      "display": "string",
                      "device": {
                        "id": 1,
                        "url": "string",
                        "display": "string",
                        "name": "string"
                      },
                      "name": "string",
                      "installed_module": {
                        "id": 4,
                        "url": "string",
                        "display": "string",
                        "serial": "string"
                      },
                      "label": "string",
                      "position": "string",
                      "description": "string",
                      "tags": [
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "created": "string",
                      "last_updated": "string"
                    },
                    {
                      "id": 4,
                      "url": "string",
                      "display": "string",
                      "device": {
                        "id": 1,
                        "url": "string",
                        "display": "string",
                        "name": "string"
                      },
                      "name": "string",
                      "installed_module": {
                        "id": 6,
                        "url": "string",
                        "display": "string",
                        "serial": "string"
                      },
                      "label": "string",
                      "position": "string",
                      "description": "string",
                      "tags": [
                        {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "created": "string",
                      "last_updated": "string"
                    },
                    {
                      "id": 7,
                      "url": "string",
                      "display": "string",
                      "device": {
                        "id": 5,
                        "url": "string",
                        "display": "string",
                        "name": "string"
                      },
                      "name": "string",
                      "installed_module": {
                        "id": 9,
                        "url": "string",
                        "display": "string",
                        "serial": "string"
                      },
                      "label": "string",
                      "position": "string",
                      "description": "string",
                      "tags": [
                        {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "created": "string",
                      "last_updated": "string"
                    },
                    {
                      "id": 8,
                      "url": "string",
                      "display": "string",
                      "device": {
                        "id": 3,
                        "url": "string",
                        "display": "string",
                        "name": "string"
                      },
                      "name": "string",
                      "installed_module": {
                        "id": 6,
                        "url": "string",
                        "display": "string",
                        "serial": "string"
                      },
                      "label": "string",
                      "position": "string",
                      "description": "string",
                      "tags": [
                        {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "created": "string",
                      "last_updated": "string"
                    },
                    {
                      "id": 10,
                      "url": "string",
                      "display": "string",
                      "device": {
                        "id": 5,
                        "url": "string",
                        "display": "string",
                        "name": "string"
                      },
                      "name": "string",
                      "installed_module": {
                        "id": 10,
                        "url": "string",
                        "display": "string",
                        "serial": "string"
                      },
                      "label": "string",
                      "position": "string",
                      "description": "string",
                      "tags": [
                        {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 7,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "created": "string",
                      "last_updated": "string"
                    },
                    {
                      "id": 4,
                      "url": "string",
                      "display": "string",
                      "device": {
                        "id": 10,
                        "url": "string",
                        "display": "string",
                        "name": "string"
                      },
                      "name": "string",
                      "installed_module": {
                        "id": 9,
                        "url": "string",
                        "display": "string",
                        "serial": "string"
                      },
                      "label": "string",
                      "position": "string",
                      "description": "string",
                      "tags": [
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 7,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "created": "string",
                      "last_updated": "string"
                    }
                  ]
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "name",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "label",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "description",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "q",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "regionId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "region",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "siteGroupId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "siteGroup",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "siteId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "site",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "locationId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "location",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "rackId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "rack",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "deviceId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "device",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "virtualChassisId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "virtualChassis",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "created",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdated",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tag",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIc",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNic",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNiew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIsw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNisw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNie",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "labelN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "labelIc",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "labelNic",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "labelIew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "labelNiew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "labelIsw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "labelNisw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "labelIe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "labelNie",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionIc",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionNic",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionIew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionNiew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionIsw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionNisw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionIe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionNie",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "regionIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "regionN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "siteGroupIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "siteGroupN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "siteIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "siteN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "locationIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "locationN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "rackIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "rackN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "deviceIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "deviceN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "virtualChassisIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "virtualChassisN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tagN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ordering",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Dcim"
        ],
        "operationId": "postDcimModuleBays",
        "description": "The parameters and request body are for method: postDcimModuleBays. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "put": {
        "tags": [
          "Dcim"
        ],
        "operationId": "putDcimModuleBays",
        "description": "The parameters and request body are for method: putDcimModuleBays. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Dcim"
        ],
        "operationId": "patchDcimModuleBays",
        "description": "The parameters and request body are for method: patchDcimModuleBays. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Dcim"
        ],
        "operationId": "deleteDcimModuleBays",
        "description": "The parameters and request body are for method: deleteDcimModuleBays. 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": {}
            }
          }
        }
      }
    },
    "/dcim/module-bays/{id}/": {
      "get": {
        "tags": [
          "Dcim"
        ],
        "operationId": "getDcimModuleBaysId",
        "description": "The parameters and request body are for method: getDcimModuleBaysId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Dcim"
        ],
        "operationId": "putDcimModuleBaysId",
        "description": "The parameters and request body are for method: putDcimModuleBaysId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Dcim"
        ],
        "operationId": "patchDcimModuleBaysId",
        "description": "The parameters and request body are for method: patchDcimModuleBaysId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Dcim"
        ],
        "operationId": "deleteDcimModuleBaysId",
        "description": "The parameters and request body are for method: deleteDcimModuleBaysId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/dcim/module-types/": {
      "get": {
        "tags": [
          "Dcim"
        ],
        "operationId": "getDcimModuleTypes",
        "description": "The parameters and request body are for method: getDcimModuleTypes. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "count": {
                      "type": "number"
                    },
                    "next": {
                      "type": "string"
                    },
                    "previous": {
                      "type": "string"
                    },
                    "results": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "id": {
                            "type": "number"
                          },
                          "url": {
                            "type": "string"
                          },
                          "display": {
                            "type": "string"
                          },
                          "manufacturer": {
                            "type": "object",
                            "properties": {
                              "id": {
                                "type": "number"
                              },
                              "url": {
                                "type": "string"
                              },
                              "display": {
                                "type": "string"
                              },
                              "name": {
                                "type": "string"
                              },
                              "slug": {
                                "type": "string"
                              },
                              "devicetype_count": {
                                "type": "number"
                              }
                            }
                          },
                          "model": {
                            "type": "string"
                          },
                          "part_number": {
                            "type": "string"
                          },
                          "comments": {
                            "type": "string"
                          },
                          "tags": {
                            "type": "array",
                            "items": {
                              "type": "object",
                              "properties": {
                                "id": {
                                  "type": "number"
                                },
                                "url": {
                                  "type": "string"
                                },
                                "display": {
                                  "type": "string"
                                },
                                "name": {
                                  "type": "string"
                                },
                                "slug": {
                                  "type": "string"
                                },
                                "color": {
                                  "type": "string"
                                }
                              }
                            }
                          },
                          "custom_fields": {
                            "type": "object"
                          },
                          "created": {
                            "type": "string"
                          },
                          "last_updated": {
                            "type": "string"
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "count": 2,
                  "next": "string",
                  "previous": "string",
                  "results": [
                    {
                      "id": 2,
                      "url": "string",
                      "display": "string",
                      "manufacturer": {
                        "id": 5,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string",
                        "devicetype_count": 3
                      },
                      "model": "string",
                      "part_number": "string",
                      "comments": "string",
                      "tags": [
                        {
                          "id": 4,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "created": "string",
                      "last_updated": "string"
                    },
                    {
                      "id": 8,
                      "url": "string",
                      "display": "string",
                      "manufacturer": {
                        "id": 3,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string",
                        "devicetype_count": 10
                      },
                      "model": "string",
                      "part_number": "string",
                      "comments": "string",
                      "tags": [
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 4,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "created": "string",
                      "last_updated": "string"
                    }
                  ]
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "model",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "partNumber",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "created",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdated",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "q",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tag",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "manufacturerId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "manufacturer",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "consolePorts",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "consoleServerPorts",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "powerPorts",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "powerOutlets",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "interfaces",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "passThroughPorts",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "modelN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "modelIc",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "modelNic",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "modelIew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "modelNiew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "modelIsw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "modelNisw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "modelIe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "modelNie",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "partNumberN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "partNumberIc",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "partNumberNic",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "partNumberIew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "partNumberNiew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "partNumberIsw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "partNumberNisw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "partNumberIe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "partNumberNie",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tagN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "manufacturerIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "manufacturerN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ordering",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Dcim"
        ],
        "operationId": "postDcimModuleTypes",
        "description": "The parameters and request body are for method: postDcimModuleTypes. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "put": {
        "tags": [
          "Dcim"
        ],
        "operationId": "putDcimModuleTypes",
        "description": "The parameters and request body are for method: putDcimModuleTypes. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Dcim"
        ],
        "operationId": "patchDcimModuleTypes",
        "description": "The parameters and request body are for method: patchDcimModuleTypes. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Dcim"
        ],
        "operationId": "deleteDcimModuleTypes",
        "description": "The parameters and request body are for method: deleteDcimModuleTypes. 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": {}
            }
          }
        }
      }
    },
    "/dcim/module-types/{id}/": {
      "get": {
        "tags": [
          "Dcim"
        ],
        "operationId": "getDcimModuleTypesId",
        "description": "The parameters and request body are for method: getDcimModuleTypesId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Dcim"
        ],
        "operationId": "putDcimModuleTypesId",
        "description": "The parameters and request body are for method: putDcimModuleTypesId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Dcim"
        ],
        "operationId": "patchDcimModuleTypesId",
        "description": "The parameters and request body are for method: patchDcimModuleTypesId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Dcim"
        ],
        "operationId": "deleteDcimModuleTypesId",
        "description": "The parameters and request body are for method: deleteDcimModuleTypesId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/dcim/modules/": {
      "get": {
        "tags": [
          "Dcim"
        ],
        "operationId": "getDcimModules",
        "description": "The parameters and request body are for method: getDcimModules. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "count": {
                      "type": "number"
                    },
                    "next": {
                      "type": "string"
                    },
                    "previous": {
                      "type": "string"
                    },
                    "results": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "id": {
                            "type": "number"
                          },
                          "url": {
                            "type": "string"
                          },
                          "display": {
                            "type": "string"
                          },
                          "device": {
                            "type": "object",
                            "properties": {
                              "id": {
                                "type": "number"
                              },
                              "url": {
                                "type": "string"
                              },
                              "display": {
                                "type": "string"
                              },
                              "name": {
                                "type": "string"
                              }
                            }
                          },
                          "module_bay": {
                            "type": "object",
                            "properties": {
                              "id": {
                                "type": "number"
                              },
                              "url": {
                                "type": "string"
                              },
                              "display": {
                                "type": "string"
                              },
                              "module": {
                                "type": "object",
                                "properties": {
                                  "id": {
                                    "type": "number"
                                  },
                                  "url": {
                                    "type": "string"
                                  },
                                  "display": {
                                    "type": "string"
                                  },
                                  "device": {
                                    "type": "object",
                                    "properties": {
                                      "id": {
                                        "type": "number"
                                      },
                                      "url": {
                                        "type": "string"
                                      },
                                      "display": {
                                        "type": "string"
                                      },
                                      "name": {
                                        "type": "string"
                                      }
                                    }
                                  },
                                  "module_bay": {
                                    "type": "object",
                                    "properties": {
                                      "id": {
                                        "type": "number"
                                      },
                                      "url": {
                                        "type": "string"
                                      },
                                      "display": {
                                        "type": "string"
                                      },
                                      "name": {
                                        "type": "string"
                                      }
                                    }
                                  },
                                  "module_type": {
                                    "type": "object",
                                    "properties": {
                                      "id": {
                                        "type": "number"
                                      },
                                      "url": {
                                        "type": "string"
                                      },
                                      "display": {
                                        "type": "string"
                                      },
                                      "manufacturer": {
                                        "type": "object",
                                        "properties": {
                                          "id": {
                                            "type": "number"
                                          },
                                          "url": {
                                            "type": "string"
                                          },
                                          "display": {
                                            "type": "string"
                                          },
                                          "name": {
                                            "type": "string"
                                          },
                                          "slug": {
                                            "type": "string"
                                          },
                                          "devicetype_count": {
                                            "type": "number"
                                          }
                                        }
                                      },
                                      "model": {
                                        "type": "string"
                                      }
                                    }
                                  }
                                }
                              },
                              "name": {
                                "type": "string"
                              }
                            }
                          },
                          "module_type": {
                            "type": "object",
                            "properties": {
                              "id": {
                                "type": "number"
                              },
                              "url": {
                                "type": "string"
                              },
                              "display": {
                                "type": "string"
                              },
                              "manufacturer": {
                                "type": "object",
                                "properties": {
                                  "id": {
                                    "type": "number"
                                  },
                                  "url": {
                                    "type": "string"
                                  },
                                  "display": {
                                    "type": "string"
                                  },
                                  "name": {
                                    "type": "string"
                                  },
                                  "slug": {
                                    "type": "string"
                                  },
                                  "devicetype_count": {
                                    "type": "number"
                                  }
                                }
                              },
                              "model": {
                                "type": "string"
                              }
                            }
                          },
                          "serial": {
                            "type": "string"
                          },
                          "asset_tag": {
                            "type": "string"
                          },
                          "comments": {
                            "type": "string"
                          },
                          "tags": {
                            "type": "array",
                            "items": {
                              "type": "object",
                              "properties": {
                                "id": {
                                  "type": "number"
                                },
                                "url": {
                                  "type": "string"
                                },
                                "display": {
                                  "type": "string"
                                },
                                "name": {
                                  "type": "string"
                                },
                                "slug": {
                                  "type": "string"
                                },
                                "color": {
                                  "type": "string"
                                }
                              }
                            }
                          },
                          "custom_fields": {
                            "type": "object"
                          },
                          "created": {
                            "type": "string"
                          },
                          "last_updated": {
                            "type": "string"
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "count": 8,
                  "next": "string",
                  "previous": "string",
                  "results": [
                    {
                      "id": 10,
                      "url": "string",
                      "display": "string",
                      "device": {
                        "id": 7,
                        "url": "string",
                        "display": "string",
                        "name": "string"
                      },
                      "module_bay": {
                        "id": 2,
                        "url": "string",
                        "display": "string",
                        "module": {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "device": {
                            "id": 10,
                            "url": "string",
                            "display": "string",
                            "name": "string"
                          },
                          "module_bay": {
                            "id": 5,
                            "url": "string",
                            "display": "string",
                            "name": "string"
                          },
                          "module_type": {
                            "id": 8,
                            "url": "string",
                            "display": "string",
                            "manufacturer": {
                              "id": 10,
                              "url": "string",
                              "display": "string",
                              "name": "string",
                              "slug": "string",
                              "devicetype_count": 2
                            },
                            "model": "string"
                          }
                        },
                        "name": "string"
                      },
                      "module_type": {
                        "id": 7,
                        "url": "string",
                        "display": "string",
                        "manufacturer": {
                          "id": 4,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "devicetype_count": 5
                        },
                        "model": "string"
                      },
                      "serial": "string",
                      "asset_tag": "string",
                      "comments": "string",
                      "tags": [
                        {
                          "id": 7,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "created": "string",
                      "last_updated": "string"
                    }
                  ]
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "assetTag",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "created",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdated",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "q",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tag",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "manufacturerId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "manufacturer",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "moduleTypeId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "moduleType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "moduleBayId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "deviceId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "serial",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "assetTagN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "assetTagIc",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "assetTagNic",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "assetTagIew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "assetTagNiew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "assetTagIsw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "assetTagNisw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "assetTagIe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "assetTagNie",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tagN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "manufacturerIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "manufacturerN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "moduleTypeIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "moduleTypeN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "moduleBayIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "deviceIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "serialN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "serialIc",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "serialNic",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "serialIew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "serialNiew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "serialIsw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "serialNisw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "serialIe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "serialNie",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ordering",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Dcim"
        ],
        "operationId": "postDcimModules",
        "description": "The parameters and request body are for method: postDcimModules. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "put": {
        "tags": [
          "Dcim"
        ],
        "operationId": "putDcimModules",
        "description": "The parameters and request body are for method: putDcimModules. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Dcim"
        ],
        "operationId": "patchDcimModules",
        "description": "The parameters and request body are for method: patchDcimModules. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Dcim"
        ],
        "operationId": "deleteDcimModules",
        "description": "The parameters and request body are for method: deleteDcimModules. 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": {}
            }
          }
        }
      }
    },
    "/dcim/modules/{id}/": {
      "get": {
        "tags": [
          "Dcim"
        ],
        "operationId": "getDcimModulesId",
        "description": "The parameters and request body are for method: getDcimModulesId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Dcim"
        ],
        "operationId": "putDcimModulesId",
        "description": "The parameters and request body are for method: putDcimModulesId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Dcim"
        ],
        "operationId": "patchDcimModulesId",
        "description": "The parameters and request body are for method: patchDcimModulesId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Dcim"
        ],
        "operationId": "deleteDcimModulesId",
        "description": "The parameters and request body are for method: deleteDcimModulesId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/dcim/platforms/": {
      "get": {
        "tags": [
          "Dcim"
        ],
        "operationId": "getDcimPlatforms",
        "description": "The parameters and request body are for method: getDcimPlatforms. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "count": {
                      "type": "number"
                    },
                    "next": {
                      "type": "string"
                    },
                    "previous": {
                      "type": "string"
                    },
                    "results": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "id": {
                            "type": "number"
                          },
                          "url": {
                            "type": "string"
                          },
                          "display": {
                            "type": "string"
                          },
                          "name": {
                            "type": "string"
                          },
                          "slug": {
                            "type": "string"
                          },
                          "manufacturer": {
                            "type": "object",
                            "properties": {
                              "id": {
                                "type": "number"
                              },
                              "url": {
                                "type": "string"
                              },
                              "display": {
                                "type": "string"
                              },
                              "name": {
                                "type": "string"
                              },
                              "slug": {
                                "type": "string"
                              },
                              "devicetype_count": {
                                "type": "number"
                              }
                            }
                          },
                          "napalm_driver": {
                            "type": "string"
                          },
                          "napalm_args": {
                            "type": "object"
                          },
                          "description": {
                            "type": "string"
                          },
                          "tags": {
                            "type": "array",
                            "items": {
                              "type": "object",
                              "properties": {
                                "id": {
                                  "type": "number"
                                },
                                "url": {
                                  "type": "string"
                                },
                                "display": {
                                  "type": "string"
                                },
                                "name": {
                                  "type": "string"
                                },
                                "slug": {
                                  "type": "string"
                                },
                                "color": {
                                  "type": "string"
                                }
                              }
                            }
                          },
                          "custom_fields": {
                            "type": "object"
                          },
                          "created": {
                            "type": "string"
                          },
                          "last_updated": {
                            "type": "string"
                          },
                          "device_count": {
                            "type": "number"
                          },
                          "virtualmachine_count": {
                            "type": "number"
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "count": 8,
                  "next": "string",
                  "previous": "string",
                  "results": [
                    {
                      "id": 5,
                      "url": "string",
                      "display": "string",
                      "name": "string",
                      "slug": "string",
                      "manufacturer": {
                        "id": 7,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string",
                        "devicetype_count": 2
                      },
                      "napalm_driver": "string",
                      "napalm_args": {},
                      "description": "string",
                      "tags": [
                        {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "created": "string",
                      "last_updated": "string",
                      "device_count": 8,
                      "virtualmachine_count": 7
                    },
                    {
                      "id": 7,
                      "url": "string",
                      "display": "string",
                      "name": "string",
                      "slug": "string",
                      "manufacturer": {
                        "id": 4,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string",
                        "devicetype_count": 6
                      },
                      "napalm_driver": "string",
                      "napalm_args": {},
                      "description": "string",
                      "tags": [
                        {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 4,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "created": "string",
                      "last_updated": "string",
                      "device_count": 3,
                      "virtualmachine_count": 2
                    },
                    {
                      "id": 3,
                      "url": "string",
                      "display": "string",
                      "name": "string",
                      "slug": "string",
                      "manufacturer": {
                        "id": 2,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string",
                        "devicetype_count": 5
                      },
                      "napalm_driver": "string",
                      "napalm_args": {},
                      "description": "string",
                      "tags": [
                        {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "created": "string",
                      "last_updated": "string",
                      "device_count": 7,
                      "virtualmachine_count": 4
                    },
                    {
                      "id": 9,
                      "url": "string",
                      "display": "string",
                      "name": "string",
                      "slug": "string",
                      "manufacturer": {
                        "id": 10,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string",
                        "devicetype_count": 1
                      },
                      "napalm_driver": "string",
                      "napalm_args": {},
                      "description": "string",
                      "tags": [
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "created": "string",
                      "last_updated": "string",
                      "device_count": 2,
                      "virtualmachine_count": 8
                    },
                    {
                      "id": 4,
                      "url": "string",
                      "display": "string",
                      "name": "string",
                      "slug": "string",
                      "manufacturer": {
                        "id": 9,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string",
                        "devicetype_count": 3
                      },
                      "napalm_driver": "string",
                      "napalm_args": {},
                      "description": "string",
                      "tags": [
                        {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 7,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "created": "string",
                      "last_updated": "string",
                      "device_count": 3,
                      "virtualmachine_count": 6
                    },
                    {
                      "id": 6,
                      "url": "string",
                      "display": "string",
                      "name": "string",
                      "slug": "string",
                      "manufacturer": {
                        "id": 3,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string",
                        "devicetype_count": 2
                      },
                      "napalm_driver": "string",
                      "napalm_args": {},
                      "description": "string",
                      "tags": [
                        {
                          "id": 7,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 7,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "created": "string",
                      "last_updated": "string",
                      "device_count": 8,
                      "virtualmachine_count": 10
                    }
                  ]
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "name",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slug",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "napalmDriver",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "description",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "created",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdated",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "q",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tag",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "manufacturerId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "manufacturer",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIc",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNic",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNiew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIsw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNisw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNie",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slugN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slugIc",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slugNic",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slugIew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slugNiew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slugIsw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slugNisw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slugIe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slugNie",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "napalmDriverN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "napalmDriverIc",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "napalmDriverNic",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "napalmDriverIew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "napalmDriverNiew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "napalmDriverIsw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "napalmDriverNisw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "napalmDriverIe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "napalmDriverNie",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionIc",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionNic",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionIew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionNiew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionIsw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionNisw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionIe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionNie",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tagN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "manufacturerIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "manufacturerN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ordering",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Dcim"
        ],
        "operationId": "postDcimPlatforms",
        "description": "The parameters and request body are for method: postDcimPlatforms. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "put": {
        "tags": [
          "Dcim"
        ],
        "operationId": "putDcimPlatforms",
        "description": "The parameters and request body are for method: putDcimPlatforms. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Dcim"
        ],
        "operationId": "patchDcimPlatforms",
        "description": "The parameters and request body are for method: patchDcimPlatforms. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Dcim"
        ],
        "operationId": "deleteDcimPlatforms",
        "description": "The parameters and request body are for method: deleteDcimPlatforms. 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": {}
            }
          }
        }
      }
    },
    "/dcim/platforms/{id}/": {
      "get": {
        "tags": [
          "Dcim"
        ],
        "operationId": "getDcimPlatformsId",
        "description": "The parameters and request body are for method: getDcimPlatformsId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Dcim"
        ],
        "operationId": "putDcimPlatformsId",
        "description": "The parameters and request body are for method: putDcimPlatformsId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Dcim"
        ],
        "operationId": "patchDcimPlatformsId",
        "description": "The parameters and request body are for method: patchDcimPlatformsId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Dcim"
        ],
        "operationId": "deleteDcimPlatformsId",
        "description": "The parameters and request body are for method: deleteDcimPlatformsId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/dcim/power-feeds/": {
      "get": {
        "tags": [
          "Dcim"
        ],
        "operationId": "getDcimPowerFeeds",
        "description": "The parameters and request body are for method: getDcimPowerFeeds. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "count": {
                      "type": "number"
                    },
                    "next": {
                      "type": "string"
                    },
                    "previous": {
                      "type": "string"
                    },
                    "results": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "id": {
                            "type": "number"
                          },
                          "url": {
                            "type": "string"
                          },
                          "display": {
                            "type": "string"
                          },
                          "power_panel": {
                            "type": "object",
                            "properties": {
                              "id": {
                                "type": "number"
                              },
                              "url": {
                                "type": "string"
                              },
                              "display": {
                                "type": "string"
                              },
                              "name": {
                                "type": "string"
                              },
                              "powerfeed_count": {
                                "type": "number"
                              }
                            }
                          },
                          "rack": {
                            "type": "object",
                            "properties": {
                              "id": {
                                "type": "number"
                              },
                              "url": {
                                "type": "string"
                              },
                              "display": {
                                "type": "string"
                              },
                              "name": {
                                "type": "string"
                              },
                              "device_count": {
                                "type": "number"
                              }
                            }
                          },
                          "name": {
                            "type": "string"
                          },
                          "status": {
                            "type": "object",
                            "properties": {
                              "value": {
                                "type": "string"
                              },
                              "label": {
                                "type": "string"
                              }
                            }
                          },
                          "type": {
                            "type": "object",
                            "properties": {
                              "value": {
                                "type": "string"
                              },
                              "label": {
                                "type": "string"
                              }
                            }
                          },
                          "supply": {
                            "type": "object",
                            "properties": {
                              "value": {
                                "type": "string"
                              },
                              "label": {
                                "type": "string"
                              }
                            }
                          },
                          "phase": {
                            "type": "object",
                            "properties": {
                              "value": {
                                "type": "string"
                              },
                              "label": {
                                "type": "string"
                              }
                            }
                          },
                          "voltage": {
                            "type": "number"
                          },
                          "amperage": {
                            "type": "number"
                          },
                          "max_utilization": {
                            "type": "number"
                          },
                          "comments": {
                            "type": "string"
                          },
                          "mark_connected": {
                            "type": "boolean"
                          },
                          "cable": {
                            "type": "object",
                            "properties": {
                              "id": {
                                "type": "number"
                              },
                              "url": {
                                "type": "string"
                              },
                              "display": {
                                "type": "string"
                              },
                              "label": {
                                "type": "string"
                              }
                            }
                          },
                          "cable_end": {
                            "type": "string"
                          },
                          "link_peers": {
                            "type": "array",
                            "items": {
                              "type": "string"
                            }
                          },
                          "link_peers_type": {
                            "type": "string"
                          },
                          "connected_endpoints": {
                            "type": "array",
                            "items": {
                              "type": "string"
                            }
                          },
                          "connected_endpoints_type": {
                            "type": "string"
                          },
                          "connected_endpoints_reachable": {
                            "type": "boolean"
                          },
                          "tags": {
                            "type": "array",
                            "items": {
                              "type": "object",
                              "properties": {
                                "id": {
                                  "type": "number"
                                },
                                "url": {
                                  "type": "string"
                                },
                                "display": {
                                  "type": "string"
                                },
                                "name": {
                                  "type": "string"
                                },
                                "slug": {
                                  "type": "string"
                                },
                                "color": {
                                  "type": "string"
                                }
                              }
                            }
                          },
                          "custom_fields": {
                            "type": "object"
                          },
                          "created": {
                            "type": "string"
                          },
                          "last_updated": {
                            "type": "string"
                          },
                          "_occupied": {
                            "type": "boolean"
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "count": 3,
                  "next": "string",
                  "previous": "string",
                  "results": [
                    {
                      "id": 10,
                      "url": "string",
                      "display": "string",
                      "power_panel": {
                        "id": 5,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "powerfeed_count": 8
                      },
                      "rack": {
                        "id": 5,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "device_count": 3
                      },
                      "name": "string",
                      "status": {
                        "value": "active",
                        "label": "Active"
                      },
                      "type": {
                        "value": "primary",
                        "label": "Primary"
                      },
                      "supply": {
                        "value": "ac",
                        "label": "AC"
                      },
                      "phase": {
                        "value": "single-phase",
                        "label": "Single phase"
                      },
                      "voltage": 6,
                      "amperage": 1,
                      "max_utilization": 3,
                      "comments": "string",
                      "mark_connected": true,
                      "cable": {
                        "id": 2,
                        "url": "string",
                        "display": "string",
                        "label": "string"
                      },
                      "cable_end": "string",
                      "link_peers": [
                        "string",
                        "string",
                        "string",
                        "string",
                        "string"
                      ],
                      "link_peers_type": "string",
                      "connected_endpoints": [
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string"
                      ],
                      "connected_endpoints_type": "string",
                      "connected_endpoints_reachable": true,
                      "tags": [
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 7,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "created": "string",
                      "last_updated": "string",
                      "_occupied": false
                    },
                    {
                      "id": 7,
                      "url": "string",
                      "display": "string",
                      "power_panel": {
                        "id": 6,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "powerfeed_count": 2
                      },
                      "rack": {
                        "id": 1,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "device_count": 5
                      },
                      "name": "string",
                      "status": {
                        "value": "active",
                        "label": "Active"
                      },
                      "type": {
                        "value": "primary",
                        "label": "Primary"
                      },
                      "supply": {
                        "value": "ac",
                        "label": "AC"
                      },
                      "phase": {
                        "value": "single-phase",
                        "label": "Single phase"
                      },
                      "voltage": 5,
                      "amperage": 10,
                      "max_utilization": 8,
                      "comments": "string",
                      "mark_connected": true,
                      "cable": {
                        "id": 10,
                        "url": "string",
                        "display": "string",
                        "label": "string"
                      },
                      "cable_end": "string",
                      "link_peers": [
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string"
                      ],
                      "link_peers_type": "string",
                      "connected_endpoints": [
                        "string",
                        "string",
                        "string",
                        "string",
                        "string"
                      ],
                      "connected_endpoints_type": "string",
                      "connected_endpoints_reachable": false,
                      "tags": [
                        {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "created": "string",
                      "last_updated": "string",
                      "_occupied": false
                    },
                    {
                      "id": 7,
                      "url": "string",
                      "display": "string",
                      "power_panel": {
                        "id": 3,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "powerfeed_count": 2
                      },
                      "rack": {
                        "id": 5,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "device_count": 10
                      },
                      "name": "string",
                      "status": {
                        "value": "active",
                        "label": "Active"
                      },
                      "type": {
                        "value": "primary",
                        "label": "Primary"
                      },
                      "supply": {
                        "value": "ac",
                        "label": "AC"
                      },
                      "phase": {
                        "value": "single-phase",
                        "label": "Single phase"
                      },
                      "voltage": 7,
                      "amperage": 10,
                      "max_utilization": 4,
                      "comments": "string",
                      "mark_connected": false,
                      "cable": {
                        "id": 2,
                        "url": "string",
                        "display": "string",
                        "label": "string"
                      },
                      "cable_end": "string",
                      "link_peers": [
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string"
                      ],
                      "link_peers_type": "string",
                      "connected_endpoints": [
                        "string"
                      ],
                      "connected_endpoints_type": "string",
                      "connected_endpoints_reachable": false,
                      "tags": [
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 4,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "created": "string",
                      "last_updated": "string",
                      "_occupied": true
                    },
                    {
                      "id": 3,
                      "url": "string",
                      "display": "string",
                      "power_panel": {
                        "id": 4,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "powerfeed_count": 8
                      },
                      "rack": {
                        "id": 8,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "device_count": 9
                      },
                      "name": "string",
                      "status": {
                        "value": "active",
                        "label": "Active"
                      },
                      "type": {
                        "value": "primary",
                        "label": "Primary"
                      },
                      "supply": {
                        "value": "ac",
                        "label": "AC"
                      },
                      "phase": {
                        "value": "single-phase",
                        "label": "Single phase"
                      },
                      "voltage": 2,
                      "amperage": 8,
                      "max_utilization": 6,
                      "comments": "string",
                      "mark_connected": true,
                      "cable": {
                        "id": 9,
                        "url": "string",
                        "display": "string",
                        "label": "string"
                      },
                      "cable_end": "string",
                      "link_peers": [
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string"
                      ],
                      "link_peers_type": "string",
                      "connected_endpoints": [
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string"
                      ],
                      "connected_endpoints_type": "string",
                      "connected_endpoints_reachable": true,
                      "tags": [
                        {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 7,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 4,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "created": "string",
                      "last_updated": "string",
                      "_occupied": true
                    },
                    {
                      "id": 3,
                      "url": "string",
                      "display": "string",
                      "power_panel": {
                        "id": 1,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "powerfeed_count": 3
                      },
                      "rack": {
                        "id": 8,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "device_count": 3
                      },
                      "name": "string",
                      "status": {
                        "value": "active",
                        "label": "Active"
                      },
                      "type": {
                        "value": "primary",
                        "label": "Primary"
                      },
                      "supply": {
                        "value": "ac",
                        "label": "AC"
                      },
                      "phase": {
                        "value": "single-phase",
                        "label": "Single phase"
                      },
                      "voltage": 4,
                      "amperage": 5,
                      "max_utilization": 1,
                      "comments": "string",
                      "mark_connected": false,
                      "cable": {
                        "id": 1,
                        "url": "string",
                        "display": "string",
                        "label": "string"
                      },
                      "cable_end": "string",
                      "link_peers": [
                        "string",
                        "string",
                        "string",
                        "string",
                        "string"
                      ],
                      "link_peers_type": "string",
                      "connected_endpoints": [
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string"
                      ],
                      "connected_endpoints_type": "string",
                      "connected_endpoints_reachable": false,
                      "tags": [
                        {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 4,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "created": "string",
                      "last_updated": "string",
                      "_occupied": false
                    }
                  ]
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "name",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "status",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "type",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "supply",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "phase",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "voltage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "amperage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "maxUtilization",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "cableEnd",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "created",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdated",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "q",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tag",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "cabled",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "occupied",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "connected",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "regionId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "region",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "siteGroupId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "siteGroup",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "siteId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "site",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "powerPanelId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "rackId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIc",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNic",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNiew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIsw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNisw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNie",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "statusN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "typeN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "supplyN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "phaseN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "voltageN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "voltageLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "voltageLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "voltageGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "voltageGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "amperageN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "amperageLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "amperageLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "amperageGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "amperageGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "maxUtilizationN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "maxUtilizationLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "maxUtilizationLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "maxUtilizationGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "maxUtilizationGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "cableEndN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tagN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "regionIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "regionN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "siteGroupIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "siteGroupN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "siteIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "siteN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "powerPanelIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "rackIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ordering",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Dcim"
        ],
        "operationId": "postDcimPowerFeeds",
        "description": "The parameters and request body are for method: postDcimPowerFeeds. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "put": {
        "tags": [
          "Dcim"
        ],
        "operationId": "putDcimPowerFeeds",
        "description": "The parameters and request body are for method: putDcimPowerFeeds. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Dcim"
        ],
        "operationId": "patchDcimPowerFeeds",
        "description": "The parameters and request body are for method: patchDcimPowerFeeds. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Dcim"
        ],
        "operationId": "deleteDcimPowerFeeds",
        "description": "The parameters and request body are for method: deleteDcimPowerFeeds. 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": {}
            }
          }
        }
      }
    },
    "/dcim/power-feeds/{id}/": {
      "get": {
        "tags": [
          "Dcim"
        ],
        "operationId": "getDcimPowerFeedsId",
        "description": "The parameters and request body are for method: getDcimPowerFeedsId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Dcim"
        ],
        "operationId": "putDcimPowerFeedsId",
        "description": "The parameters and request body are for method: putDcimPowerFeedsId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Dcim"
        ],
        "operationId": "patchDcimPowerFeedsId",
        "description": "The parameters and request body are for method: patchDcimPowerFeedsId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Dcim"
        ],
        "operationId": "deleteDcimPowerFeedsId",
        "description": "The parameters and request body are for method: deleteDcimPowerFeedsId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/dcim/power-feeds/{id}/trace/": {
      "get": {
        "tags": [
          "Dcim"
        ],
        "operationId": "getDcimPowerFeedsIdTrace",
        "description": "The parameters and request body are for method: getDcimPowerFeedsIdTrace. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/dcim/power-outlet-templates/": {
      "get": {
        "tags": [
          "Dcim"
        ],
        "operationId": "getDcimPowerOutletTemplates",
        "description": "The parameters and request body are for method: getDcimPowerOutletTemplates. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "count": {
                      "type": "number"
                    },
                    "next": {
                      "type": "string"
                    },
                    "previous": {
                      "type": "string"
                    },
                    "results": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "id": {
                            "type": "number"
                          },
                          "url": {
                            "type": "string"
                          },
                          "display": {
                            "type": "string"
                          },
                          "device_type": {
                            "type": "object",
                            "properties": {
                              "id": {
                                "type": "number"
                              },
                              "url": {
                                "type": "string"
                              },
                              "display": {
                                "type": "string"
                              },
                              "manufacturer": {
                                "type": "object",
                                "properties": {
                                  "id": {
                                    "type": "number"
                                  },
                                  "url": {
                                    "type": "string"
                                  },
                                  "display": {
                                    "type": "string"
                                  },
                                  "name": {
                                    "type": "string"
                                  },
                                  "slug": {
                                    "type": "string"
                                  },
                                  "devicetype_count": {
                                    "type": "number"
                                  }
                                }
                              },
                              "model": {
                                "type": "string"
                              },
                              "slug": {
                                "type": "string"
                              },
                              "device_count": {
                                "type": "number"
                              }
                            }
                          },
                          "module_type": {
                            "type": "object",
                            "properties": {
                              "id": {
                                "type": "number"
                              },
                              "url": {
                                "type": "string"
                              },
                              "display": {
                                "type": "string"
                              },
                              "manufacturer": {
                                "type": "object",
                                "properties": {
                                  "id": {
                                    "type": "number"
                                  },
                                  "url": {
                                    "type": "string"
                                  },
                                  "display": {
                                    "type": "string"
                                  },
                                  "name": {
                                    "type": "string"
                                  },
                                  "slug": {
                                    "type": "string"
                                  },
                                  "devicetype_count": {
                                    "type": "number"
                                  }
                                }
                              },
                              "model": {
                                "type": "string"
                              }
                            }
                          },
                          "name": {
                            "type": "string"
                          },
                          "label": {
                            "type": "string"
                          },
                          "type": {
                            "type": "object",
                            "properties": {
                              "label": {
                                "type": "string"
                              },
                              "value": {
                                "type": "string"
                              }
                            }
                          },
                          "power_port": {
                            "type": "object",
                            "properties": {
                              "id": {
                                "type": "number"
                              },
                              "url": {
                                "type": "string"
                              },
                              "display": {
                                "type": "string"
                              },
                              "name": {
                                "type": "string"
                              }
                            }
                          },
                          "feed_leg": {
                            "type": "object",
                            "properties": {
                              "label": {
                                "type": "string"
                              },
                              "value": {
                                "type": "string"
                              }
                            }
                          },
                          "description": {
                            "type": "string"
                          },
                          "created": {
                            "type": "string"
                          },
                          "last_updated": {
                            "type": "string"
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "count": 6,
                  "next": "string",
                  "previous": "string",
                  "results": [
                    {
                      "id": 4,
                      "url": "string",
                      "display": "string",
                      "device_type": {
                        "id": 1,
                        "url": "string",
                        "display": "string",
                        "manufacturer": {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "devicetype_count": 8
                        },
                        "model": "string",
                        "slug": "string",
                        "device_count": 2
                      },
                      "module_type": {
                        "id": 1,
                        "url": "string",
                        "display": "string",
                        "manufacturer": {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "devicetype_count": 1
                        },
                        "model": "string"
                      },
                      "name": "string",
                      "label": "string",
                      "type": {
                        "label": "NEMA 10-30R",
                        "value": "nema-5-50r"
                      },
                      "power_port": {
                        "id": 5,
                        "url": "string",
                        "display": "string",
                        "name": "string"
                      },
                      "feed_leg": {
                        "label": "B",
                        "value": "A"
                      },
                      "description": "string",
                      "created": "string",
                      "last_updated": "string"
                    },
                    {
                      "id": 2,
                      "url": "string",
                      "display": "string",
                      "device_type": {
                        "id": 9,
                        "url": "string",
                        "display": "string",
                        "manufacturer": {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "devicetype_count": 3
                        },
                        "model": "string",
                        "slug": "string",
                        "device_count": 8
                      },
                      "module_type": {
                        "id": 4,
                        "url": "string",
                        "display": "string",
                        "manufacturer": {
                          "id": 7,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "devicetype_count": 6
                        },
                        "model": "string"
                      },
                      "name": "string",
                      "label": "string",
                      "type": {
                        "label": "C15",
                        "value": "nema-6-20r"
                      },
                      "power_port": {
                        "id": 5,
                        "url": "string",
                        "display": "string",
                        "name": "string"
                      },
                      "feed_leg": {
                        "label": "B",
                        "value": "C"
                      },
                      "description": "string",
                      "created": "string",
                      "last_updated": "string"
                    },
                    {
                      "id": 3,
                      "url": "string",
                      "display": "string",
                      "device_type": {
                        "id": 7,
                        "url": "string",
                        "display": "string",
                        "manufacturer": {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "devicetype_count": 9
                        },
                        "model": "string",
                        "slug": "string",
                        "device_count": 6
                      },
                      "module_type": {
                        "id": 5,
                        "url": "string",
                        "display": "string",
                        "manufacturer": {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "devicetype_count": 5
                        },
                        "model": "string"
                      },
                      "name": "string",
                      "label": "string",
                      "type": {
                        "label": "ITA Type H",
                        "value": "nema-14-60r"
                      },
                      "power_port": {
                        "id": 7,
                        "url": "string",
                        "display": "string",
                        "name": "string"
                      },
                      "feed_leg": {
                        "label": "A",
                        "value": "C"
                      },
                      "description": "string",
                      "created": "string",
                      "last_updated": "string"
                    },
                    {
                      "id": 6,
                      "url": "string",
                      "display": "string",
                      "device_type": {
                        "id": 4,
                        "url": "string",
                        "display": "string",
                        "manufacturer": {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "devicetype_count": 9
                        },
                        "model": "string",
                        "slug": "string",
                        "device_count": 7
                      },
                      "module_type": {
                        "id": 9,
                        "url": "string",
                        "display": "string",
                        "manufacturer": {
                          "id": 7,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "devicetype_count": 7
                        },
                        "model": "string"
                      },
                      "name": "string",
                      "label": "string",
                      "type": {
                        "label": "USB Type A",
                        "value": "nema-6-50r"
                      },
                      "power_port": {
                        "id": 4,
                        "url": "string",
                        "display": "string",
                        "name": "string"
                      },
                      "feed_leg": {
                        "label": "C",
                        "value": "A"
                      },
                      "description": "string",
                      "created": "string",
                      "last_updated": "string"
                    },
                    {
                      "id": 8,
                      "url": "string",
                      "display": "string",
                      "device_type": {
                        "id": 5,
                        "url": "string",
                        "display": "string",
                        "manufacturer": {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "devicetype_count": 4
                        },
                        "model": "string",
                        "slug": "string",
                        "device_count": 7
                      },
                      "module_type": {
                        "id": 6,
                        "url": "string",
                        "display": "string",
                        "manufacturer": {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "devicetype_count": 10
                        },
                        "model": "string"
                      },
                      "name": "string",
                      "label": "string",
                      "type": {
                        "label": "ITA Type M (BS 546)",
                        "value": "nema-10-50r"
                      },
                      "power_port": {
                        "id": 5,
                        "url": "string",
                        "display": "string",
                        "name": "string"
                      },
                      "feed_leg": {
                        "label": "C",
                        "value": "A"
                      },
                      "description": "string",
                      "created": "string",
                      "last_updated": "string"
                    },
                    {
                      "id": 9,
                      "url": "string",
                      "display": "string",
                      "device_type": {
                        "id": 2,
                        "url": "string",
                        "display": "string",
                        "manufacturer": {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "devicetype_count": 1
                        },
                        "model": "string",
                        "slug": "string",
                        "device_count": 8
                      },
                      "module_type": {
                        "id": 1,
                        "url": "string",
                        "display": "string",
                        "manufacturer": {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "devicetype_count": 8
                        },
                        "model": "string"
                      },
                      "name": "string",
                      "label": "string",
                      "type": {
                        "label": "NEMA 10-30R",
                        "value": "nema-l21-30r"
                      },
                      "power_port": {
                        "id": 4,
                        "url": "string",
                        "display": "string",
                        "name": "string"
                      },
                      "feed_leg": {
                        "label": "C",
                        "value": "C"
                      },
                      "description": "string",
                      "created": "string",
                      "last_updated": "string"
                    },
                    {
                      "id": 10,
                      "url": "string",
                      "display": "string",
                      "device_type": {
                        "id": 6,
                        "url": "string",
                        "display": "string",
                        "manufacturer": {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "devicetype_count": 7
                        },
                        "model": "string",
                        "slug": "string",
                        "device_count": 9
                      },
                      "module_type": {
                        "id": 3,
                        "url": "string",
                        "display": "string",
                        "manufacturer": {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "devicetype_count": 4
                        },
                        "model": "string"
                      },
                      "name": "string",
                      "label": "string",
                      "type": {
                        "label": "NEMA L15-60R",
                        "value": "nema-5-50r"
                      },
                      "power_port": {
                        "id": 4,
                        "url": "string",
                        "display": "string",
                        "name": "string"
                      },
                      "feed_leg": {
                        "label": "A",
                        "value": "A"
                      },
                      "description": "string",
                      "created": "string",
                      "last_updated": "string"
                    },
                    {
                      "id": 2,
                      "url": "string",
                      "display": "string",
                      "device_type": {
                        "id": 2,
                        "url": "string",
                        "display": "string",
                        "manufacturer": {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "devicetype_count": 5
                        },
                        "model": "string",
                        "slug": "string",
                        "device_count": 4
                      },
                      "module_type": {
                        "id": 3,
                        "url": "string",
                        "display": "string",
                        "manufacturer": {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "devicetype_count": 1
                        },
                        "model": "string"
                      },
                      "name": "string",
                      "label": "string",
                      "type": {
                        "label": "NEMA L5-20R",
                        "value": "ita-o"
                      },
                      "power_port": {
                        "id": 3,
                        "url": "string",
                        "display": "string",
                        "name": "string"
                      },
                      "feed_leg": {
                        "label": "A",
                        "value": "B"
                      },
                      "description": "string",
                      "created": "string",
                      "last_updated": "string"
                    },
                    {
                      "id": 4,
                      "url": "string",
                      "display": "string",
                      "device_type": {
                        "id": 1,
                        "url": "string",
                        "display": "string",
                        "manufacturer": {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "devicetype_count": 10
                        },
                        "model": "string",
                        "slug": "string",
                        "device_count": 3
                      },
                      "module_type": {
                        "id": 7,
                        "url": "string",
                        "display": "string",
                        "manufacturer": {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "devicetype_count": 6
                        },
                        "model": "string"
                      },
                      "name": "string",
                      "label": "string",
                      "type": {
                        "label": "ITA Type M (BS 546)",
                        "value": "hardwired"
                      },
                      "power_port": {
                        "id": 4,
                        "url": "string",
                        "display": "string",
                        "name": "string"
                      },
                      "feed_leg": {
                        "label": "C",
                        "value": "B"
                      },
                      "description": "string",
                      "created": "string",
                      "last_updated": "string"
                    }
                  ]
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "name",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "type",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "feedLeg",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "created",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdated",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "q",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "devicetypeId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "moduletypeId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIc",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNic",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNiew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIsw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNisw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNie",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "typeN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "feedLegN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "devicetypeIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "moduletypeIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ordering",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Dcim"
        ],
        "operationId": "postDcimPowerOutletTemplates",
        "description": "The parameters and request body are for method: postDcimPowerOutletTemplates. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "put": {
        "tags": [
          "Dcim"
        ],
        "operationId": "putDcimPowerOutletTemplates",
        "description": "The parameters and request body are for method: putDcimPowerOutletTemplates. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Dcim"
        ],
        "operationId": "patchDcimPowerOutletTemplates",
        "description": "The parameters and request body are for method: patchDcimPowerOutletTemplates. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Dcim"
        ],
        "operationId": "deleteDcimPowerOutletTemplates",
        "description": "The parameters and request body are for method: deleteDcimPowerOutletTemplates. 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": {}
            }
          }
        }
      }
    },
    "/dcim/power-outlet-templates/{id}/": {
      "get": {
        "tags": [
          "Dcim"
        ],
        "operationId": "getDcimPowerOutletTemplatesId",
        "description": "The parameters and request body are for method: getDcimPowerOutletTemplatesId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Dcim"
        ],
        "operationId": "putDcimPowerOutletTemplatesId",
        "description": "The parameters and request body are for method: putDcimPowerOutletTemplatesId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Dcim"
        ],
        "operationId": "patchDcimPowerOutletTemplatesId",
        "description": "The parameters and request body are for method: patchDcimPowerOutletTemplatesId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Dcim"
        ],
        "operationId": "deleteDcimPowerOutletTemplatesId",
        "description": "The parameters and request body are for method: deleteDcimPowerOutletTemplatesId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/dcim/power-outlets/": {
      "get": {
        "tags": [
          "Dcim"
        ],
        "operationId": "getDcimPowerOutlets",
        "description": "The parameters and request body are for method: getDcimPowerOutlets. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "count": {
                      "type": "number"
                    },
                    "next": {
                      "type": "string"
                    },
                    "previous": {
                      "type": "string"
                    },
                    "results": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "id": {
                            "type": "number"
                          },
                          "url": {
                            "type": "string"
                          },
                          "display": {
                            "type": "string"
                          },
                          "device": {
                            "type": "object",
                            "properties": {
                              "id": {
                                "type": "number"
                              },
                              "url": {
                                "type": "string"
                              },
                              "display": {
                                "type": "string"
                              },
                              "name": {
                                "type": "string"
                              }
                            }
                          },
                          "module": {
                            "type": "object",
                            "properties": {
                              "id": {
                                "type": "number"
                              },
                              "url": {
                                "type": "string"
                              },
                              "display": {
                                "type": "string"
                              },
                              "device": {
                                "type": "number"
                              },
                              "module_bay": {
                                "type": "object",
                                "properties": {
                                  "id": {
                                    "type": "number"
                                  },
                                  "url": {
                                    "type": "string"
                                  },
                                  "display": {
                                    "type": "string"
                                  },
                                  "name": {
                                    "type": "string"
                                  }
                                }
                              }
                            }
                          },
                          "name": {
                            "type": "string"
                          },
                          "label": {
                            "type": "string"
                          },
                          "type": {
                            "type": "object",
                            "properties": {
                              "label": {
                                "type": "string"
                              },
                              "value": {
                                "type": "string"
                              }
                            }
                          },
                          "power_port": {
                            "type": "object",
                            "properties": {
                              "id": {
                                "type": "number"
                              },
                              "url": {
                                "type": "string"
                              },
                              "display": {
                                "type": "string"
                              },
                              "device": {
                                "type": "object",
                                "properties": {
                                  "id": {
                                    "type": "number"
                                  },
                                  "url": {
                                    "type": "string"
                                  },
                                  "display": {
                                    "type": "string"
                                  },
                                  "name": {
                                    "type": "string"
                                  }
                                }
                              },
                              "name": {
                                "type": "string"
                              },
                              "cable": {
                                "type": "number"
                              },
                              "_occupied": {
                                "type": "boolean"
                              }
                            }
                          },
                          "feed_leg": {
                            "type": "object",
                            "properties": {
                              "label": {
                                "type": "string"
                              },
                              "value": {
                                "type": "string"
                              }
                            }
                          },
                          "description": {
                            "type": "string"
                          },
                          "mark_connected": {
                            "type": "boolean"
                          },
                          "cable": {
                            "type": "object",
                            "properties": {
                              "id": {
                                "type": "number"
                              },
                              "url": {
                                "type": "string"
                              },
                              "display": {
                                "type": "string"
                              },
                              "label": {
                                "type": "string"
                              }
                            }
                          },
                          "cable_end": {
                            "type": "string"
                          },
                          "link_peers": {
                            "type": "array",
                            "items": {
                              "type": "string"
                            }
                          },
                          "link_peers_type": {
                            "type": "string"
                          },
                          "connected_endpoints": {
                            "type": "array",
                            "items": {
                              "type": "string"
                            }
                          },
                          "connected_endpoints_type": {
                            "type": "string"
                          },
                          "connected_endpoints_reachable": {
                            "type": "boolean"
                          },
                          "tags": {
                            "type": "array",
                            "items": {
                              "type": "object",
                              "properties": {
                                "id": {
                                  "type": "number"
                                },
                                "url": {
                                  "type": "string"
                                },
                                "display": {
                                  "type": "string"
                                },
                                "name": {
                                  "type": "string"
                                },
                                "slug": {
                                  "type": "string"
                                },
                                "color": {
                                  "type": "string"
                                }
                              }
                            }
                          },
                          "custom_fields": {
                            "type": "object"
                          },
                          "created": {
                            "type": "string"
                          },
                          "last_updated": {
                            "type": "string"
                          },
                          "_occupied": {
                            "type": "boolean"
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "count": 10,
                  "next": "string",
                  "previous": "string",
                  "results": [
                    {
                      "id": 5,
                      "url": "string",
                      "display": "string",
                      "device": {
                        "id": 1,
                        "url": "string",
                        "display": "string",
                        "name": "string"
                      },
                      "module": {
                        "id": 6,
                        "url": "string",
                        "display": "string",
                        "device": 3,
                        "module_bay": {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        }
                      },
                      "name": "string",
                      "label": "string",
                      "type": {
                        "label": "NEMA 14-20R",
                        "value": "ita-k"
                      },
                      "power_port": {
                        "id": 6,
                        "url": "string",
                        "display": "string",
                        "device": {
                          "id": 4,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        },
                        "name": "string",
                        "cable": 10,
                        "_occupied": true
                      },
                      "feed_leg": {
                        "label": "A",
                        "value": "B"
                      },
                      "description": "string",
                      "mark_connected": true,
                      "cable": {
                        "id": 7,
                        "url": "string",
                        "display": "string",
                        "label": "string"
                      },
                      "cable_end": "string",
                      "link_peers": [
                        "string",
                        "string",
                        "string",
                        "string"
                      ],
                      "link_peers_type": "string",
                      "connected_endpoints": [
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string"
                      ],
                      "connected_endpoints_type": "string",
                      "connected_endpoints_reachable": true,
                      "tags": [
                        {
                          "id": 4,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 7,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "created": "string",
                      "last_updated": "string",
                      "_occupied": false
                    },
                    {
                      "id": 9,
                      "url": "string",
                      "display": "string",
                      "device": {
                        "id": 7,
                        "url": "string",
                        "display": "string",
                        "name": "string"
                      },
                      "module": {
                        "id": 2,
                        "url": "string",
                        "display": "string",
                        "device": 7,
                        "module_bay": {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        }
                      },
                      "name": "string",
                      "label": "string",
                      "type": {
                        "label": "C5",
                        "value": "nema-14-30r"
                      },
                      "power_port": {
                        "id": 2,
                        "url": "string",
                        "display": "string",
                        "device": {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        },
                        "name": "string",
                        "cable": 1,
                        "_occupied": true
                      },
                      "feed_leg": {
                        "label": "C",
                        "value": "A"
                      },
                      "description": "string",
                      "mark_connected": false,
                      "cable": {
                        "id": 4,
                        "url": "string",
                        "display": "string",
                        "label": "string"
                      },
                      "cable_end": "string",
                      "link_peers": [
                        "string",
                        "string",
                        "string",
                        "string",
                        "string"
                      ],
                      "link_peers_type": "string",
                      "connected_endpoints": [
                        "string",
                        "string",
                        "string",
                        "string",
                        "string"
                      ],
                      "connected_endpoints_type": "string",
                      "connected_endpoints_reachable": false,
                      "tags": [
                        {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "created": "string",
                      "last_updated": "string",
                      "_occupied": false
                    }
                  ]
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "name",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "label",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "feedLeg",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "description",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "cableEnd",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "q",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "regionId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "region",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "siteGroupId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "siteGroup",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "siteId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "site",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "locationId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "location",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "rackId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "rack",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "deviceId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "device",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "virtualChassisId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "virtualChassis",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "moduleId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "created",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdated",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tag",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "cabled",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "occupied",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "connected",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "type",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIc",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNic",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNiew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIsw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNisw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNie",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "labelN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "labelIc",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "labelNic",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "labelIew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "labelNiew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "labelIsw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "labelNisw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "labelIe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "labelNie",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "feedLegN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionIc",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionNic",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionIew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionNiew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionIsw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionNisw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionIe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionNie",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "cableEndN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "regionIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "regionN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "siteGroupIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "siteGroupN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "siteIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "siteN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "locationIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "locationN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "rackIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "rackN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "deviceIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "deviceN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "virtualChassisIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "virtualChassisN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "moduleIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tagN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "typeN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ordering",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Dcim"
        ],
        "operationId": "postDcimPowerOutlets",
        "description": "The parameters and request body are for method: postDcimPowerOutlets. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "put": {
        "tags": [
          "Dcim"
        ],
        "operationId": "putDcimPowerOutlets",
        "description": "The parameters and request body are for method: putDcimPowerOutlets. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Dcim"
        ],
        "operationId": "patchDcimPowerOutlets",
        "description": "The parameters and request body are for method: patchDcimPowerOutlets. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Dcim"
        ],
        "operationId": "deleteDcimPowerOutlets",
        "description": "The parameters and request body are for method: deleteDcimPowerOutlets. 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": {}
            }
          }
        }
      }
    },
    "/dcim/power-outlets/{id}/": {
      "get": {
        "tags": [
          "Dcim"
        ],
        "operationId": "getDcimPowerOutletsId",
        "description": "The parameters and request body are for method: getDcimPowerOutletsId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Dcim"
        ],
        "operationId": "putDcimPowerOutletsId",
        "description": "The parameters and request body are for method: putDcimPowerOutletsId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Dcim"
        ],
        "operationId": "patchDcimPowerOutletsId",
        "description": "The parameters and request body are for method: patchDcimPowerOutletsId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Dcim"
        ],
        "operationId": "deleteDcimPowerOutletsId",
        "description": "The parameters and request body are for method: deleteDcimPowerOutletsId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/dcim/power-outlets/{id}/trace/": {
      "get": {
        "tags": [
          "Dcim"
        ],
        "operationId": "getDcimPowerOutletsIdTrace",
        "description": "The parameters and request body are for method: getDcimPowerOutletsIdTrace. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/dcim/power-panels/": {
      "get": {
        "tags": [
          "Dcim"
        ],
        "operationId": "getDcimPowerPanels",
        "description": "The parameters and request body are for method: getDcimPowerPanels. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "count": {
                      "type": "number"
                    },
                    "next": {
                      "type": "string"
                    },
                    "previous": {
                      "type": "string"
                    },
                    "results": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "id": {
                            "type": "number"
                          },
                          "url": {
                            "type": "string"
                          },
                          "display": {
                            "type": "string"
                          },
                          "site": {
                            "type": "object",
                            "properties": {
                              "id": {
                                "type": "number"
                              },
                              "url": {
                                "type": "string"
                              },
                              "display": {
                                "type": "string"
                              },
                              "name": {
                                "type": "string"
                              },
                              "slug": {
                                "type": "string"
                              }
                            }
                          },
                          "location": {
                            "type": "object",
                            "properties": {
                              "id": {
                                "type": "number"
                              },
                              "url": {
                                "type": "string"
                              },
                              "display": {
                                "type": "string"
                              },
                              "name": {
                                "type": "string"
                              },
                              "slug": {
                                "type": "string"
                              },
                              "rack_count": {
                                "type": "number"
                              },
                              "_depth": {
                                "type": "number"
                              }
                            }
                          },
                          "name": {
                            "type": "string"
                          },
                          "tags": {
                            "type": "array",
                            "items": {
                              "type": "object",
                              "properties": {
                                "id": {
                                  "type": "number"
                                },
                                "url": {
                                  "type": "string"
                                },
                                "display": {
                                  "type": "string"
                                },
                                "name": {
                                  "type": "string"
                                },
                                "slug": {
                                  "type": "string"
                                },
                                "color": {
                                  "type": "string"
                                }
                              }
                            }
                          },
                          "custom_fields": {
                            "type": "object"
                          },
                          "powerfeed_count": {
                            "type": "number"
                          },
                          "created": {
                            "type": "string"
                          },
                          "last_updated": {
                            "type": "string"
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "count": 3,
                  "next": "string",
                  "previous": "string",
                  "results": [
                    {
                      "id": 5,
                      "url": "string",
                      "display": "string",
                      "site": {
                        "id": 4,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string"
                      },
                      "location": {
                        "id": 3,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string",
                        "rack_count": 9,
                        "_depth": 5
                      },
                      "name": "string",
                      "tags": [
                        {
                          "id": 4,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "powerfeed_count": 9,
                      "created": "string",
                      "last_updated": "string"
                    },
                    {
                      "id": 3,
                      "url": "string",
                      "display": "string",
                      "site": {
                        "id": 6,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string"
                      },
                      "location": {
                        "id": 7,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string",
                        "rack_count": 1,
                        "_depth": 2
                      },
                      "name": "string",
                      "tags": [
                        {
                          "id": 4,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 4,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "powerfeed_count": 10,
                      "created": "string",
                      "last_updated": "string"
                    }
                  ]
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "name",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "created",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdated",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "q",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tag",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "contact",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "contactRole",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "contactGroup",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "regionId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "region",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "siteGroupId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "siteGroup",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "siteId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "site",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "locationId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIc",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNic",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNiew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIsw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNisw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNie",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tagN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "contactN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "contactRoleN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "contactGroupN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "regionIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "regionN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "siteGroupIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "siteGroupN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "siteIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "siteN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "locationIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ordering",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Dcim"
        ],
        "operationId": "postDcimPowerPanels",
        "description": "The parameters and request body are for method: postDcimPowerPanels. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "put": {
        "tags": [
          "Dcim"
        ],
        "operationId": "putDcimPowerPanels",
        "description": "The parameters and request body are for method: putDcimPowerPanels. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Dcim"
        ],
        "operationId": "patchDcimPowerPanels",
        "description": "The parameters and request body are for method: patchDcimPowerPanels. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Dcim"
        ],
        "operationId": "deleteDcimPowerPanels",
        "description": "The parameters and request body are for method: deleteDcimPowerPanels. 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": {}
            }
          }
        }
      }
    },
    "/dcim/power-panels/{id}/": {
      "get": {
        "tags": [
          "Dcim"
        ],
        "operationId": "getDcimPowerPanelsId",
        "description": "The parameters and request body are for method: getDcimPowerPanelsId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Dcim"
        ],
        "operationId": "putDcimPowerPanelsId",
        "description": "The parameters and request body are for method: putDcimPowerPanelsId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Dcim"
        ],
        "operationId": "patchDcimPowerPanelsId",
        "description": "The parameters and request body are for method: patchDcimPowerPanelsId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Dcim"
        ],
        "operationId": "deleteDcimPowerPanelsId",
        "description": "The parameters and request body are for method: deleteDcimPowerPanelsId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/dcim/power-port-templates/": {
      "get": {
        "tags": [
          "Dcim"
        ],
        "operationId": "getDcimPowerPortTemplates",
        "description": "The parameters and request body are for method: getDcimPowerPortTemplates. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "count": {
                      "type": "number"
                    },
                    "next": {
                      "type": "string"
                    },
                    "previous": {
                      "type": "string"
                    },
                    "results": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "id": {
                            "type": "number"
                          },
                          "url": {
                            "type": "string"
                          },
                          "display": {
                            "type": "string"
                          },
                          "device_type": {
                            "type": "object",
                            "properties": {
                              "id": {
                                "type": "number"
                              },
                              "url": {
                                "type": "string"
                              },
                              "display": {
                                "type": "string"
                              },
                              "manufacturer": {
                                "type": "object",
                                "properties": {
                                  "id": {
                                    "type": "number"
                                  },
                                  "url": {
                                    "type": "string"
                                  },
                                  "display": {
                                    "type": "string"
                                  },
                                  "name": {
                                    "type": "string"
                                  },
                                  "slug": {
                                    "type": "string"
                                  },
                                  "devicetype_count": {
                                    "type": "number"
                                  }
                                }
                              },
                              "model": {
                                "type": "string"
                              },
                              "slug": {
                                "type": "string"
                              },
                              "device_count": {
                                "type": "number"
                              }
                            }
                          },
                          "module_type": {
                            "type": "object",
                            "properties": {
                              "id": {
                                "type": "number"
                              },
                              "url": {
                                "type": "string"
                              },
                              "display": {
                                "type": "string"
                              },
                              "manufacturer": {
                                "type": "object",
                                "properties": {
                                  "id": {
                                    "type": "number"
                                  },
                                  "url": {
                                    "type": "string"
                                  },
                                  "display": {
                                    "type": "string"
                                  },
                                  "name": {
                                    "type": "string"
                                  },
                                  "slug": {
                                    "type": "string"
                                  },
                                  "devicetype_count": {
                                    "type": "number"
                                  }
                                }
                              },
                              "model": {
                                "type": "string"
                              }
                            }
                          },
                          "name": {
                            "type": "string"
                          },
                          "label": {
                            "type": "string"
                          },
                          "type": {
                            "type": "object",
                            "properties": {
                              "label": {
                                "type": "string"
                              },
                              "value": {
                                "type": "string"
                              }
                            }
                          },
                          "maximum_draw": {
                            "type": "number"
                          },
                          "allocated_draw": {
                            "type": "number"
                          },
                          "description": {
                            "type": "string"
                          },
                          "created": {
                            "type": "string"
                          },
                          "last_updated": {
                            "type": "string"
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "count": 7,
                  "next": "string",
                  "previous": "string",
                  "results": [
                    {
                      "id": 10,
                      "url": "string",
                      "display": "string",
                      "device_type": {
                        "id": 10,
                        "url": "string",
                        "display": "string",
                        "manufacturer": {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "devicetype_count": 1
                        },
                        "model": "string",
                        "slug": "string",
                        "device_count": 3
                      },
                      "module_type": {
                        "id": 9,
                        "url": "string",
                        "display": "string",
                        "manufacturer": {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "devicetype_count": 9
                        },
                        "model": "string"
                      },
                      "name": "string",
                      "label": "string",
                      "type": {
                        "label": "ITA Type L (CEI 23-50)",
                        "value": "nema-14-50p"
                      },
                      "maximum_draw": 10,
                      "allocated_draw": 5,
                      "description": "string",
                      "created": "string",
                      "last_updated": "string"
                    },
                    {
                      "id": 8,
                      "url": "string",
                      "display": "string",
                      "device_type": {
                        "id": 6,
                        "url": "string",
                        "display": "string",
                        "manufacturer": {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "devicetype_count": 7
                        },
                        "model": "string",
                        "slug": "string",
                        "device_count": 10
                      },
                      "module_type": {
                        "id": 4,
                        "url": "string",
                        "display": "string",
                        "manufacturer": {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "devicetype_count": 2
                        },
                        "model": "string"
                      },
                      "name": "string",
                      "label": "string",
                      "type": {
                        "label": "ITA Type K",
                        "value": "nema-10-30p"
                      },
                      "maximum_draw": 2,
                      "allocated_draw": 10,
                      "description": "string",
                      "created": "string",
                      "last_updated": "string"
                    },
                    {
                      "id": 10,
                      "url": "string",
                      "display": "string",
                      "device_type": {
                        "id": 10,
                        "url": "string",
                        "display": "string",
                        "manufacturer": {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "devicetype_count": 10
                        },
                        "model": "string",
                        "slug": "string",
                        "device_count": 9
                      },
                      "module_type": {
                        "id": 3,
                        "url": "string",
                        "display": "string",
                        "manufacturer": {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "devicetype_count": 1
                        },
                        "model": "string"
                      },
                      "name": "string",
                      "label": "string",
                      "type": {
                        "label": "NEMA 5-30P",
                        "value": "nema-l6-50p"
                      },
                      "maximum_draw": 9,
                      "allocated_draw": 1,
                      "description": "string",
                      "created": "string",
                      "last_updated": "string"
                    },
                    {
                      "id": 8,
                      "url": "string",
                      "display": "string",
                      "device_type": {
                        "id": 3,
                        "url": "string",
                        "display": "string",
                        "manufacturer": {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "devicetype_count": 4
                        },
                        "model": "string",
                        "slug": "string",
                        "device_count": 8
                      },
                      "module_type": {
                        "id": 1,
                        "url": "string",
                        "display": "string",
                        "manufacturer": {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "devicetype_count": 3
                        },
                        "model": "string"
                      },
                      "name": "string",
                      "label": "string",
                      "type": {
                        "label": "ITA Type H",
                        "value": "iec-60309-3p-e-4h"
                      },
                      "maximum_draw": 8,
                      "allocated_draw": 3,
                      "description": "string",
                      "created": "string",
                      "last_updated": "string"
                    },
                    {
                      "id": 3,
                      "url": "string",
                      "display": "string",
                      "device_type": {
                        "id": 6,
                        "url": "string",
                        "display": "string",
                        "manufacturer": {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "devicetype_count": 9
                        },
                        "model": "string",
                        "slug": "string",
                        "device_count": 6
                      },
                      "module_type": {
                        "id": 1,
                        "url": "string",
                        "display": "string",
                        "manufacturer": {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "devicetype_count": 6
                        },
                        "model": "string"
                      },
                      "name": "string",
                      "label": "string",
                      "type": {
                        "label": "CS8165C",
                        "value": "usb-b"
                      },
                      "maximum_draw": 2,
                      "allocated_draw": 2,
                      "description": "string",
                      "created": "string",
                      "last_updated": "string"
                    },
                    {
                      "id": 9,
                      "url": "string",
                      "display": "string",
                      "device_type": {
                        "id": 5,
                        "url": "string",
                        "display": "string",
                        "manufacturer": {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "devicetype_count": 4
                        },
                        "model": "string",
                        "slug": "string",
                        "device_count": 6
                      },
                      "module_type": {
                        "id": 8,
                        "url": "string",
                        "display": "string",
                        "manufacturer": {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "devicetype_count": 2
                        },
                        "model": "string"
                      },
                      "name": "string",
                      "label": "string",
                      "type": {
                        "label": "ITA Type I",
                        "value": "nema-14-50p"
                      },
                      "maximum_draw": 3,
                      "allocated_draw": 9,
                      "description": "string",
                      "created": "string",
                      "last_updated": "string"
                    }
                  ]
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "name",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "type",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "maximumDraw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "allocatedDraw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "created",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdated",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "q",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "devicetypeId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "moduletypeId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIc",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNic",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNiew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIsw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNisw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNie",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "typeN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "maximumDrawN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "maximumDrawLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "maximumDrawLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "maximumDrawGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "maximumDrawGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "allocatedDrawN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "allocatedDrawLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "allocatedDrawLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "allocatedDrawGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "allocatedDrawGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "devicetypeIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "moduletypeIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ordering",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Dcim"
        ],
        "operationId": "postDcimPowerPortTemplates",
        "description": "The parameters and request body are for method: postDcimPowerPortTemplates. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "put": {
        "tags": [
          "Dcim"
        ],
        "operationId": "putDcimPowerPortTemplates",
        "description": "The parameters and request body are for method: putDcimPowerPortTemplates. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Dcim"
        ],
        "operationId": "patchDcimPowerPortTemplates",
        "description": "The parameters and request body are for method: patchDcimPowerPortTemplates. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Dcim"
        ],
        "operationId": "deleteDcimPowerPortTemplates",
        "description": "The parameters and request body are for method: deleteDcimPowerPortTemplates. 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": {}
            }
          }
        }
      }
    },
    "/dcim/power-port-templates/{id}/": {
      "get": {
        "tags": [
          "Dcim"
        ],
        "operationId": "getDcimPowerPortTemplatesId",
        "description": "The parameters and request body are for method: getDcimPowerPortTemplatesId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Dcim"
        ],
        "operationId": "putDcimPowerPortTemplatesId",
        "description": "The parameters and request body are for method: putDcimPowerPortTemplatesId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Dcim"
        ],
        "operationId": "patchDcimPowerPortTemplatesId",
        "description": "The parameters and request body are for method: patchDcimPowerPortTemplatesId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Dcim"
        ],
        "operationId": "deleteDcimPowerPortTemplatesId",
        "description": "The parameters and request body are for method: deleteDcimPowerPortTemplatesId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/dcim/power-ports/": {
      "get": {
        "tags": [
          "Dcim"
        ],
        "operationId": "getDcimPowerPorts",
        "description": "The parameters and request body are for method: getDcimPowerPorts. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "count": {
                      "type": "number"
                    },
                    "next": {
                      "type": "string"
                    },
                    "previous": {
                      "type": "string"
                    },
                    "results": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "id": {
                            "type": "number"
                          },
                          "url": {
                            "type": "string"
                          },
                          "display": {
                            "type": "string"
                          },
                          "device": {
                            "type": "object",
                            "properties": {
                              "id": {
                                "type": "number"
                              },
                              "url": {
                                "type": "string"
                              },
                              "display": {
                                "type": "string"
                              },
                              "name": {
                                "type": "string"
                              }
                            }
                          },
                          "module": {
                            "type": "object",
                            "properties": {
                              "id": {
                                "type": "number"
                              },
                              "url": {
                                "type": "string"
                              },
                              "display": {
                                "type": "string"
                              },
                              "device": {
                                "type": "number"
                              },
                              "module_bay": {
                                "type": "object",
                                "properties": {
                                  "id": {
                                    "type": "number"
                                  },
                                  "url": {
                                    "type": "string"
                                  },
                                  "display": {
                                    "type": "string"
                                  },
                                  "name": {
                                    "type": "string"
                                  }
                                }
                              }
                            }
                          },
                          "name": {
                            "type": "string"
                          },
                          "label": {
                            "type": "string"
                          },
                          "type": {
                            "type": "object",
                            "properties": {
                              "label": {
                                "type": "string"
                              },
                              "value": {
                                "type": "string"
                              }
                            }
                          },
                          "maximum_draw": {
                            "type": "number"
                          },
                          "allocated_draw": {
                            "type": "number"
                          },
                          "description": {
                            "type": "string"
                          },
                          "mark_connected": {
                            "type": "boolean"
                          },
                          "cable": {
                            "type": "object",
                            "properties": {
                              "id": {
                                "type": "number"
                              },
                              "url": {
                                "type": "string"
                              },
                              "display": {
                                "type": "string"
                              },
                              "label": {
                                "type": "string"
                              }
                            }
                          },
                          "cable_end": {
                            "type": "string"
                          },
                          "link_peers": {
                            "type": "array",
                            "items": {
                              "type": "string"
                            }
                          },
                          "link_peers_type": {
                            "type": "string"
                          },
                          "connected_endpoints": {
                            "type": "array",
                            "items": {
                              "type": "string"
                            }
                          },
                          "connected_endpoints_type": {
                            "type": "string"
                          },
                          "connected_endpoints_reachable": {
                            "type": "boolean"
                          },
                          "tags": {
                            "type": "array",
                            "items": {
                              "type": "object",
                              "properties": {
                                "id": {
                                  "type": "number"
                                },
                                "url": {
                                  "type": "string"
                                },
                                "display": {
                                  "type": "string"
                                },
                                "name": {
                                  "type": "string"
                                },
                                "slug": {
                                  "type": "string"
                                },
                                "color": {
                                  "type": "string"
                                }
                              }
                            }
                          },
                          "custom_fields": {
                            "type": "object"
                          },
                          "created": {
                            "type": "string"
                          },
                          "last_updated": {
                            "type": "string"
                          },
                          "_occupied": {
                            "type": "boolean"
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "count": 2,
                  "next": "string",
                  "previous": "string",
                  "results": [
                    {
                      "id": 9,
                      "url": "string",
                      "display": "string",
                      "device": {
                        "id": 9,
                        "url": "string",
                        "display": "string",
                        "name": "string"
                      },
                      "module": {
                        "id": 6,
                        "url": "string",
                        "display": "string",
                        "device": 4,
                        "module_bay": {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        }
                      },
                      "name": "string",
                      "label": "string",
                      "type": {
                        "label": "NEMA 6-50P",
                        "value": "nema-l10-30p"
                      },
                      "maximum_draw": 3,
                      "allocated_draw": 8,
                      "description": "string",
                      "mark_connected": true,
                      "cable": {
                        "id": 1,
                        "url": "string",
                        "display": "string",
                        "label": "string"
                      },
                      "cable_end": "string",
                      "link_peers": [
                        "string",
                        "string",
                        "string",
                        "string"
                      ],
                      "link_peers_type": "string",
                      "connected_endpoints": [
                        "string"
                      ],
                      "connected_endpoints_type": "string",
                      "connected_endpoints_reachable": true,
                      "tags": [
                        {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "created": "string",
                      "last_updated": "string",
                      "_occupied": false
                    }
                  ]
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "name",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "label",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "maximumDraw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "allocatedDraw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "description",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "cableEnd",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "q",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "regionId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "region",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "siteGroupId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "siteGroup",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "siteId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "site",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "locationId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "location",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "rackId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "rack",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "deviceId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "device",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "virtualChassisId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "virtualChassis",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "moduleId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "created",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdated",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tag",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "cabled",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "occupied",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "connected",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "type",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIc",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNic",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNiew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIsw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNisw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNie",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "labelN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "labelIc",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "labelNic",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "labelIew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "labelNiew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "labelIsw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "labelNisw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "labelIe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "labelNie",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "maximumDrawN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "maximumDrawLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "maximumDrawLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "maximumDrawGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "maximumDrawGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "allocatedDrawN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "allocatedDrawLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "allocatedDrawLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "allocatedDrawGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "allocatedDrawGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionIc",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionNic",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionIew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionNiew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionIsw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionNisw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionIe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionNie",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "cableEndN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "regionIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "regionN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "siteGroupIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "siteGroupN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "siteIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "siteN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "locationIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "locationN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "rackIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "rackN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "deviceIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "deviceN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "virtualChassisIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "virtualChassisN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "moduleIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tagN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "typeN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ordering",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Dcim"
        ],
        "operationId": "postDcimPowerPorts",
        "description": "The parameters and request body are for method: postDcimPowerPorts. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "put": {
        "tags": [
          "Dcim"
        ],
        "operationId": "putDcimPowerPorts",
        "description": "The parameters and request body are for method: putDcimPowerPorts. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Dcim"
        ],
        "operationId": "patchDcimPowerPorts",
        "description": "The parameters and request body are for method: patchDcimPowerPorts. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Dcim"
        ],
        "operationId": "deleteDcimPowerPorts",
        "description": "The parameters and request body are for method: deleteDcimPowerPorts. 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": {}
            }
          }
        }
      }
    },
    "/dcim/power-ports/{id}/": {
      "get": {
        "tags": [
          "Dcim"
        ],
        "operationId": "getDcimPowerPortsId",
        "description": "The parameters and request body are for method: getDcimPowerPortsId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Dcim"
        ],
        "operationId": "putDcimPowerPortsId",
        "description": "The parameters and request body are for method: putDcimPowerPortsId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Dcim"
        ],
        "operationId": "patchDcimPowerPortsId",
        "description": "The parameters and request body are for method: patchDcimPowerPortsId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Dcim"
        ],
        "operationId": "deleteDcimPowerPortsId",
        "description": "The parameters and request body are for method: deleteDcimPowerPortsId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/dcim/power-ports/{id}/trace/": {
      "get": {
        "tags": [
          "Dcim"
        ],
        "operationId": "getDcimPowerPortsIdTrace",
        "description": "The parameters and request body are for method: getDcimPowerPortsIdTrace. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/dcim/rack-reservations/": {
      "get": {
        "tags": [
          "Dcim"
        ],
        "operationId": "getDcimRackReservations",
        "description": "The parameters and request body are for method: getDcimRackReservations. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "count": {
                      "type": "number"
                    },
                    "next": {
                      "type": "string"
                    },
                    "previous": {
                      "type": "string"
                    },
                    "results": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "id": {
                            "type": "number"
                          },
                          "url": {
                            "type": "string"
                          },
                          "display": {
                            "type": "string"
                          },
                          "rack": {
                            "type": "object",
                            "properties": {
                              "id": {
                                "type": "number"
                              },
                              "url": {
                                "type": "string"
                              },
                              "display": {
                                "type": "string"
                              },
                              "name": {
                                "type": "string"
                              },
                              "device_count": {
                                "type": "number"
                              }
                            }
                          },
                          "units": {
                            "type": "array",
                            "items": {
                              "type": "number"
                            }
                          },
                          "created": {
                            "type": "string"
                          },
                          "last_updated": {
                            "type": "string"
                          },
                          "user": {
                            "type": "object",
                            "properties": {
                              "id": {
                                "type": "number"
                              },
                              "url": {
                                "type": "string"
                              },
                              "display": {
                                "type": "string"
                              },
                              "username": {
                                "type": "string"
                              }
                            }
                          },
                          "tenant": {
                            "type": "object",
                            "properties": {
                              "id": {
                                "type": "number"
                              },
                              "url": {
                                "type": "string"
                              },
                              "display": {
                                "type": "string"
                              },
                              "name": {
                                "type": "string"
                              },
                              "slug": {
                                "type": "string"
                              }
                            }
                          },
                          "description": {
                            "type": "string"
                          },
                          "tags": {
                            "type": "array",
                            "items": {
                              "type": "object",
                              "properties": {
                                "id": {
                                  "type": "number"
                                },
                                "url": {
                                  "type": "string"
                                },
                                "display": {
                                  "type": "string"
                                },
                                "name": {
                                  "type": "string"
                                },
                                "slug": {
                                  "type": "string"
                                },
                                "color": {
                                  "type": "string"
                                }
                              }
                            }
                          },
                          "custom_fields": {
                            "type": "object"
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "count": 2,
                  "next": "string",
                  "previous": "string",
                  "results": [
                    {
                      "id": 1,
                      "url": "string",
                      "display": "string",
                      "rack": {
                        "id": 3,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "device_count": 5
                      },
                      "units": [
                        6,
                        6,
                        7,
                        2,
                        4,
                        3,
                        5,
                        10,
                        2,
                        5
                      ],
                      "created": "string",
                      "last_updated": "string",
                      "user": {
                        "id": 8,
                        "url": "string",
                        "display": "string",
                        "username": "string"
                      },
                      "tenant": {
                        "id": 1,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string"
                      },
                      "description": "string",
                      "tags": [
                        {
                          "id": 7,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 7,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {}
                    },
                    {
                      "id": 8,
                      "url": "string",
                      "display": "string",
                      "rack": {
                        "id": 9,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "device_count": 5
                      },
                      "units": [
                        2,
                        6,
                        7,
                        5,
                        7
                      ],
                      "created": "string",
                      "last_updated": "string",
                      "user": {
                        "id": 7,
                        "url": "string",
                        "display": "string",
                        "username": "string"
                      },
                      "tenant": {
                        "id": 8,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string"
                      },
                      "description": "string",
                      "tags": [
                        {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 7,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {}
                    },
                    {
                      "id": 4,
                      "url": "string",
                      "display": "string",
                      "rack": {
                        "id": 8,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "device_count": 9
                      },
                      "units": [
                        1,
                        7,
                        9,
                        7,
                        10,
                        9,
                        9,
                        6
                      ],
                      "created": "string",
                      "last_updated": "string",
                      "user": {
                        "id": 8,
                        "url": "string",
                        "display": "string",
                        "username": "string"
                      },
                      "tenant": {
                        "id": 2,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string"
                      },
                      "description": "string",
                      "tags": [
                        {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 4,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {}
                    },
                    {
                      "id": 1,
                      "url": "string",
                      "display": "string",
                      "rack": {
                        "id": 1,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "device_count": 4
                      },
                      "units": [
                        4,
                        1,
                        5,
                        10,
                        10,
                        3,
                        3,
                        8,
                        1
                      ],
                      "created": "string",
                      "last_updated": "string",
                      "user": {
                        "id": 4,
                        "url": "string",
                        "display": "string",
                        "username": "string"
                      },
                      "tenant": {
                        "id": 8,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string"
                      },
                      "description": "string",
                      "tags": [
                        {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {}
                    },
                    {
                      "id": 8,
                      "url": "string",
                      "display": "string",
                      "rack": {
                        "id": 10,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "device_count": 7
                      },
                      "units": [
                        2,
                        4,
                        2
                      ],
                      "created": "string",
                      "last_updated": "string",
                      "user": {
                        "id": 6,
                        "url": "string",
                        "display": "string",
                        "username": "string"
                      },
                      "tenant": {
                        "id": 8,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string"
                      },
                      "description": "string",
                      "tags": [
                        {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {}
                    },
                    {
                      "id": 1,
                      "url": "string",
                      "display": "string",
                      "rack": {
                        "id": 1,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "device_count": 8
                      },
                      "units": [
                        5,
                        6,
                        3,
                        5
                      ],
                      "created": "string",
                      "last_updated": "string",
                      "user": {
                        "id": 6,
                        "url": "string",
                        "display": "string",
                        "username": "string"
                      },
                      "tenant": {
                        "id": 10,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string"
                      },
                      "description": "string",
                      "tags": [
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {}
                    },
                    {
                      "id": 1,
                      "url": "string",
                      "display": "string",
                      "rack": {
                        "id": 4,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "device_count": 6
                      },
                      "units": [
                        5,
                        2,
                        5,
                        10,
                        7,
                        4,
                        3,
                        10,
                        8,
                        1
                      ],
                      "created": "string",
                      "last_updated": "string",
                      "user": {
                        "id": 9,
                        "url": "string",
                        "display": "string",
                        "username": "string"
                      },
                      "tenant": {
                        "id": 7,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string"
                      },
                      "description": "string",
                      "tags": [
                        {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {}
                    },
                    {
                      "id": 6,
                      "url": "string",
                      "display": "string",
                      "rack": {
                        "id": 8,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "device_count": 1
                      },
                      "units": [
                        10,
                        6,
                        4,
                        8
                      ],
                      "created": "string",
                      "last_updated": "string",
                      "user": {
                        "id": 10,
                        "url": "string",
                        "display": "string",
                        "username": "string"
                      },
                      "tenant": {
                        "id": 9,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string"
                      },
                      "description": "string",
                      "tags": [
                        {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {}
                    },
                    {
                      "id": 3,
                      "url": "string",
                      "display": "string",
                      "rack": {
                        "id": 6,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "device_count": 7
                      },
                      "units": [
                        2,
                        8,
                        8,
                        6,
                        1,
                        7,
                        3,
                        8,
                        5,
                        1
                      ],
                      "created": "string",
                      "last_updated": "string",
                      "user": {
                        "id": 8,
                        "url": "string",
                        "display": "string",
                        "username": "string"
                      },
                      "tenant": {
                        "id": 9,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string"
                      },
                      "description": "string",
                      "tags": [
                        {
                          "id": 4,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 4,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {}
                    }
                  ]
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "created",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "description",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdated",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "q",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tag",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tenantGroupId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tenantGroup",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tenantId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tenant",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "rackId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "siteId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "site",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "regionId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "region",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "siteGroupId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "siteGroup",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "locationId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "location",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "userId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "user",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionIc",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionNic",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionIew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionNiew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionIsw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionNisw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionIe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionNie",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tagN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tenantGroupIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tenantGroupN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tenantIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tenantN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "rackIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "siteIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "siteN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "regionIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "regionN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "siteGroupIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "siteGroupN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "locationIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "locationN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "userIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "userN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ordering",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Dcim"
        ],
        "operationId": "postDcimRackReservations",
        "description": "The parameters and request body are for method: postDcimRackReservations. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "put": {
        "tags": [
          "Dcim"
        ],
        "operationId": "putDcimRackReservations",
        "description": "The parameters and request body are for method: putDcimRackReservations. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Dcim"
        ],
        "operationId": "patchDcimRackReservations",
        "description": "The parameters and request body are for method: patchDcimRackReservations. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Dcim"
        ],
        "operationId": "deleteDcimRackReservations",
        "description": "The parameters and request body are for method: deleteDcimRackReservations. 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": {}
            }
          }
        }
      }
    },
    "/dcim/rack-reservations/{id}/": {
      "get": {
        "tags": [
          "Dcim"
        ],
        "operationId": "getDcimRackReservationsId",
        "description": "The parameters and request body are for method: getDcimRackReservationsId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Dcim"
        ],
        "operationId": "putDcimRackReservationsId",
        "description": "The parameters and request body are for method: putDcimRackReservationsId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Dcim"
        ],
        "operationId": "patchDcimRackReservationsId",
        "description": "The parameters and request body are for method: patchDcimRackReservationsId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Dcim"
        ],
        "operationId": "deleteDcimRackReservationsId",
        "description": "The parameters and request body are for method: deleteDcimRackReservationsId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/dcim/rack-roles/": {
      "get": {
        "tags": [
          "Dcim"
        ],
        "operationId": "getDcimRackRoles",
        "description": "The parameters and request body are for method: getDcimRackRoles. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "count": {
                      "type": "number"
                    },
                    "next": {
                      "type": "string"
                    },
                    "previous": {
                      "type": "string"
                    },
                    "results": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "id": {
                            "type": "number"
                          },
                          "url": {
                            "type": "string"
                          },
                          "display": {
                            "type": "string"
                          },
                          "name": {
                            "type": "string"
                          },
                          "slug": {
                            "type": "string"
                          },
                          "color": {
                            "type": "string"
                          },
                          "description": {
                            "type": "string"
                          },
                          "tags": {
                            "type": "array",
                            "items": {
                              "type": "object",
                              "properties": {
                                "id": {
                                  "type": "number"
                                },
                                "url": {
                                  "type": "string"
                                },
                                "display": {
                                  "type": "string"
                                },
                                "name": {
                                  "type": "string"
                                },
                                "slug": {
                                  "type": "string"
                                },
                                "color": {
                                  "type": "string"
                                }
                              }
                            }
                          },
                          "custom_fields": {
                            "type": "object"
                          },
                          "created": {
                            "type": "string"
                          },
                          "last_updated": {
                            "type": "string"
                          },
                          "rack_count": {
                            "type": "number"
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "count": 9,
                  "next": "string",
                  "previous": "string",
                  "results": [
                    {
                      "id": 1,
                      "url": "string",
                      "display": "string",
                      "name": "string",
                      "slug": "string",
                      "color": "string",
                      "description": "string",
                      "tags": [
                        {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "created": "string",
                      "last_updated": "string",
                      "rack_count": 8
                    },
                    {
                      "id": 1,
                      "url": "string",
                      "display": "string",
                      "name": "string",
                      "slug": "string",
                      "color": "string",
                      "description": "string",
                      "tags": [
                        {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "created": "string",
                      "last_updated": "string",
                      "rack_count": 4
                    }
                  ]
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "name",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slug",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "color",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "description",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "created",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdated",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "q",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tag",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIc",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNic",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNiew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIsw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNisw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNie",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slugN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slugIc",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slugNic",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slugIew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slugNiew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slugIsw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slugNisw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slugIe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slugNie",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "colorN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "colorIc",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "colorNic",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "colorIew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "colorNiew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "colorIsw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "colorNisw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "colorIe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "colorNie",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionIc",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionNic",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionIew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionNiew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionIsw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionNisw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionIe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionNie",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tagN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ordering",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Dcim"
        ],
        "operationId": "postDcimRackRoles",
        "description": "The parameters and request body are for method: postDcimRackRoles. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "put": {
        "tags": [
          "Dcim"
        ],
        "operationId": "putDcimRackRoles",
        "description": "The parameters and request body are for method: putDcimRackRoles. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Dcim"
        ],
        "operationId": "patchDcimRackRoles",
        "description": "The parameters and request body are for method: patchDcimRackRoles. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Dcim"
        ],
        "operationId": "deleteDcimRackRoles",
        "description": "The parameters and request body are for method: deleteDcimRackRoles. 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": {}
            }
          }
        }
      }
    },
    "/dcim/rack-roles/{id}/": {
      "get": {
        "tags": [
          "Dcim"
        ],
        "operationId": "getDcimRackRolesId",
        "description": "The parameters and request body are for method: getDcimRackRolesId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Dcim"
        ],
        "operationId": "putDcimRackRolesId",
        "description": "The parameters and request body are for method: putDcimRackRolesId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Dcim"
        ],
        "operationId": "patchDcimRackRolesId",
        "description": "The parameters and request body are for method: patchDcimRackRolesId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Dcim"
        ],
        "operationId": "deleteDcimRackRolesId",
        "description": "The parameters and request body are for method: deleteDcimRackRolesId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/dcim/racks/": {
      "get": {
        "tags": [
          "Dcim"
        ],
        "operationId": "getDcimRacks",
        "description": "The parameters and request body are for method: getDcimRacks. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "count": {
                      "type": "number"
                    },
                    "next": {
                      "type": "string"
                    },
                    "previous": {
                      "type": "string"
                    },
                    "results": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "id": {
                            "type": "number"
                          },
                          "url": {
                            "type": "string"
                          },
                          "display": {
                            "type": "string"
                          },
                          "name": {
                            "type": "string"
                          },
                          "facility_id": {
                            "type": "string"
                          },
                          "site": {
                            "type": "object",
                            "properties": {
                              "id": {
                                "type": "number"
                              },
                              "url": {
                                "type": "string"
                              },
                              "display": {
                                "type": "string"
                              },
                              "name": {
                                "type": "string"
                              },
                              "slug": {
                                "type": "string"
                              }
                            }
                          },
                          "location": {
                            "type": "object",
                            "properties": {
                              "id": {
                                "type": "number"
                              },
                              "url": {
                                "type": "string"
                              },
                              "display": {
                                "type": "string"
                              },
                              "name": {
                                "type": "string"
                              },
                              "slug": {
                                "type": "string"
                              },
                              "rack_count": {
                                "type": "number"
                              },
                              "_depth": {
                                "type": "number"
                              }
                            }
                          },
                          "tenant": {
                            "type": "object",
                            "properties": {
                              "id": {
                                "type": "number"
                              },
                              "url": {
                                "type": "string"
                              },
                              "display": {
                                "type": "string"
                              },
                              "name": {
                                "type": "string"
                              },
                              "slug": {
                                "type": "string"
                              }
                            }
                          },
                          "status": {
                            "type": "object",
                            "properties": {
                              "label": {
                                "type": "string"
                              },
                              "value": {
                                "type": "string"
                              }
                            }
                          },
                          "role": {
                            "type": "object",
                            "properties": {
                              "id": {
                                "type": "number"
                              },
                              "url": {
                                "type": "string"
                              },
                              "display": {
                                "type": "string"
                              },
                              "name": {
                                "type": "string"
                              },
                              "slug": {
                                "type": "string"
                              },
                              "rack_count": {
                                "type": "number"
                              }
                            }
                          },
                          "serial": {
                            "type": "string"
                          },
                          "asset_tag": {
                            "type": "string"
                          },
                          "type": {
                            "type": "object",
                            "properties": {
                              "label": {
                                "type": "string"
                              },
                              "value": {
                                "type": "string"
                              }
                            }
                          },
                          "width": {
                            "type": "object",
                            "properties": {
                              "label": {
                                "type": "string"
                              },
                              "value": {
                                "type": "number"
                              }
                            }
                          },
                          "u_height": {
                            "type": "number"
                          },
                          "desc_units": {
                            "type": "boolean"
                          },
                          "outer_width": {
                            "type": "number"
                          },
                          "outer_depth": {
                            "type": "number"
                          },
                          "outer_unit": {
                            "type": "object",
                            "properties": {
                              "label": {
                                "type": "string"
                              },
                              "value": {
                                "type": "string"
                              }
                            }
                          },
                          "comments": {
                            "type": "string"
                          },
                          "tags": {
                            "type": "array",
                            "items": {
                              "type": "object",
                              "properties": {
                                "id": {
                                  "type": "number"
                                },
                                "url": {
                                  "type": "string"
                                },
                                "display": {
                                  "type": "string"
                                },
                                "name": {
                                  "type": "string"
                                },
                                "slug": {
                                  "type": "string"
                                },
                                "color": {
                                  "type": "string"
                                }
                              }
                            }
                          },
                          "custom_fields": {
                            "type": "object"
                          },
                          "created": {
                            "type": "string"
                          },
                          "last_updated": {
                            "type": "string"
                          },
                          "device_count": {
                            "type": "number"
                          },
                          "powerfeed_count": {
                            "type": "number"
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "count": 4,
                  "next": "string",
                  "previous": "string",
                  "results": [
                    {
                      "id": 9,
                      "url": "string",
                      "display": "string",
                      "name": "string",
                      "facility_id": "string",
                      "site": {
                        "id": 4,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string"
                      },
                      "location": {
                        "id": 4,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string",
                        "rack_count": 6,
                        "_depth": 5
                      },
                      "tenant": {
                        "id": 6,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string"
                      },
                      "status": {
                        "label": "Reserved",
                        "value": "active"
                      },
                      "role": {
                        "id": 4,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string",
                        "rack_count": 6
                      },
                      "serial": "string",
                      "asset_tag": "string",
                      "type": {
                        "label": "4-post cabinet",
                        "value": "4-post-cabinet"
                      },
                      "width": {
                        "label": "23 inches",
                        "value": 19
                      },
                      "u_height": 3,
                      "desc_units": true,
                      "outer_width": 6,
                      "outer_depth": 6,
                      "outer_unit": {
                        "label": "Millimeters",
                        "value": "in"
                      },
                      "comments": "string",
                      "tags": [
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 4,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "created": "string",
                      "last_updated": "string",
                      "device_count": 2,
                      "powerfeed_count": 1
                    },
                    {
                      "id": 4,
                      "url": "string",
                      "display": "string",
                      "name": "string",
                      "facility_id": "string",
                      "site": {
                        "id": 3,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string"
                      },
                      "location": {
                        "id": 1,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string",
                        "rack_count": 2,
                        "_depth": 8
                      },
                      "tenant": {
                        "id": 10,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string"
                      },
                      "status": {
                        "label": "Deprecated",
                        "value": "reserved"
                      },
                      "role": {
                        "id": 9,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string",
                        "rack_count": 5
                      },
                      "serial": "string",
                      "asset_tag": "string",
                      "type": {
                        "label": "4-post cabinet",
                        "value": "wall-frame"
                      },
                      "width": {
                        "label": "21 inches",
                        "value": 23
                      },
                      "u_height": 4,
                      "desc_units": true,
                      "outer_width": 8,
                      "outer_depth": 8,
                      "outer_unit": {
                        "label": "Millimeters",
                        "value": "in"
                      },
                      "comments": "string",
                      "tags": [
                        {
                          "id": 4,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 7,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "created": "string",
                      "last_updated": "string",
                      "device_count": 8,
                      "powerfeed_count": 1
                    },
                    {
                      "id": 8,
                      "url": "string",
                      "display": "string",
                      "name": "string",
                      "facility_id": "string",
                      "site": {
                        "id": 2,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string"
                      },
                      "location": {
                        "id": 3,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string",
                        "rack_count": 5,
                        "_depth": 3
                      },
                      "tenant": {
                        "id": 8,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string"
                      },
                      "status": {
                        "label": "Available",
                        "value": "deprecated"
                      },
                      "role": {
                        "id": 10,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string",
                        "rack_count": 1
                      },
                      "serial": "string",
                      "asset_tag": "string",
                      "type": {
                        "label": "2-post frame",
                        "value": "2-post-frame"
                      },
                      "width": {
                        "label": "23 inches",
                        "value": 21
                      },
                      "u_height": 5,
                      "desc_units": false,
                      "outer_width": 4,
                      "outer_depth": 9,
                      "outer_unit": {
                        "label": "Inches",
                        "value": "mm"
                      },
                      "comments": "string",
                      "tags": [
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "created": "string",
                      "last_updated": "string",
                      "device_count": 10,
                      "powerfeed_count": 3
                    },
                    {
                      "id": 2,
                      "url": "string",
                      "display": "string",
                      "name": "string",
                      "facility_id": "string",
                      "site": {
                        "id": 2,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string"
                      },
                      "location": {
                        "id": 6,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string",
                        "rack_count": 9,
                        "_depth": 1
                      },
                      "tenant": {
                        "id": 4,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string"
                      },
                      "status": {
                        "label": "Active",
                        "value": "deprecated"
                      },
                      "role": {
                        "id": 2,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string",
                        "rack_count": 9
                      },
                      "serial": "string",
                      "asset_tag": "string",
                      "type": {
                        "label": "4-post cabinet",
                        "value": "wall-frame"
                      },
                      "width": {
                        "label": "19 inches",
                        "value": 21
                      },
                      "u_height": 1,
                      "desc_units": false,
                      "outer_width": 4,
                      "outer_depth": 3,
                      "outer_unit": {
                        "label": "Millimeters",
                        "value": "mm"
                      },
                      "comments": "string",
                      "tags": [
                        {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "created": "string",
                      "last_updated": "string",
                      "device_count": 4,
                      "powerfeed_count": 10
                    },
                    {
                      "id": 3,
                      "url": "string",
                      "display": "string",
                      "name": "string",
                      "facility_id": "string",
                      "site": {
                        "id": 8,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string"
                      },
                      "location": {
                        "id": 5,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string",
                        "rack_count": 8,
                        "_depth": 6
                      },
                      "tenant": {
                        "id": 4,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string"
                      },
                      "status": {
                        "label": "Planned",
                        "value": "available"
                      },
                      "role": {
                        "id": 9,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string",
                        "rack_count": 2
                      },
                      "serial": "string",
                      "asset_tag": "string",
                      "type": {
                        "label": "2-post frame",
                        "value": "2-post-frame"
                      },
                      "width": {
                        "label": "19 inches",
                        "value": 21
                      },
                      "u_height": 9,
                      "desc_units": true,
                      "outer_width": 9,
                      "outer_depth": 4,
                      "outer_unit": {
                        "label": "Millimeters",
                        "value": "mm"
                      },
                      "comments": "string",
                      "tags": [
                        {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 4,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "created": "string",
                      "last_updated": "string",
                      "device_count": 4,
                      "powerfeed_count": 4
                    },
                    {
                      "id": 1,
                      "url": "string",
                      "display": "string",
                      "name": "string",
                      "facility_id": "string",
                      "site": {
                        "id": 10,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string"
                      },
                      "location": {
                        "id": 1,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string",
                        "rack_count": 8,
                        "_depth": 6
                      },
                      "tenant": {
                        "id": 8,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string"
                      },
                      "status": {
                        "label": "Planned",
                        "value": "available"
                      },
                      "role": {
                        "id": 8,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string",
                        "rack_count": 9
                      },
                      "serial": "string",
                      "asset_tag": "string",
                      "type": {
                        "label": "Wall-mounted cabinet",
                        "value": "2-post-frame"
                      },
                      "width": {
                        "label": "23 inches",
                        "value": 10
                      },
                      "u_height": 6,
                      "desc_units": true,
                      "outer_width": 2,
                      "outer_depth": 1,
                      "outer_unit": {
                        "label": "Inches",
                        "value": "mm"
                      },
                      "comments": "string",
                      "tags": [
                        {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 4,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 4,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "created": "string",
                      "last_updated": "string",
                      "device_count": 4,
                      "powerfeed_count": 9
                    },
                    {
                      "id": 4,
                      "url": "string",
                      "display": "string",
                      "name": "string",
                      "facility_id": "string",
                      "site": {
                        "id": 1,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string"
                      },
                      "location": {
                        "id": 4,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string",
                        "rack_count": 6,
                        "_depth": 10
                      },
                      "tenant": {
                        "id": 1,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string"
                      },
                      "status": {
                        "label": "Active",
                        "value": "active"
                      },
                      "role": {
                        "id": 2,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string",
                        "rack_count": 8
                      },
                      "serial": "string",
                      "asset_tag": "string",
                      "type": {
                        "label": "2-post frame",
                        "value": "wall-frame"
                      },
                      "width": {
                        "label": "10 inches",
                        "value": 21
                      },
                      "u_height": 9,
                      "desc_units": true,
                      "outer_width": 9,
                      "outer_depth": 3,
                      "outer_unit": {
                        "label": "Inches",
                        "value": "in"
                      },
                      "comments": "string",
                      "tags": [
                        {
                          "id": 7,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 7,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "created": "string",
                      "last_updated": "string",
                      "device_count": 8,
                      "powerfeed_count": 5
                    },
                    {
                      "id": 2,
                      "url": "string",
                      "display": "string",
                      "name": "string",
                      "facility_id": "string",
                      "site": {
                        "id": 5,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string"
                      },
                      "location": {
                        "id": 5,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string",
                        "rack_count": 5,
                        "_depth": 10
                      },
                      "tenant": {
                        "id": 1,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string"
                      },
                      "status": {
                        "label": "Available",
                        "value": "reserved"
                      },
                      "role": {
                        "id": 5,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string",
                        "rack_count": 9
                      },
                      "serial": "string",
                      "asset_tag": "string",
                      "type": {
                        "label": "Wall-mounted frame",
                        "value": "wall-cabinet"
                      },
                      "width": {
                        "label": "10 inches",
                        "value": 23
                      },
                      "u_height": 3,
                      "desc_units": true,
                      "outer_width": 10,
                      "outer_depth": 10,
                      "outer_unit": {
                        "label": "Inches",
                        "value": "in"
                      },
                      "comments": "string",
                      "tags": [
                        {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 4,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "created": "string",
                      "last_updated": "string",
                      "device_count": 8,
                      "powerfeed_count": 6
                    },
                    {
                      "id": 10,
                      "url": "string",
                      "display": "string",
                      "name": "string",
                      "facility_id": "string",
                      "site": {
                        "id": 10,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string"
                      },
                      "location": {
                        "id": 2,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string",
                        "rack_count": 4,
                        "_depth": 7
                      },
                      "tenant": {
                        "id": 8,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string"
                      },
                      "status": {
                        "label": "Planned",
                        "value": "active"
                      },
                      "role": {
                        "id": 9,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string",
                        "rack_count": 7
                      },
                      "serial": "string",
                      "asset_tag": "string",
                      "type": {
                        "label": "4-post frame",
                        "value": "wall-cabinet"
                      },
                      "width": {
                        "label": "23 inches",
                        "value": 21
                      },
                      "u_height": 2,
                      "desc_units": false,
                      "outer_width": 4,
                      "outer_depth": 2,
                      "outer_unit": {
                        "label": "Millimeters",
                        "value": "in"
                      },
                      "comments": "string",
                      "tags": [
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 4,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 7,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "created": "string",
                      "last_updated": "string",
                      "device_count": 1,
                      "powerfeed_count": 7
                    }
                  ]
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "name",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "facilityId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "assetTag",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "uHeight",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descUnits",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "outerWidth",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "outerDepth",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "outerUnit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "created",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdated",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "q",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tag",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tenantGroupId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tenantGroup",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tenantId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tenant",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "contact",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "contactRole",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "contactGroup",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "regionId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "region",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "siteGroupId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "siteGroup",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "siteId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "site",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "locationId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "location",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "status",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "type",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "width",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "roleId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "role",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "serial",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIc",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNic",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNiew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIsw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNisw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNie",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "facilityIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "facilityIdIc",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "facilityIdNic",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "facilityIdIew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "facilityIdNiew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "facilityIdIsw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "facilityIdNisw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "facilityIdIe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "facilityIdNie",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "assetTagN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "assetTagIc",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "assetTagNic",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "assetTagIew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "assetTagNiew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "assetTagIsw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "assetTagNisw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "assetTagIe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "assetTagNie",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "uHeightN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "uHeightLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "uHeightLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "uHeightGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "uHeightGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "outerWidthN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "outerWidthLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "outerWidthLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "outerWidthGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "outerWidthGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "outerDepthN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "outerDepthLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "outerDepthLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "outerDepthGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "outerDepthGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "outerUnitN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tagN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tenantGroupIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tenantGroupN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tenantIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tenantN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "contactN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "contactRoleN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "contactGroupN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "regionIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "regionN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "siteGroupIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "siteGroupN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "siteIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "siteN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "locationIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "locationN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "statusN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "typeN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "widthN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "roleIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "roleN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "serialN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "serialIc",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "serialNic",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "serialIew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "serialNiew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "serialIsw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "serialNisw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "serialIe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "serialNie",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ordering",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Dcim"
        ],
        "operationId": "postDcimRacks",
        "description": "The parameters and request body are for method: postDcimRacks. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "put": {
        "tags": [
          "Dcim"
        ],
        "operationId": "putDcimRacks",
        "description": "The parameters and request body are for method: putDcimRacks. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Dcim"
        ],
        "operationId": "patchDcimRacks",
        "description": "The parameters and request body are for method: patchDcimRacks. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Dcim"
        ],
        "operationId": "deleteDcimRacks",
        "description": "The parameters and request body are for method: deleteDcimRacks. 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": {}
            }
          }
        }
      }
    },
    "/dcim/racks/{id}/": {
      "get": {
        "tags": [
          "Dcim"
        ],
        "operationId": "getDcimRacksId",
        "description": "The parameters and request body are for method: getDcimRacksId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Dcim"
        ],
        "operationId": "putDcimRacksId",
        "description": "The parameters and request body are for method: putDcimRacksId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Dcim"
        ],
        "operationId": "patchDcimRacksId",
        "description": "The parameters and request body are for method: patchDcimRacksId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Dcim"
        ],
        "operationId": "deleteDcimRacksId",
        "description": "The parameters and request body are for method: deleteDcimRacksId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/dcim/racks/{id}/elevation/": {
      "get": {
        "tags": [
          "Dcim"
        ],
        "operationId": "getDcimRacksIdElevation",
        "description": "The parameters and request body are for method: getDcimRacksIdElevation. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "id": {
                        "type": "number"
                      },
                      "name": {
                        "type": "string"
                      },
                      "face": {
                        "type": "object",
                        "properties": {
                          "label": {
                            "type": "string"
                          },
                          "value": {
                            "type": "string"
                          }
                        }
                      },
                      "device": {
                        "type": "object",
                        "properties": {
                          "id": {
                            "type": "number"
                          },
                          "url": {
                            "type": "string"
                          },
                          "display": {
                            "type": "string"
                          },
                          "name": {
                            "type": "string"
                          }
                        }
                      },
                      "occupied": {
                        "type": "boolean"
                      },
                      "display": {
                        "type": "string"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "id": 6,
                    "name": "string",
                    "face": {
                      "label": "Rear",
                      "value": "rear"
                    },
                    "device": {
                      "id": 9,
                      "url": "string",
                      "display": "string",
                      "name": "string"
                    },
                    "occupied": false,
                    "display": "string"
                  },
                  {
                    "id": 9,
                    "name": "string",
                    "face": {
                      "label": "Rear",
                      "value": "rear"
                    },
                    "device": {
                      "id": 10,
                      "url": "string",
                      "display": "string",
                      "name": "string"
                    },
                    "occupied": true,
                    "display": "string"
                  },
                  {
                    "id": 7,
                    "name": "string",
                    "face": {
                      "label": "Front",
                      "value": "front"
                    },
                    "device": {
                      "id": 4,
                      "url": "string",
                      "display": "string",
                      "name": "string"
                    },
                    "occupied": false,
                    "display": "string"
                  }
                ]
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          },
          {
            "name": "q",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "face",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "render",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "unitWidth",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "unitHeight",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "legendWidth",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "marginWidth",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "exclude",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "expandDevices",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "includeImages",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/dcim/rear-port-templates/": {
      "get": {
        "tags": [
          "Dcim"
        ],
        "operationId": "getDcimRearPortTemplates",
        "description": "The parameters and request body are for method: getDcimRearPortTemplates. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "count": {
                      "type": "number"
                    },
                    "next": {
                      "type": "string"
                    },
                    "previous": {
                      "type": "string"
                    },
                    "results": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "id": {
                            "type": "number"
                          },
                          "url": {
                            "type": "string"
                          },
                          "display": {
                            "type": "string"
                          },
                          "device_type": {
                            "type": "object",
                            "properties": {
                              "id": {
                                "type": "number"
                              },
                              "url": {
                                "type": "string"
                              },
                              "display": {
                                "type": "string"
                              },
                              "manufacturer": {
                                "type": "object",
                                "properties": {
                                  "id": {
                                    "type": "number"
                                  },
                                  "url": {
                                    "type": "string"
                                  },
                                  "display": {
                                    "type": "string"
                                  },
                                  "name": {
                                    "type": "string"
                                  },
                                  "slug": {
                                    "type": "string"
                                  },
                                  "devicetype_count": {
                                    "type": "number"
                                  }
                                }
                              },
                              "model": {
                                "type": "string"
                              },
                              "slug": {
                                "type": "string"
                              },
                              "device_count": {
                                "type": "number"
                              }
                            }
                          },
                          "module_type": {
                            "type": "object",
                            "properties": {
                              "id": {
                                "type": "number"
                              },
                              "url": {
                                "type": "string"
                              },
                              "display": {
                                "type": "string"
                              },
                              "manufacturer": {
                                "type": "object",
                                "properties": {
                                  "id": {
                                    "type": "number"
                                  },
                                  "url": {
                                    "type": "string"
                                  },
                                  "display": {
                                    "type": "string"
                                  },
                                  "name": {
                                    "type": "string"
                                  },
                                  "slug": {
                                    "type": "string"
                                  },
                                  "devicetype_count": {
                                    "type": "number"
                                  }
                                }
                              },
                              "model": {
                                "type": "string"
                              }
                            }
                          },
                          "name": {
                            "type": "string"
                          },
                          "label": {
                            "type": "string"
                          },
                          "type": {
                            "type": "object",
                            "properties": {
                              "label": {
                                "type": "string"
                              },
                              "value": {
                                "type": "string"
                              }
                            }
                          },
                          "color": {
                            "type": "string"
                          },
                          "positions": {
                            "type": "number"
                          },
                          "description": {
                            "type": "string"
                          },
                          "created": {
                            "type": "string"
                          },
                          "last_updated": {
                            "type": "string"
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "count": 6,
                  "next": "string",
                  "previous": "string",
                  "results": [
                    {
                      "id": 5,
                      "url": "string",
                      "display": "string",
                      "device_type": {
                        "id": 4,
                        "url": "string",
                        "display": "string",
                        "manufacturer": {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "devicetype_count": 6
                        },
                        "model": "string",
                        "slug": "string",
                        "device_count": 1
                      },
                      "module_type": {
                        "id": 8,
                        "url": "string",
                        "display": "string",
                        "manufacturer": {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "devicetype_count": 8
                        },
                        "model": "string"
                      },
                      "name": "string",
                      "label": "string",
                      "type": {
                        "label": "6P2C",
                        "value": "lsh-apc"
                      },
                      "color": "string",
                      "positions": 4,
                      "description": "string",
                      "created": "string",
                      "last_updated": "string"
                    }
                  ]
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "name",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "type",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "color",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "positions",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "created",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdated",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "q",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "devicetypeId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "moduletypeId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIc",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNic",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNiew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIsw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNisw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNie",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "typeN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "colorN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "colorIc",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "colorNic",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "colorIew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "colorNiew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "colorIsw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "colorNisw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "colorIe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "colorNie",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "positionsN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "positionsLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "positionsLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "positionsGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "positionsGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "devicetypeIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "moduletypeIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ordering",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Dcim"
        ],
        "operationId": "postDcimRearPortTemplates",
        "description": "The parameters and request body are for method: postDcimRearPortTemplates. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "put": {
        "tags": [
          "Dcim"
        ],
        "operationId": "putDcimRearPortTemplates",
        "description": "The parameters and request body are for method: putDcimRearPortTemplates. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Dcim"
        ],
        "operationId": "patchDcimRearPortTemplates",
        "description": "The parameters and request body are for method: patchDcimRearPortTemplates. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Dcim"
        ],
        "operationId": "deleteDcimRearPortTemplates",
        "description": "The parameters and request body are for method: deleteDcimRearPortTemplates. 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": {}
            }
          }
        }
      }
    },
    "/dcim/rear-port-templates/{id}/": {
      "get": {
        "tags": [
          "Dcim"
        ],
        "operationId": "getDcimRearPortTemplatesId",
        "description": "The parameters and request body are for method: getDcimRearPortTemplatesId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Dcim"
        ],
        "operationId": "putDcimRearPortTemplatesId",
        "description": "The parameters and request body are for method: putDcimRearPortTemplatesId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Dcim"
        ],
        "operationId": "patchDcimRearPortTemplatesId",
        "description": "The parameters and request body are for method: patchDcimRearPortTemplatesId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Dcim"
        ],
        "operationId": "deleteDcimRearPortTemplatesId",
        "description": "The parameters and request body are for method: deleteDcimRearPortTemplatesId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/dcim/rear-ports/": {
      "get": {
        "tags": [
          "Dcim"
        ],
        "operationId": "getDcimRearPorts",
        "description": "The parameters and request body are for method: getDcimRearPorts. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "count": {
                      "type": "number"
                    },
                    "next": {
                      "type": "string"
                    },
                    "previous": {
                      "type": "string"
                    },
                    "results": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "id": {
                            "type": "number"
                          },
                          "url": {
                            "type": "string"
                          },
                          "display": {
                            "type": "string"
                          },
                          "device": {
                            "type": "object",
                            "properties": {
                              "id": {
                                "type": "number"
                              },
                              "url": {
                                "type": "string"
                              },
                              "display": {
                                "type": "string"
                              },
                              "name": {
                                "type": "string"
                              }
                            }
                          },
                          "module": {
                            "type": "object",
                            "properties": {
                              "id": {
                                "type": "number"
                              },
                              "url": {
                                "type": "string"
                              },
                              "display": {
                                "type": "string"
                              },
                              "device": {
                                "type": "number"
                              },
                              "module_bay": {
                                "type": "object",
                                "properties": {
                                  "id": {
                                    "type": "number"
                                  },
                                  "url": {
                                    "type": "string"
                                  },
                                  "display": {
                                    "type": "string"
                                  },
                                  "name": {
                                    "type": "string"
                                  }
                                }
                              }
                            }
                          },
                          "name": {
                            "type": "string"
                          },
                          "label": {
                            "type": "string"
                          },
                          "type": {
                            "type": "object",
                            "properties": {
                              "label": {
                                "type": "string"
                              },
                              "value": {
                                "type": "string"
                              }
                            }
                          },
                          "color": {
                            "type": "string"
                          },
                          "positions": {
                            "type": "number"
                          },
                          "description": {
                            "type": "string"
                          },
                          "mark_connected": {
                            "type": "boolean"
                          },
                          "cable": {
                            "type": "object",
                            "properties": {
                              "id": {
                                "type": "number"
                              },
                              "url": {
                                "type": "string"
                              },
                              "display": {
                                "type": "string"
                              },
                              "label": {
                                "type": "string"
                              }
                            }
                          },
                          "cable_end": {
                            "type": "string"
                          },
                          "link_peers": {
                            "type": "array",
                            "items": {
                              "type": "string"
                            }
                          },
                          "link_peers_type": {
                            "type": "string"
                          },
                          "tags": {
                            "type": "array",
                            "items": {
                              "type": "object",
                              "properties": {
                                "id": {
                                  "type": "number"
                                },
                                "url": {
                                  "type": "string"
                                },
                                "display": {
                                  "type": "string"
                                },
                                "name": {
                                  "type": "string"
                                },
                                "slug": {
                                  "type": "string"
                                },
                                "color": {
                                  "type": "string"
                                }
                              }
                            }
                          },
                          "custom_fields": {
                            "type": "object"
                          },
                          "created": {
                            "type": "string"
                          },
                          "last_updated": {
                            "type": "string"
                          },
                          "_occupied": {
                            "type": "boolean"
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "count": 5,
                  "next": "string",
                  "previous": "string",
                  "results": [
                    {
                      "id": 2,
                      "url": "string",
                      "display": "string",
                      "device": {
                        "id": 7,
                        "url": "string",
                        "display": "string",
                        "name": "string"
                      },
                      "module": {
                        "id": 7,
                        "url": "string",
                        "display": "string",
                        "device": 2,
                        "module_bay": {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        }
                      },
                      "name": "string",
                      "label": "string",
                      "type": {
                        "label": "FC",
                        "value": "sc-pc"
                      },
                      "color": "string",
                      "positions": 9,
                      "description": "string",
                      "mark_connected": true,
                      "cable": {
                        "id": 2,
                        "url": "string",
                        "display": "string",
                        "label": "string"
                      },
                      "cable_end": "string",
                      "link_peers": [
                        "string",
                        "string"
                      ],
                      "link_peers_type": "string",
                      "tags": [
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "created": "string",
                      "last_updated": "string",
                      "_occupied": false
                    },
                    {
                      "id": 4,
                      "url": "string",
                      "display": "string",
                      "device": {
                        "id": 7,
                        "url": "string",
                        "display": "string",
                        "name": "string"
                      },
                      "module": {
                        "id": 1,
                        "url": "string",
                        "display": "string",
                        "device": 7,
                        "module_bay": {
                          "id": 7,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        }
                      },
                      "name": "string",
                      "label": "string",
                      "type": {
                        "label": "Splice",
                        "value": "lc-apc"
                      },
                      "color": "string",
                      "positions": 4,
                      "description": "string",
                      "mark_connected": false,
                      "cable": {
                        "id": 8,
                        "url": "string",
                        "display": "string",
                        "label": "string"
                      },
                      "cable_end": "string",
                      "link_peers": [
                        "string",
                        "string",
                        "string",
                        "string"
                      ],
                      "link_peers_type": "string",
                      "tags": [
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "created": "string",
                      "last_updated": "string",
                      "_occupied": true
                    }
                  ]
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "name",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "label",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "type",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "color",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "positions",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "description",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "cableEnd",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "q",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "regionId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "region",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "siteGroupId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "siteGroup",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "siteId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "site",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "locationId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "location",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "rackId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "rack",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "deviceId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "device",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "virtualChassisId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "virtualChassis",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "moduleId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "created",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdated",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tag",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "cabled",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "occupied",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIc",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNic",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNiew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIsw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNisw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNie",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "labelN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "labelIc",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "labelNic",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "labelIew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "labelNiew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "labelIsw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "labelNisw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "labelIe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "labelNie",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "typeN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "colorN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "colorIc",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "colorNic",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "colorIew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "colorNiew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "colorIsw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "colorNisw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "colorIe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "colorNie",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "positionsN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "positionsLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "positionsLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "positionsGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "positionsGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionIc",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionNic",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionIew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionNiew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionIsw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionNisw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionIe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionNie",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "cableEndN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "regionIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "regionN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "siteGroupIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "siteGroupN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "siteIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "siteN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "locationIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "locationN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "rackIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "rackN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "deviceIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "deviceN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "virtualChassisIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "virtualChassisN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "moduleIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tagN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ordering",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Dcim"
        ],
        "operationId": "postDcimRearPorts",
        "description": "The parameters and request body are for method: postDcimRearPorts. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "put": {
        "tags": [
          "Dcim"
        ],
        "operationId": "putDcimRearPorts",
        "description": "The parameters and request body are for method: putDcimRearPorts. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Dcim"
        ],
        "operationId": "patchDcimRearPorts",
        "description": "The parameters and request body are for method: patchDcimRearPorts. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Dcim"
        ],
        "operationId": "deleteDcimRearPorts",
        "description": "The parameters and request body are for method: deleteDcimRearPorts. 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": {}
            }
          }
        }
      }
    },
    "/dcim/rear-ports/{id}/": {
      "get": {
        "tags": [
          "Dcim"
        ],
        "operationId": "getDcimRearPortsId",
        "description": "The parameters and request body are for method: getDcimRearPortsId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Dcim"
        ],
        "operationId": "putDcimRearPortsId",
        "description": "The parameters and request body are for method: putDcimRearPortsId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Dcim"
        ],
        "operationId": "patchDcimRearPortsId",
        "description": "The parameters and request body are for method: patchDcimRearPortsId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Dcim"
        ],
        "operationId": "deleteDcimRearPortsId",
        "description": "The parameters and request body are for method: deleteDcimRearPortsId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/dcim/rear-ports/{id}/paths/": {
      "get": {
        "tags": [
          "Dcim"
        ],
        "operationId": "getDcimRearPortsIdPaths",
        "description": "The parameters and request body are for method: getDcimRearPortsIdPaths. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/dcim/regions/": {
      "get": {
        "tags": [
          "Dcim"
        ],
        "operationId": "getDcimRegions",
        "description": "The parameters and request body are for method: getDcimRegions. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "count": {
                      "type": "number"
                    },
                    "next": {
                      "type": "string"
                    },
                    "previous": {
                      "type": "string"
                    },
                    "results": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "id": {
                            "type": "number"
                          },
                          "url": {
                            "type": "string"
                          },
                          "display": {
                            "type": "string"
                          },
                          "name": {
                            "type": "string"
                          },
                          "slug": {
                            "type": "string"
                          },
                          "parent": {
                            "type": "object",
                            "properties": {
                              "id": {
                                "type": "number"
                              },
                              "url": {
                                "type": "string"
                              },
                              "display": {
                                "type": "string"
                              },
                              "name": {
                                "type": "string"
                              },
                              "slug": {
                                "type": "string"
                              },
                              "site_count": {
                                "type": "number"
                              },
                              "_depth": {
                                "type": "number"
                              }
                            }
                          },
                          "description": {
                            "type": "string"
                          },
                          "tags": {
                            "type": "array",
                            "items": {
                              "type": "object",
                              "properties": {
                                "id": {
                                  "type": "number"
                                },
                                "url": {
                                  "type": "string"
                                },
                                "display": {
                                  "type": "string"
                                },
                                "name": {
                                  "type": "string"
                                },
                                "slug": {
                                  "type": "string"
                                },
                                "color": {
                                  "type": "string"
                                }
                              }
                            }
                          },
                          "custom_fields": {
                            "type": "object"
                          },
                          "created": {
                            "type": "string"
                          },
                          "last_updated": {
                            "type": "string"
                          },
                          "site_count": {
                            "type": "number"
                          },
                          "_depth": {
                            "type": "number"
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "count": 5,
                  "next": "string",
                  "previous": "string",
                  "results": [
                    {
                      "id": 10,
                      "url": "string",
                      "display": "string",
                      "name": "string",
                      "slug": "string",
                      "parent": {
                        "id": 4,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string",
                        "site_count": 9,
                        "_depth": 3
                      },
                      "description": "string",
                      "tags": [
                        {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "created": "string",
                      "last_updated": "string",
                      "site_count": 5,
                      "_depth": 2
                    }
                  ]
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "name",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slug",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "description",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "created",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdated",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "q",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tag",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "contact",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "contactRole",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "contactGroup",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "parentId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "parent",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIc",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNic",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNiew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIsw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNisw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNie",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slugN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slugIc",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slugNic",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slugIew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slugNiew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slugIsw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slugNisw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slugIe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slugNie",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionIc",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionNic",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionIew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionNiew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionIsw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionNisw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionIe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionNie",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tagN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "contactN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "contactRoleN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "contactGroupN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "parentIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "parentN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ordering",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Dcim"
        ],
        "operationId": "postDcimRegions",
        "description": "The parameters and request body are for method: postDcimRegions. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "put": {
        "tags": [
          "Dcim"
        ],
        "operationId": "putDcimRegions",
        "description": "The parameters and request body are for method: putDcimRegions. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Dcim"
        ],
        "operationId": "patchDcimRegions",
        "description": "The parameters and request body are for method: patchDcimRegions. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Dcim"
        ],
        "operationId": "deleteDcimRegions",
        "description": "The parameters and request body are for method: deleteDcimRegions. 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": {}
            }
          }
        }
      }
    },
    "/dcim/regions/{id}/": {
      "get": {
        "tags": [
          "Dcim"
        ],
        "operationId": "getDcimRegionsId",
        "description": "The parameters and request body are for method: getDcimRegionsId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Dcim"
        ],
        "operationId": "putDcimRegionsId",
        "description": "The parameters and request body are for method: putDcimRegionsId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Dcim"
        ],
        "operationId": "patchDcimRegionsId",
        "description": "The parameters and request body are for method: patchDcimRegionsId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Dcim"
        ],
        "operationId": "deleteDcimRegionsId",
        "description": "The parameters and request body are for method: deleteDcimRegionsId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/dcim/site-groups/": {
      "get": {
        "tags": [
          "Dcim"
        ],
        "operationId": "getDcimSiteGroups",
        "description": "The parameters and request body are for method: getDcimSiteGroups. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "count": {
                      "type": "number"
                    },
                    "next": {
                      "type": "string"
                    },
                    "previous": {
                      "type": "string"
                    },
                    "results": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "id": {
                            "type": "number"
                          },
                          "url": {
                            "type": "string"
                          },
                          "display": {
                            "type": "string"
                          },
                          "name": {
                            "type": "string"
                          },
                          "slug": {
                            "type": "string"
                          },
                          "parent": {
                            "type": "object",
                            "properties": {
                              "id": {
                                "type": "number"
                              },
                              "url": {
                                "type": "string"
                              },
                              "display": {
                                "type": "string"
                              },
                              "name": {
                                "type": "string"
                              },
                              "slug": {
                                "type": "string"
                              },
                              "site_count": {
                                "type": "number"
                              },
                              "_depth": {
                                "type": "number"
                              }
                            }
                          },
                          "description": {
                            "type": "string"
                          },
                          "tags": {
                            "type": "array",
                            "items": {
                              "type": "object",
                              "properties": {
                                "id": {
                                  "type": "number"
                                },
                                "url": {
                                  "type": "string"
                                },
                                "display": {
                                  "type": "string"
                                },
                                "name": {
                                  "type": "string"
                                },
                                "slug": {
                                  "type": "string"
                                },
                                "color": {
                                  "type": "string"
                                }
                              }
                            }
                          },
                          "custom_fields": {
                            "type": "object"
                          },
                          "created": {
                            "type": "string"
                          },
                          "last_updated": {
                            "type": "string"
                          },
                          "site_count": {
                            "type": "number"
                          },
                          "_depth": {
                            "type": "number"
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "count": 6,
                  "next": "string",
                  "previous": "string",
                  "results": [
                    {
                      "id": 1,
                      "url": "string",
                      "display": "string",
                      "name": "string",
                      "slug": "string",
                      "parent": {
                        "id": 4,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string",
                        "site_count": 8,
                        "_depth": 5
                      },
                      "description": "string",
                      "tags": [
                        {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 7,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "created": "string",
                      "last_updated": "string",
                      "site_count": 6,
                      "_depth": 1
                    },
                    {
                      "id": 3,
                      "url": "string",
                      "display": "string",
                      "name": "string",
                      "slug": "string",
                      "parent": {
                        "id": 9,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string",
                        "site_count": 10,
                        "_depth": 1
                      },
                      "description": "string",
                      "tags": [
                        {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 7,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "created": "string",
                      "last_updated": "string",
                      "site_count": 9,
                      "_depth": 5
                    },
                    {
                      "id": 10,
                      "url": "string",
                      "display": "string",
                      "name": "string",
                      "slug": "string",
                      "parent": {
                        "id": 10,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string",
                        "site_count": 2,
                        "_depth": 5
                      },
                      "description": "string",
                      "tags": [
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "created": "string",
                      "last_updated": "string",
                      "site_count": 7,
                      "_depth": 9
                    },
                    {
                      "id": 2,
                      "url": "string",
                      "display": "string",
                      "name": "string",
                      "slug": "string",
                      "parent": {
                        "id": 5,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string",
                        "site_count": 5,
                        "_depth": 10
                      },
                      "description": "string",
                      "tags": [
                        {
                          "id": 4,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "created": "string",
                      "last_updated": "string",
                      "site_count": 7,
                      "_depth": 8
                    },
                    {
                      "id": 5,
                      "url": "string",
                      "display": "string",
                      "name": "string",
                      "slug": "string",
                      "parent": {
                        "id": 8,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string",
                        "site_count": 1,
                        "_depth": 3
                      },
                      "description": "string",
                      "tags": [
                        {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "created": "string",
                      "last_updated": "string",
                      "site_count": 4,
                      "_depth": 10
                    },
                    {
                      "id": 9,
                      "url": "string",
                      "display": "string",
                      "name": "string",
                      "slug": "string",
                      "parent": {
                        "id": 9,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string",
                        "site_count": 3,
                        "_depth": 6
                      },
                      "description": "string",
                      "tags": [
                        {
                          "id": 7,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "created": "string",
                      "last_updated": "string",
                      "site_count": 9,
                      "_depth": 7
                    },
                    {
                      "id": 6,
                      "url": "string",
                      "display": "string",
                      "name": "string",
                      "slug": "string",
                      "parent": {
                        "id": 8,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string",
                        "site_count": 5,
                        "_depth": 10
                      },
                      "description": "string",
                      "tags": [
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 7,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 4,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "created": "string",
                      "last_updated": "string",
                      "site_count": 4,
                      "_depth": 1
                    },
                    {
                      "id": 7,
                      "url": "string",
                      "display": "string",
                      "name": "string",
                      "slug": "string",
                      "parent": {
                        "id": 3,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string",
                        "site_count": 5,
                        "_depth": 4
                      },
                      "description": "string",
                      "tags": [
                        {
                          "id": 4,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 4,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 4,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "created": "string",
                      "last_updated": "string",
                      "site_count": 8,
                      "_depth": 4
                    },
                    {
                      "id": 6,
                      "url": "string",
                      "display": "string",
                      "name": "string",
                      "slug": "string",
                      "parent": {
                        "id": 5,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string",
                        "site_count": 8,
                        "_depth": 8
                      },
                      "description": "string",
                      "tags": [
                        {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "created": "string",
                      "last_updated": "string",
                      "site_count": 4,
                      "_depth": 2
                    },
                    {
                      "id": 9,
                      "url": "string",
                      "display": "string",
                      "name": "string",
                      "slug": "string",
                      "parent": {
                        "id": 6,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string",
                        "site_count": 2,
                        "_depth": 1
                      },
                      "description": "string",
                      "tags": [
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "created": "string",
                      "last_updated": "string",
                      "site_count": 10,
                      "_depth": 2
                    }
                  ]
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "name",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slug",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "description",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "created",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdated",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "q",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tag",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "contact",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "contactRole",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "contactGroup",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "parentId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "parent",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIc",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNic",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNiew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIsw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNisw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNie",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slugN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slugIc",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slugNic",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slugIew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slugNiew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slugIsw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slugNisw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slugIe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slugNie",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionIc",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionNic",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionIew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionNiew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionIsw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionNisw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionIe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionNie",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tagN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "contactN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "contactRoleN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "contactGroupN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "parentIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "parentN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ordering",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Dcim"
        ],
        "operationId": "postDcimSiteGroups",
        "description": "The parameters and request body are for method: postDcimSiteGroups. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "put": {
        "tags": [
          "Dcim"
        ],
        "operationId": "putDcimSiteGroups",
        "description": "The parameters and request body are for method: putDcimSiteGroups. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Dcim"
        ],
        "operationId": "patchDcimSiteGroups",
        "description": "The parameters and request body are for method: patchDcimSiteGroups. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Dcim"
        ],
        "operationId": "deleteDcimSiteGroups",
        "description": "The parameters and request body are for method: deleteDcimSiteGroups. 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": {}
            }
          }
        }
      }
    },
    "/dcim/site-groups/{id}/": {
      "get": {
        "tags": [
          "Dcim"
        ],
        "operationId": "getDcimSiteGroupsId",
        "description": "The parameters and request body are for method: getDcimSiteGroupsId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Dcim"
        ],
        "operationId": "putDcimSiteGroupsId",
        "description": "The parameters and request body are for method: putDcimSiteGroupsId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Dcim"
        ],
        "operationId": "patchDcimSiteGroupsId",
        "description": "The parameters and request body are for method: patchDcimSiteGroupsId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Dcim"
        ],
        "operationId": "deleteDcimSiteGroupsId",
        "description": "The parameters and request body are for method: deleteDcimSiteGroupsId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/dcim/sites/": {
      "get": {
        "tags": [
          "Dcim"
        ],
        "operationId": "getDcimSites",
        "description": "The parameters and request body are for method: getDcimSites. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "count": {
                      "type": "number"
                    },
                    "next": {
                      "type": "string"
                    },
                    "previous": {
                      "type": "string"
                    },
                    "results": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "id": {
                            "type": "number"
                          },
                          "url": {
                            "type": "string"
                          },
                          "display": {
                            "type": "string"
                          },
                          "name": {
                            "type": "string"
                          },
                          "slug": {
                            "type": "string"
                          },
                          "status": {
                            "type": "object",
                            "properties": {
                              "label": {
                                "type": "string"
                              },
                              "value": {
                                "type": "string"
                              }
                            }
                          },
                          "region": {
                            "type": "object",
                            "properties": {
                              "id": {
                                "type": "number"
                              },
                              "url": {
                                "type": "string"
                              },
                              "display": {
                                "type": "string"
                              },
                              "name": {
                                "type": "string"
                              },
                              "slug": {
                                "type": "string"
                              },
                              "site_count": {
                                "type": "number"
                              },
                              "_depth": {
                                "type": "number"
                              }
                            }
                          },
                          "group": {
                            "type": "object",
                            "properties": {
                              "id": {
                                "type": "number"
                              },
                              "url": {
                                "type": "string"
                              },
                              "display": {
                                "type": "string"
                              },
                              "name": {
                                "type": "string"
                              },
                              "slug": {
                                "type": "string"
                              },
                              "site_count": {
                                "type": "number"
                              },
                              "_depth": {
                                "type": "number"
                              }
                            }
                          },
                          "tenant": {
                            "type": "object",
                            "properties": {
                              "id": {
                                "type": "number"
                              },
                              "url": {
                                "type": "string"
                              },
                              "display": {
                                "type": "string"
                              },
                              "name": {
                                "type": "string"
                              },
                              "slug": {
                                "type": "string"
                              }
                            }
                          },
                          "facility": {
                            "type": "string"
                          },
                          "time_zone": {
                            "type": "string"
                          },
                          "description": {
                            "type": "string"
                          },
                          "physical_address": {
                            "type": "string"
                          },
                          "shipping_address": {
                            "type": "string"
                          },
                          "latitude": {
                            "type": "number"
                          },
                          "longitude": {
                            "type": "number"
                          },
                          "comments": {
                            "type": "string"
                          },
                          "asns": {
                            "type": "array",
                            "items": {
                              "type": "object",
                              "properties": {
                                "id": {
                                  "type": "number"
                                },
                                "url": {
                                  "type": "string"
                                },
                                "display": {
                                  "type": "string"
                                },
                                "asn": {
                                  "type": "number"
                                }
                              }
                            }
                          },
                          "tags": {
                            "type": "array",
                            "items": {
                              "type": "object",
                              "properties": {
                                "id": {
                                  "type": "number"
                                },
                                "url": {
                                  "type": "string"
                                },
                                "display": {
                                  "type": "string"
                                },
                                "name": {
                                  "type": "string"
                                },
                                "slug": {
                                  "type": "string"
                                },
                                "color": {
                                  "type": "string"
                                }
                              }
                            }
                          },
                          "custom_fields": {
                            "type": "object"
                          },
                          "created": {
                            "type": "string"
                          },
                          "last_updated": {
                            "type": "string"
                          },
                          "circuit_count": {
                            "type": "number"
                          },
                          "device_count": {
                            "type": "number"
                          },
                          "prefix_count": {
                            "type": "number"
                          },
                          "rack_count": {
                            "type": "number"
                          },
                          "virtualmachine_count": {
                            "type": "number"
                          },
                          "vlan_count": {
                            "type": "number"
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "count": 8,
                  "next": "string",
                  "previous": "string",
                  "results": [
                    {
                      "id": 9,
                      "url": "string",
                      "display": "string",
                      "name": "string",
                      "slug": "string",
                      "status": {
                        "label": "Planned",
                        "value": "decommissioning"
                      },
                      "region": {
                        "id": 4,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string",
                        "site_count": 2,
                        "_depth": 3
                      },
                      "group": {
                        "id": 10,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string",
                        "site_count": 9,
                        "_depth": 7
                      },
                      "tenant": {
                        "id": 5,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string"
                      },
                      "facility": "string",
                      "time_zone": "string",
                      "description": "string",
                      "physical_address": "string",
                      "shipping_address": "string",
                      "latitude": 7,
                      "longitude": 5,
                      "comments": "string",
                      "asns": [
                        {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "asn": 9
                        },
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "asn": 4
                        },
                        {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "asn": 4
                        }
                      ],
                      "tags": [
                        {
                          "id": 7,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 4,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 7,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "created": "string",
                      "last_updated": "string",
                      "circuit_count": 6,
                      "device_count": 8,
                      "prefix_count": 10,
                      "rack_count": 5,
                      "virtualmachine_count": 4,
                      "vlan_count": 5
                    },
                    {
                      "id": 7,
                      "url": "string",
                      "display": "string",
                      "name": "string",
                      "slug": "string",
                      "status": {
                        "label": "Staging",
                        "value": "retired"
                      },
                      "region": {
                        "id": 5,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string",
                        "site_count": 2,
                        "_depth": 2
                      },
                      "group": {
                        "id": 1,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string",
                        "site_count": 6,
                        "_depth": 5
                      },
                      "tenant": {
                        "id": 4,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string"
                      },
                      "facility": "string",
                      "time_zone": "string",
                      "description": "string",
                      "physical_address": "string",
                      "shipping_address": "string",
                      "latitude": 9,
                      "longitude": 5,
                      "comments": "string",
                      "asns": [
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "asn": 4
                        },
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "asn": 3
                        },
                        {
                          "id": 4,
                          "url": "string",
                          "display": "string",
                          "asn": 3
                        },
                        {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "asn": 10
                        },
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "asn": 10
                        },
                        {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "asn": 4
                        },
                        {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "asn": 2
                        },
                        {
                          "id": 7,
                          "url": "string",
                          "display": "string",
                          "asn": 3
                        },
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "asn": 5
                        },
                        {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "asn": 2
                        }
                      ],
                      "tags": [
                        {
                          "id": 7,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 7,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 4,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 7,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "created": "string",
                      "last_updated": "string",
                      "circuit_count": 3,
                      "device_count": 10,
                      "prefix_count": 3,
                      "rack_count": 5,
                      "virtualmachine_count": 8,
                      "vlan_count": 10
                    }
                  ]
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "name",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slug",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "facility",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "latitude",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "longitude",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "description",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "created",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdated",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "q",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tag",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tenantGroupId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tenantGroup",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tenantId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tenant",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "contact",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "contactRole",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "contactGroup",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "status",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "regionId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "region",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "groupId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "group",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "asn",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "asnId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIc",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNic",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNiew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIsw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNisw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNie",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slugN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slugIc",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slugNic",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slugIew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slugNiew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slugIsw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slugNisw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slugIe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slugNie",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "facilityN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "facilityIc",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "facilityNic",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "facilityIew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "facilityNiew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "facilityIsw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "facilityNisw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "facilityIe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "facilityNie",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "latitudeN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "latitudeLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "latitudeLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "latitudeGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "latitudeGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "longitudeN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "longitudeLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "longitudeLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "longitudeGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "longitudeGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionIc",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionNic",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionIew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionNiew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionIsw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionNisw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionIe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionNie",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tagN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tenantGroupIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tenantGroupN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tenantIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tenantN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "contactN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "contactRoleN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "contactGroupN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "statusN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "regionIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "regionN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "groupIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "groupN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "asnN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "asnIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ordering",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Dcim"
        ],
        "operationId": "postDcimSites",
        "description": "The parameters and request body are for method: postDcimSites. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "put": {
        "tags": [
          "Dcim"
        ],
        "operationId": "putDcimSites",
        "description": "The parameters and request body are for method: putDcimSites. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Dcim"
        ],
        "operationId": "patchDcimSites",
        "description": "The parameters and request body are for method: patchDcimSites. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Dcim"
        ],
        "operationId": "deleteDcimSites",
        "description": "The parameters and request body are for method: deleteDcimSites. 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": {}
            }
          }
        }
      }
    },
    "/dcim/sites/{id}/": {
      "get": {
        "tags": [
          "Dcim"
        ],
        "operationId": "getDcimSitesId",
        "description": "The parameters and request body are for method: getDcimSitesId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Dcim"
        ],
        "operationId": "putDcimSitesId",
        "description": "The parameters and request body are for method: putDcimSitesId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Dcim"
        ],
        "operationId": "patchDcimSitesId",
        "description": "The parameters and request body are for method: patchDcimSitesId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Dcim"
        ],
        "operationId": "deleteDcimSitesId",
        "description": "The parameters and request body are for method: deleteDcimSitesId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/dcim/virtual-chassis/": {
      "get": {
        "tags": [
          "Dcim"
        ],
        "operationId": "getDcimVirtualChassis",
        "description": "The parameters and request body are for method: getDcimVirtualChassis. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "count": {
                      "type": "number"
                    },
                    "next": {
                      "type": "string"
                    },
                    "previous": {
                      "type": "string"
                    },
                    "results": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "id": {
                            "type": "number"
                          },
                          "url": {
                            "type": "string"
                          },
                          "display": {
                            "type": "string"
                          },
                          "name": {
                            "type": "string"
                          },
                          "domain": {
                            "type": "string"
                          },
                          "master": {
                            "type": "object",
                            "properties": {
                              "id": {
                                "type": "number"
                              },
                              "url": {
                                "type": "string"
                              },
                              "display": {
                                "type": "string"
                              },
                              "name": {
                                "type": "string"
                              }
                            }
                          },
                          "tags": {
                            "type": "array",
                            "items": {
                              "type": "object",
                              "properties": {
                                "id": {
                                  "type": "number"
                                },
                                "url": {
                                  "type": "string"
                                },
                                "display": {
                                  "type": "string"
                                },
                                "name": {
                                  "type": "string"
                                },
                                "slug": {
                                  "type": "string"
                                },
                                "color": {
                                  "type": "string"
                                }
                              }
                            }
                          },
                          "custom_fields": {
                            "type": "object"
                          },
                          "member_count": {
                            "type": "number"
                          },
                          "created": {
                            "type": "string"
                          },
                          "last_updated": {
                            "type": "string"
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "count": 7,
                  "next": "string",
                  "previous": "string",
                  "results": [
                    {
                      "id": 6,
                      "url": "string",
                      "display": "string",
                      "name": "string",
                      "domain": "string",
                      "master": {
                        "id": 10,
                        "url": "string",
                        "display": "string",
                        "name": "string"
                      },
                      "tags": [
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 4,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 4,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 7,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "member_count": 3,
                      "created": "string",
                      "last_updated": "string"
                    },
                    {
                      "id": 2,
                      "url": "string",
                      "display": "string",
                      "name": "string",
                      "domain": "string",
                      "master": {
                        "id": 3,
                        "url": "string",
                        "display": "string",
                        "name": "string"
                      },
                      "tags": [
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "member_count": 10,
                      "created": "string",
                      "last_updated": "string"
                    },
                    {
                      "id": 3,
                      "url": "string",
                      "display": "string",
                      "name": "string",
                      "domain": "string",
                      "master": {
                        "id": 9,
                        "url": "string",
                        "display": "string",
                        "name": "string"
                      },
                      "tags": [
                        {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 7,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "member_count": 6,
                      "created": "string",
                      "last_updated": "string"
                    }
                  ]
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "domain",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "name",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "created",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdated",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "q",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tag",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "masterId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "master",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "regionId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "region",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "siteGroupId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "siteGroup",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "siteId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "site",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tenantId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tenant",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "domainN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "domainIc",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "domainNic",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "domainIew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "domainNiew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "domainIsw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "domainNisw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "domainIe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "domainNie",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIc",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNic",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNiew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIsw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNisw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNie",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tagN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "masterIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "masterN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "regionIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "regionN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "siteGroupIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "siteGroupN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "siteIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "siteN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tenantIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tenantN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ordering",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Dcim"
        ],
        "operationId": "postDcimVirtualChassis",
        "description": "The parameters and request body are for method: postDcimVirtualChassis. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "put": {
        "tags": [
          "Dcim"
        ],
        "operationId": "putDcimVirtualChassis",
        "description": "The parameters and request body are for method: putDcimVirtualChassis. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Dcim"
        ],
        "operationId": "patchDcimVirtualChassis",
        "description": "The parameters and request body are for method: patchDcimVirtualChassis. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Dcim"
        ],
        "operationId": "deleteDcimVirtualChassis",
        "description": "The parameters and request body are for method: deleteDcimVirtualChassis. 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": {}
            }
          }
        }
      }
    },
    "/dcim/virtual-chassis/{id}/": {
      "get": {
        "tags": [
          "Dcim"
        ],
        "operationId": "getDcimVirtualChassisId",
        "description": "The parameters and request body are for method: getDcimVirtualChassisId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Dcim"
        ],
        "operationId": "putDcimVirtualChassisId",
        "description": "The parameters and request body are for method: putDcimVirtualChassisId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Dcim"
        ],
        "operationId": "patchDcimVirtualChassisId",
        "description": "The parameters and request body are for method: patchDcimVirtualChassisId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Dcim"
        ],
        "operationId": "deleteDcimVirtualChassisId",
        "description": "The parameters and request body are for method: deleteDcimVirtualChassisId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/extras/config-contexts/": {
      "get": {
        "tags": [
          "Extras"
        ],
        "operationId": "getExtrasConfigContexts",
        "description": "The parameters and request body are for method: getExtrasConfigContexts. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "count": {
                      "type": "number"
                    },
                    "next": {
                      "type": "string"
                    },
                    "previous": {
                      "type": "string"
                    },
                    "results": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "id": {
                            "type": "number"
                          },
                          "url": {
                            "type": "string"
                          },
                          "display": {
                            "type": "string"
                          },
                          "name": {
                            "type": "string"
                          },
                          "weight": {
                            "type": "number"
                          },
                          "description": {
                            "type": "string"
                          },
                          "is_active": {
                            "type": "boolean"
                          },
                          "regions": {
                            "type": "array",
                            "items": {
                              "type": "object",
                              "properties": {
                                "id": {
                                  "type": "number"
                                },
                                "url": {
                                  "type": "string"
                                },
                                "display": {
                                  "type": "string"
                                },
                                "name": {
                                  "type": "string"
                                },
                                "slug": {
                                  "type": "string"
                                },
                                "site_count": {
                                  "type": "number"
                                },
                                "_depth": {
                                  "type": "number"
                                }
                              }
                            }
                          },
                          "site_groups": {
                            "type": "array",
                            "items": {
                              "type": "object",
                              "properties": {
                                "id": {
                                  "type": "number"
                                },
                                "url": {
                                  "type": "string"
                                },
                                "display": {
                                  "type": "string"
                                },
                                "name": {
                                  "type": "string"
                                },
                                "slug": {
                                  "type": "string"
                                },
                                "site_count": {
                                  "type": "number"
                                },
                                "_depth": {
                                  "type": "number"
                                }
                              }
                            }
                          },
                          "sites": {
                            "type": "array",
                            "items": {
                              "type": "object",
                              "properties": {
                                "id": {
                                  "type": "number"
                                },
                                "url": {
                                  "type": "string"
                                },
                                "display": {
                                  "type": "string"
                                },
                                "name": {
                                  "type": "string"
                                },
                                "slug": {
                                  "type": "string"
                                }
                              }
                            }
                          },
                          "locations": {
                            "type": "array",
                            "items": {
                              "type": "object",
                              "properties": {
                                "id": {
                                  "type": "number"
                                },
                                "url": {
                                  "type": "string"
                                },
                                "display": {
                                  "type": "string"
                                },
                                "name": {
                                  "type": "string"
                                },
                                "slug": {
                                  "type": "string"
                                },
                                "rack_count": {
                                  "type": "number"
                                },
                                "_depth": {
                                  "type": "number"
                                }
                              }
                            }
                          },
                          "device_types": {
                            "type": "array",
                            "items": {
                              "type": "object",
                              "properties": {
                                "id": {
                                  "type": "number"
                                },
                                "url": {
                                  "type": "string"
                                },
                                "display": {
                                  "type": "string"
                                },
                                "manufacturer": {
                                  "type": "object",
                                  "properties": {
                                    "id": {
                                      "type": "number"
                                    },
                                    "url": {
                                      "type": "string"
                                    },
                                    "display": {
                                      "type": "string"
                                    },
                                    "name": {
                                      "type": "string"
                                    },
                                    "slug": {
                                      "type": "string"
                                    },
                                    "devicetype_count": {
                                      "type": "number"
                                    }
                                  }
                                },
                                "model": {
                                  "type": "string"
                                },
                                "slug": {
                                  "type": "string"
                                },
                                "device_count": {
                                  "type": "number"
                                }
                              }
                            }
                          },
                          "roles": {
                            "type": "array",
                            "items": {
                              "type": "object",
                              "properties": {
                                "id": {
                                  "type": "number"
                                },
                                "url": {
                                  "type": "string"
                                },
                                "display": {
                                  "type": "string"
                                },
                                "name": {
                                  "type": "string"
                                },
                                "slug": {
                                  "type": "string"
                                },
                                "device_count": {
                                  "type": "number"
                                },
                                "virtualmachine_count": {
                                  "type": "number"
                                }
                              }
                            }
                          },
                          "platforms": {
                            "type": "array",
                            "items": {
                              "type": "object",
                              "properties": {
                                "id": {
                                  "type": "number"
                                },
                                "url": {
                                  "type": "string"
                                },
                                "display": {
                                  "type": "string"
                                },
                                "name": {
                                  "type": "string"
                                },
                                "slug": {
                                  "type": "string"
                                },
                                "device_count": {
                                  "type": "number"
                                },
                                "virtualmachine_count": {
                                  "type": "number"
                                }
                              }
                            }
                          },
                          "cluster_types": {
                            "type": "array",
                            "items": {
                              "type": "object",
                              "properties": {
                                "id": {
                                  "type": "number"
                                },
                                "url": {
                                  "type": "string"
                                },
                                "display": {
                                  "type": "string"
                                },
                                "name": {
                                  "type": "string"
                                },
                                "slug": {
                                  "type": "string"
                                },
                                "cluster_count": {
                                  "type": "number"
                                }
                              }
                            }
                          },
                          "cluster_groups": {
                            "type": "array",
                            "items": {
                              "type": "object",
                              "properties": {
                                "id": {
                                  "type": "number"
                                },
                                "url": {
                                  "type": "string"
                                },
                                "display": {
                                  "type": "string"
                                },
                                "name": {
                                  "type": "string"
                                },
                                "slug": {
                                  "type": "string"
                                },
                                "cluster_count": {
                                  "type": "number"
                                }
                              }
                            }
                          },
                          "clusters": {
                            "type": "array",
                            "items": {
                              "type": "object",
                              "properties": {
                                "id": {
                                  "type": "number"
                                },
                                "url": {
                                  "type": "string"
                                },
                                "display": {
                                  "type": "string"
                                },
                                "name": {
                                  "type": "string"
                                },
                                "virtualmachine_count": {
                                  "type": "number"
                                }
                              }
                            }
                          },
                          "tenant_groups": {
                            "type": "array",
                            "items": {
                              "type": "object",
                              "properties": {
                                "id": {
                                  "type": "number"
                                },
                                "url": {
                                  "type": "string"
                                },
                                "display": {
                                  "type": "string"
                                },
                                "name": {
                                  "type": "string"
                                },
                                "slug": {
                                  "type": "string"
                                },
                                "tenant_count": {
                                  "type": "number"
                                },
                                "_depth": {
                                  "type": "number"
                                }
                              }
                            }
                          },
                          "tenants": {
                            "type": "array",
                            "items": {
                              "type": "object",
                              "properties": {
                                "id": {
                                  "type": "number"
                                },
                                "url": {
                                  "type": "string"
                                },
                                "display": {
                                  "type": "string"
                                },
                                "name": {
                                  "type": "string"
                                },
                                "slug": {
                                  "type": "string"
                                }
                              }
                            }
                          },
                          "tags": {
                            "type": "array",
                            "items": {
                              "type": "string"
                            }
                          },
                          "data": {
                            "type": "object"
                          },
                          "created": {
                            "type": "string"
                          },
                          "last_updated": {
                            "type": "string"
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "count": 6,
                  "next": "string",
                  "previous": "string",
                  "results": [
                    {
                      "id": 6,
                      "url": "string",
                      "display": "string",
                      "name": "string",
                      "weight": 10,
                      "description": "string",
                      "is_active": true,
                      "regions": [
                        {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "site_count": 3,
                          "_depth": 4
                        },
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "site_count": 4,
                          "_depth": 3
                        },
                        {
                          "id": 7,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "site_count": 9,
                          "_depth": 6
                        },
                        {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "site_count": 1,
                          "_depth": 10
                        },
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "site_count": 3,
                          "_depth": 5
                        },
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "site_count": 3,
                          "_depth": 7
                        },
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "site_count": 10,
                          "_depth": 6
                        },
                        {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "site_count": 10,
                          "_depth": 3
                        }
                      ],
                      "site_groups": [
                        {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "site_count": 8,
                          "_depth": 5
                        },
                        {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "site_count": 7,
                          "_depth": 4
                        },
                        {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "site_count": 9,
                          "_depth": 3
                        }
                      ],
                      "sites": [
                        {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string"
                        },
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string"
                        },
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string"
                        },
                        {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string"
                        },
                        {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string"
                        },
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string"
                        }
                      ],
                      "locations": [
                        {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "rack_count": 10,
                          "_depth": 8
                        },
                        {
                          "id": 4,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "rack_count": 1,
                          "_depth": 3
                        }
                      ],
                      "device_types": [
                        {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "manufacturer": {
                            "id": 6,
                            "url": "string",
                            "display": "string",
                            "name": "string",
                            "slug": "string",
                            "devicetype_count": 4
                          },
                          "model": "string",
                          "slug": "string",
                          "device_count": 5
                        },
                        {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "manufacturer": {
                            "id": 7,
                            "url": "string",
                            "display": "string",
                            "name": "string",
                            "slug": "string",
                            "devicetype_count": 7
                          },
                          "model": "string",
                          "slug": "string",
                          "device_count": 9
                        },
                        {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "manufacturer": {
                            "id": 8,
                            "url": "string",
                            "display": "string",
                            "name": "string",
                            "slug": "string",
                            "devicetype_count": 10
                          },
                          "model": "string",
                          "slug": "string",
                          "device_count": 8
                        },
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "manufacturer": {
                            "id": 6,
                            "url": "string",
                            "display": "string",
                            "name": "string",
                            "slug": "string",
                            "devicetype_count": 4
                          },
                          "model": "string",
                          "slug": "string",
                          "device_count": 6
                        }
                      ],
                      "roles": [
                        {
                          "id": 7,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "device_count": 6,
                          "virtualmachine_count": 1
                        },
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "device_count": 4,
                          "virtualmachine_count": 4
                        },
                        {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "device_count": 10,
                          "virtualmachine_count": 8
                        },
                        {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "device_count": 7,
                          "virtualmachine_count": 1
                        },
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "device_count": 1,
                          "virtualmachine_count": 3
                        },
                        {
                          "id": 4,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "device_count": 5,
                          "virtualmachine_count": 1
                        },
                        {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "device_count": 1,
                          "virtualmachine_count": 8
                        },
                        {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "device_count": 10,
                          "virtualmachine_count": 2
                        },
                        {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "device_count": 6,
                          "virtualmachine_count": 5
                        }
                      ],
                      "platforms": [
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "device_count": 7,
                          "virtualmachine_count": 10
                        },
                        {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "device_count": 9,
                          "virtualmachine_count": 9
                        },
                        {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "device_count": 1,
                          "virtualmachine_count": 4
                        },
                        {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "device_count": 7,
                          "virtualmachine_count": 2
                        }
                      ],
                      "cluster_types": [
                        {
                          "id": 7,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "cluster_count": 2
                        },
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "cluster_count": 1
                        },
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "cluster_count": 10
                        },
                        {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "cluster_count": 8
                        },
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "cluster_count": 4
                        },
                        {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "cluster_count": 9
                        },
                        {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "cluster_count": 3
                        },
                        {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "cluster_count": 10
                        },
                        {
                          "id": 4,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "cluster_count": 6
                        }
                      ],
                      "cluster_groups": [
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "cluster_count": 8
                        },
                        {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "cluster_count": 4
                        },
                        {
                          "id": 7,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "cluster_count": 1
                        }
                      ],
                      "clusters": [
                        {
                          "id": 4,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "virtualmachine_count": 8
                        },
                        {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "virtualmachine_count": 8
                        }
                      ],
                      "tenant_groups": [
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "tenant_count": 6,
                          "_depth": 1
                        },
                        {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "tenant_count": 3,
                          "_depth": 9
                        },
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "tenant_count": 6,
                          "_depth": 2
                        },
                        {
                          "id": 4,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "tenant_count": 4,
                          "_depth": 3
                        },
                        {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "tenant_count": 6,
                          "_depth": 4
                        },
                        {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "tenant_count": 4,
                          "_depth": 4
                        },
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "tenant_count": 6,
                          "_depth": 8
                        },
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "tenant_count": 7,
                          "_depth": 4
                        },
                        {
                          "id": 7,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "tenant_count": 8,
                          "_depth": 1
                        },
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "tenant_count": 3,
                          "_depth": 8
                        }
                      ],
                      "tenants": [
                        {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string"
                        },
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string"
                        },
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string"
                        },
                        {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string"
                        },
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string"
                        },
                        {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string"
                        },
                        {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string"
                        },
                        {
                          "id": 7,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string"
                        },
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string"
                        },
                        {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string"
                        }
                      ],
                      "tags": [
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string"
                      ],
                      "data": {},
                      "created": "string",
                      "last_updated": "string"
                    },
                    {
                      "id": 1,
                      "url": "string",
                      "display": "string",
                      "name": "string",
                      "weight": 8,
                      "description": "string",
                      "is_active": true,
                      "regions": [
                        {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "site_count": 1,
                          "_depth": 2
                        },
                        {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "site_count": 2,
                          "_depth": 10
                        },
                        {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "site_count": 3,
                          "_depth": 2
                        },
                        {
                          "id": 7,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "site_count": 7,
                          "_depth": 8
                        },
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "site_count": 9,
                          "_depth": 9
                        },
                        {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "site_count": 4,
                          "_depth": 4
                        },
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "site_count": 2,
                          "_depth": 3
                        },
                        {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "site_count": 1,
                          "_depth": 1
                        }
                      ],
                      "site_groups": [
                        {
                          "id": 7,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "site_count": 6,
                          "_depth": 10
                        },
                        {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "site_count": 3,
                          "_depth": 10
                        }
                      ],
                      "sites": [
                        {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string"
                        },
                        {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string"
                        },
                        {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string"
                        },
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string"
                        },
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string"
                        },
                        {
                          "id": 7,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string"
                        }
                      ],
                      "locations": [
                        {
                          "id": 4,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "rack_count": 4,
                          "_depth": 10
                        },
                        {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "rack_count": 5,
                          "_depth": 3
                        },
                        {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "rack_count": 9,
                          "_depth": 4
                        },
                        {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "rack_count": 1,
                          "_depth": 10
                        },
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "rack_count": 10,
                          "_depth": 5
                        }
                      ],
                      "device_types": [
                        {
                          "id": 7,
                          "url": "string",
                          "display": "string",
                          "manufacturer": {
                            "id": 7,
                            "url": "string",
                            "display": "string",
                            "name": "string",
                            "slug": "string",
                            "devicetype_count": 5
                          },
                          "model": "string",
                          "slug": "string",
                          "device_count": 10
                        },
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "manufacturer": {
                            "id": 9,
                            "url": "string",
                            "display": "string",
                            "name": "string",
                            "slug": "string",
                            "devicetype_count": 4
                          },
                          "model": "string",
                          "slug": "string",
                          "device_count": 6
                        },
                        {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "manufacturer": {
                            "id": 3,
                            "url": "string",
                            "display": "string",
                            "name": "string",
                            "slug": "string",
                            "devicetype_count": 6
                          },
                          "model": "string",
                          "slug": "string",
                          "device_count": 8
                        },
                        {
                          "id": 7,
                          "url": "string",
                          "display": "string",
                          "manufacturer": {
                            "id": 7,
                            "url": "string",
                            "display": "string",
                            "name": "string",
                            "slug": "string",
                            "devicetype_count": 10
                          },
                          "model": "string",
                          "slug": "string",
                          "device_count": 7
                        },
                        {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "manufacturer": {
                            "id": 4,
                            "url": "string",
                            "display": "string",
                            "name": "string",
                            "slug": "string",
                            "devicetype_count": 2
                          },
                          "model": "string",
                          "slug": "string",
                          "device_count": 3
                        },
                        {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "manufacturer": {
                            "id": 3,
                            "url": "string",
                            "display": "string",
                            "name": "string",
                            "slug": "string",
                            "devicetype_count": 3
                          },
                          "model": "string",
                          "slug": "string",
                          "device_count": 2
                        },
                        {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "manufacturer": {
                            "id": 2,
                            "url": "string",
                            "display": "string",
                            "name": "string",
                            "slug": "string",
                            "devicetype_count": 4
                          },
                          "model": "string",
                          "slug": "string",
                          "device_count": 4
                        }
                      ],
                      "roles": [
                        {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "device_count": 5,
                          "virtualmachine_count": 2
                        },
                        {
                          "id": 7,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "device_count": 7,
                          "virtualmachine_count": 2
                        },
                        {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "device_count": 2,
                          "virtualmachine_count": 7
                        },
                        {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "device_count": 9,
                          "virtualmachine_count": 4
                        },
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "device_count": 5,
                          "virtualmachine_count": 2
                        },
                        {
                          "id": 7,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "device_count": 7,
                          "virtualmachine_count": 1
                        },
                        {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "device_count": 6,
                          "virtualmachine_count": 3
                        },
                        {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "device_count": 8,
                          "virtualmachine_count": 1
                        },
                        {
                          "id": 7,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "device_count": 4,
                          "virtualmachine_count": 10
                        },
                        {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "device_count": 10,
                          "virtualmachine_count": 5
                        }
                      ],
                      "platforms": [
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "device_count": 3,
                          "virtualmachine_count": 10
                        },
                        {
                          "id": 7,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "device_count": 4,
                          "virtualmachine_count": 8
                        }
                      ],
                      "cluster_types": [
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "cluster_count": 1
                        },
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "cluster_count": 10
                        },
                        {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "cluster_count": 4
                        },
                        {
                          "id": 7,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "cluster_count": 4
                        },
                        {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "cluster_count": 7
                        },
                        {
                          "id": 4,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "cluster_count": 9
                        },
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "cluster_count": 7
                        },
                        {
                          "id": 4,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "cluster_count": 9
                        },
                        {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "cluster_count": 4
                        }
                      ],
                      "cluster_groups": [
                        {
                          "id": 4,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "cluster_count": 9
                        },
                        {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "cluster_count": 3
                        },
                        {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "cluster_count": 9
                        },
                        {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "cluster_count": 6
                        },
                        {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "cluster_count": 9
                        },
                        {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "cluster_count": 4
                        },
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "cluster_count": 5
                        },
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "cluster_count": 10
                        },
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "cluster_count": 2
                        }
                      ],
                      "clusters": [
                        {
                          "id": 7,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "virtualmachine_count": 9
                        },
                        {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "virtualmachine_count": 9
                        },
                        {
                          "id": 7,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "virtualmachine_count": 2
                        },
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "virtualmachine_count": 8
                        },
                        {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "virtualmachine_count": 6
                        },
                        {
                          "id": 4,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "virtualmachine_count": 8
                        }
                      ],
                      "tenant_groups": [
                        {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "tenant_count": 1,
                          "_depth": 10
                        },
                        {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "tenant_count": 1,
                          "_depth": 5
                        },
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "tenant_count": 2,
                          "_depth": 2
                        },
                        {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "tenant_count": 5,
                          "_depth": 6
                        },
                        {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "tenant_count": 3,
                          "_depth": 1
                        },
                        {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "tenant_count": 5,
                          "_depth": 8
                        }
                      ],
                      "tenants": [
                        {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string"
                        },
                        {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string"
                        },
                        {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string"
                        },
                        {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string"
                        },
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string"
                        },
                        {
                          "id": 7,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string"
                        },
                        {
                          "id": 4,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string"
                        },
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string"
                        }
                      ],
                      "tags": [
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string"
                      ],
                      "data": {},
                      "created": "string",
                      "last_updated": "string"
                    },
                    {
                      "id": 2,
                      "url": "string",
                      "display": "string",
                      "name": "string",
                      "weight": 7,
                      "description": "string",
                      "is_active": true,
                      "regions": [
                        {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "site_count": 8,
                          "_depth": 7
                        },
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "site_count": 1,
                          "_depth": 5
                        },
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "site_count": 10,
                          "_depth": 3
                        },
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "site_count": 6,
                          "_depth": 3
                        },
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "site_count": 9,
                          "_depth": 4
                        },
                        {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "site_count": 2,
                          "_depth": 10
                        },
                        {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "site_count": 7,
                          "_depth": 2
                        },
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "site_count": 5,
                          "_depth": 4
                        }
                      ],
                      "site_groups": [
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "site_count": 1,
                          "_depth": 9
                        },
                        {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "site_count": 1,
                          "_depth": 8
                        },
                        {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "site_count": 7,
                          "_depth": 10
                        },
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "site_count": 9,
                          "_depth": 2
                        },
                        {
                          "id": 7,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "site_count": 1,
                          "_depth": 6
                        },
                        {
                          "id": 4,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "site_count": 4,
                          "_depth": 9
                        },
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "site_count": 8,
                          "_depth": 10
                        },
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "site_count": 8,
                          "_depth": 3
                        }
                      ],
                      "sites": [
                        {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string"
                        },
                        {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string"
                        },
                        {
                          "id": 4,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string"
                        },
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string"
                        }
                      ],
                      "locations": [
                        {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "rack_count": 7,
                          "_depth": 10
                        },
                        {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "rack_count": 3,
                          "_depth": 6
                        },
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "rack_count": 8,
                          "_depth": 6
                        },
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "rack_count": 10,
                          "_depth": 5
                        }
                      ],
                      "device_types": [
                        {
                          "id": 7,
                          "url": "string",
                          "display": "string",
                          "manufacturer": {
                            "id": 4,
                            "url": "string",
                            "display": "string",
                            "name": "string",
                            "slug": "string",
                            "devicetype_count": 9
                          },
                          "model": "string",
                          "slug": "string",
                          "device_count": 2
                        },
                        {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "manufacturer": {
                            "id": 9,
                            "url": "string",
                            "display": "string",
                            "name": "string",
                            "slug": "string",
                            "devicetype_count": 7
                          },
                          "model": "string",
                          "slug": "string",
                          "device_count": 5
                        },
                        {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "manufacturer": {
                            "id": 3,
                            "url": "string",
                            "display": "string",
                            "name": "string",
                            "slug": "string",
                            "devicetype_count": 3
                          },
                          "model": "string",
                          "slug": "string",
                          "device_count": 10
                        },
                        {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "manufacturer": {
                            "id": 1,
                            "url": "string",
                            "display": "string",
                            "name": "string",
                            "slug": "string",
                            "devicetype_count": 2
                          },
                          "model": "string",
                          "slug": "string",
                          "device_count": 10
                        },
                        {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "manufacturer": {
                            "id": 2,
                            "url": "string",
                            "display": "string",
                            "name": "string",
                            "slug": "string",
                            "devicetype_count": 3
                          },
                          "model": "string",
                          "slug": "string",
                          "device_count": 9
                        },
                        {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "manufacturer": {
                            "id": 8,
                            "url": "string",
                            "display": "string",
                            "name": "string",
                            "slug": "string",
                            "devicetype_count": 10
                          },
                          "model": "string",
                          "slug": "string",
                          "device_count": 7
                        }
                      ],
                      "roles": [
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "device_count": 8,
                          "virtualmachine_count": 2
                        },
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "device_count": 2,
                          "virtualmachine_count": 7
                        },
                        {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "device_count": 7,
                          "virtualmachine_count": 6
                        },
                        {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "device_count": 10,
                          "virtualmachine_count": 7
                        },
                        {
                          "id": 7,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "device_count": 9,
                          "virtualmachine_count": 9
                        },
                        {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "device_count": 5,
                          "virtualmachine_count": 4
                        }
                      ],
                      "platforms": [
                        {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "device_count": 1,
                          "virtualmachine_count": 8
                        },
                        {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "device_count": 2,
                          "virtualmachine_count": 8
                        },
                        {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "device_count": 4,
                          "virtualmachine_count": 5
                        }
                      ],
                      "cluster_types": [
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "cluster_count": 8
                        },
                        {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "cluster_count": 3
                        }
                      ],
                      "cluster_groups": [
                        {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "cluster_count": 2
                        },
                        {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "cluster_count": 7
                        },
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "cluster_count": 9
                        }
                      ],
                      "clusters": [
                        {
                          "id": 7,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "virtualmachine_count": 7
                        },
                        {
                          "id": 7,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "virtualmachine_count": 2
                        },
                        {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "virtualmachine_count": 5
                        },
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "virtualmachine_count": 2
                        },
                        {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "virtualmachine_count": 9
                        },
                        {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "virtualmachine_count": 4
                        },
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "virtualmachine_count": 1
                        },
                        {
                          "id": 4,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "virtualmachine_count": 10
                        }
                      ],
                      "tenant_groups": [
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "tenant_count": 2,
                          "_depth": 6
                        },
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "tenant_count": 6,
                          "_depth": 6
                        },
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "tenant_count": 9,
                          "_depth": 8
                        },
                        {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "tenant_count": 6,
                          "_depth": 10
                        }
                      ],
                      "tenants": [
                        {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string"
                        },
                        {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string"
                        },
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string"
                        }
                      ],
                      "tags": [
                        "string",
                        "string",
                        "string",
                        "string"
                      ],
                      "data": {},
                      "created": "string",
                      "last_updated": "string"
                    },
                    {
                      "id": 5,
                      "url": "string",
                      "display": "string",
                      "name": "string",
                      "weight": 4,
                      "description": "string",
                      "is_active": false,
                      "regions": [
                        {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "site_count": 2,
                          "_depth": 10
                        },
                        {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "site_count": 8,
                          "_depth": 3
                        },
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "site_count": 4,
                          "_depth": 3
                        },
                        {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "site_count": 3,
                          "_depth": 8
                        },
                        {
                          "id": 7,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "site_count": 10,
                          "_depth": 5
                        }
                      ],
                      "site_groups": [
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "site_count": 10,
                          "_depth": 6
                        },
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "site_count": 1,
                          "_depth": 5
                        },
                        {
                          "id": 7,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "site_count": 9,
                          "_depth": 10
                        },
                        {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "site_count": 9,
                          "_depth": 2
                        },
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "site_count": 10,
                          "_depth": 1
                        },
                        {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "site_count": 4,
                          "_depth": 10
                        }
                      ],
                      "sites": [
                        {
                          "id": 7,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string"
                        },
                        {
                          "id": 4,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string"
                        },
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string"
                        },
                        {
                          "id": 4,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string"
                        },
                        {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string"
                        },
                        {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string"
                        },
                        {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string"
                        },
                        {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string"
                        },
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string"
                        },
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string"
                        }
                      ],
                      "locations": [
                        {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "rack_count": 7,
                          "_depth": 2
                        }
                      ],
                      "device_types": [
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "manufacturer": {
                            "id": 7,
                            "url": "string",
                            "display": "string",
                            "name": "string",
                            "slug": "string",
                            "devicetype_count": 2
                          },
                          "model": "string",
                          "slug": "string",
                          "device_count": 2
                        },
                        {
                          "id": 4,
                          "url": "string",
                          "display": "string",
                          "manufacturer": {
                            "id": 3,
                            "url": "string",
                            "display": "string",
                            "name": "string",
                            "slug": "string",
                            "devicetype_count": 6
                          },
                          "model": "string",
                          "slug": "string",
                          "device_count": 2
                        },
                        {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "manufacturer": {
                            "id": 10,
                            "url": "string",
                            "display": "string",
                            "name": "string",
                            "slug": "string",
                            "devicetype_count": 9
                          },
                          "model": "string",
                          "slug": "string",
                          "device_count": 7
                        },
                        {
                          "id": 7,
                          "url": "string",
                          "display": "string",
                          "manufacturer": {
                            "id": 7,
                            "url": "string",
                            "display": "string",
                            "name": "string",
                            "slug": "string",
                            "devicetype_count": 7
                          },
                          "model": "string",
                          "slug": "string",
                          "device_count": 6
                        },
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "manufacturer": {
                            "id": 2,
                            "url": "string",
                            "display": "string",
                            "name": "string",
                            "slug": "string",
                            "devicetype_count": 2
                          },
                          "model": "string",
                          "slug": "string",
                          "device_count": 2
                        },
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "manufacturer": {
                            "id": 9,
                            "url": "string",
                            "display": "string",
                            "name": "string",
                            "slug": "string",
                            "devicetype_count": 1
                          },
                          "model": "string",
                          "slug": "string",
                          "device_count": 5
                        },
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "manufacturer": {
                            "id": 5,
                            "url": "string",
                            "display": "string",
                            "name": "string",
                            "slug": "string",
                            "devicetype_count": 9
                          },
                          "model": "string",
                          "slug": "string",
                          "device_count": 6
                        },
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "manufacturer": {
                            "id": 2,
                            "url": "string",
                            "display": "string",
                            "name": "string",
                            "slug": "string",
                            "devicetype_count": 9
                          },
                          "model": "string",
                          "slug": "string",
                          "device_count": 4
                        },
                        {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "manufacturer": {
                            "id": 7,
                            "url": "string",
                            "display": "string",
                            "name": "string",
                            "slug": "string",
                            "devicetype_count": 10
                          },
                          "model": "string",
                          "slug": "string",
                          "device_count": 4
                        },
                        {
                          "id": 4,
                          "url": "string",
                          "display": "string",
                          "manufacturer": {
                            "id": 7,
                            "url": "string",
                            "display": "string",
                            "name": "string",
                            "slug": "string",
                            "devicetype_count": 6
                          },
                          "model": "string",
                          "slug": "string",
                          "device_count": 8
                        }
                      ],
                      "roles": [
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "device_count": 5,
                          "virtualmachine_count": 3
                        }
                      ],
                      "platforms": [
                        {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "device_count": 7,
                          "virtualmachine_count": 5
                        },
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "device_count": 8,
                          "virtualmachine_count": 2
                        },
                        {
                          "id": 4,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "device_count": 7,
                          "virtualmachine_count": 9
                        },
                        {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "device_count": 6,
                          "virtualmachine_count": 6
                        },
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "device_count": 7,
                          "virtualmachine_count": 5
                        },
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "device_count": 10,
                          "virtualmachine_count": 10
                        },
                        {
                          "id": 4,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "device_count": 9,
                          "virtualmachine_count": 2
                        },
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "device_count": 5,
                          "virtualmachine_count": 7
                        }
                      ],
                      "cluster_types": [
                        {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "cluster_count": 6
                        },
                        {
                          "id": 7,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "cluster_count": 9
                        },
                        {
                          "id": 4,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "cluster_count": 10
                        },
                        {
                          "id": 4,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "cluster_count": 1
                        },
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "cluster_count": 1
                        },
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "cluster_count": 9
                        },
                        {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "cluster_count": 9
                        },
                        {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "cluster_count": 9
                        },
                        {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "cluster_count": 9
                        }
                      ],
                      "cluster_groups": [
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "cluster_count": 10
                        }
                      ],
                      "clusters": [
                        {
                          "id": 7,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "virtualmachine_count": 6
                        },
                        {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "virtualmachine_count": 2
                        },
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "virtualmachine_count": 2
                        }
                      ],
                      "tenant_groups": [
                        {
                          "id": 7,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "tenant_count": 5,
                          "_depth": 5
                        },
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "tenant_count": 10,
                          "_depth": 5
                        },
                        {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "tenant_count": 1,
                          "_depth": 8
                        },
                        {
                          "id": 4,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "tenant_count": 3,
                          "_depth": 4
                        },
                        {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "tenant_count": 6,
                          "_depth": 3
                        },
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "tenant_count": 2,
                          "_depth": 7
                        },
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "tenant_count": 5,
                          "_depth": 2
                        },
                        {
                          "id": 7,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "tenant_count": 8,
                          "_depth": 10
                        },
                        {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "tenant_count": 7,
                          "_depth": 9
                        }
                      ],
                      "tenants": [
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string"
                        },
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string"
                        },
                        {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string"
                        }
                      ],
                      "tags": [
                        "string",
                        "string",
                        "string",
                        "string"
                      ],
                      "data": {},
                      "created": "string",
                      "last_updated": "string"
                    },
                    {
                      "id": 10,
                      "url": "string",
                      "display": "string",
                      "name": "string",
                      "weight": 7,
                      "description": "string",
                      "is_active": true,
                      "regions": [
                        {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "site_count": 8,
                          "_depth": 4
                        },
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "site_count": 7,
                          "_depth": 2
                        },
                        {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "site_count": 5,
                          "_depth": 2
                        },
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "site_count": 1,
                          "_depth": 2
                        },
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "site_count": 1,
                          "_depth": 6
                        },
                        {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "site_count": 5,
                          "_depth": 6
                        },
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "site_count": 3,
                          "_depth": 6
                        },
                        {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "site_count": 4,
                          "_depth": 5
                        },
                        {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "site_count": 6,
                          "_depth": 10
                        }
                      ],
                      "site_groups": [
                        {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "site_count": 1,
                          "_depth": 10
                        },
                        {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "site_count": 6,
                          "_depth": 10
                        },
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "site_count": 9,
                          "_depth": 9
                        },
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "site_count": 4,
                          "_depth": 5
                        },
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "site_count": 5,
                          "_depth": 9
                        },
                        {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "site_count": 10,
                          "_depth": 8
                        },
                        {
                          "id": 4,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "site_count": 1,
                          "_depth": 8
                        },
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "site_count": 2,
                          "_depth": 3
                        }
                      ],
                      "sites": [
                        {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string"
                        },
                        {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string"
                        },
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string"
                        },
                        {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string"
                        },
                        {
                          "id": 4,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string"
                        },
                        {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string"
                        },
                        {
                          "id": 7,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string"
                        },
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string"
                        }
                      ],
                      "locations": [
                        {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "rack_count": 7,
                          "_depth": 8
                        },
                        {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "rack_count": 5,
                          "_depth": 3
                        },
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "rack_count": 6,
                          "_depth": 8
                        },
                        {
                          "id": 4,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "rack_count": 9,
                          "_depth": 6
                        },
                        {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "rack_count": 4,
                          "_depth": 6
                        },
                        {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "rack_count": 5,
                          "_depth": 9
                        },
                        {
                          "id": 4,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "rack_count": 3,
                          "_depth": 2
                        },
                        {
                          "id": 7,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "rack_count": 2,
                          "_depth": 4
                        },
                        {
                          "id": 7,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "rack_count": 9,
                          "_depth": 7
                        },
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "rack_count": 4,
                          "_depth": 8
                        }
                      ],
                      "device_types": [
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "manufacturer": {
                            "id": 4,
                            "url": "string",
                            "display": "string",
                            "name": "string",
                            "slug": "string",
                            "devicetype_count": 5
                          },
                          "model": "string",
                          "slug": "string",
                          "device_count": 6
                        },
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "manufacturer": {
                            "id": 6,
                            "url": "string",
                            "display": "string",
                            "name": "string",
                            "slug": "string",
                            "devicetype_count": 9
                          },
                          "model": "string",
                          "slug": "string",
                          "device_count": 10
                        },
                        {
                          "id": 7,
                          "url": "string",
                          "display": "string",
                          "manufacturer": {
                            "id": 3,
                            "url": "string",
                            "display": "string",
                            "name": "string",
                            "slug": "string",
                            "devicetype_count": 2
                          },
                          "model": "string",
                          "slug": "string",
                          "device_count": 7
                        },
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "manufacturer": {
                            "id": 5,
                            "url": "string",
                            "display": "string",
                            "name": "string",
                            "slug": "string",
                            "devicetype_count": 1
                          },
                          "model": "string",
                          "slug": "string",
                          "device_count": 4
                        },
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "manufacturer": {
                            "id": 6,
                            "url": "string",
                            "display": "string",
                            "name": "string",
                            "slug": "string",
                            "devicetype_count": 1
                          },
                          "model": "string",
                          "slug": "string",
                          "device_count": 5
                        },
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "manufacturer": {
                            "id": 9,
                            "url": "string",
                            "display": "string",
                            "name": "string",
                            "slug": "string",
                            "devicetype_count": 1
                          },
                          "model": "string",
                          "slug": "string",
                          "device_count": 7
                        },
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "manufacturer": {
                            "id": 5,
                            "url": "string",
                            "display": "string",
                            "name": "string",
                            "slug": "string",
                            "devicetype_count": 3
                          },
                          "model": "string",
                          "slug": "string",
                          "device_count": 1
                        }
                      ],
                      "roles": [
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "device_count": 10,
                          "virtualmachine_count": 4
                        },
                        {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "device_count": 5,
                          "virtualmachine_count": 6
                        },
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "device_count": 9,
                          "virtualmachine_count": 9
                        },
                        {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "device_count": 8,
                          "virtualmachine_count": 2
                        },
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "device_count": 10,
                          "virtualmachine_count": 10
                        },
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "device_count": 6,
                          "virtualmachine_count": 10
                        },
                        {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "device_count": 9,
                          "virtualmachine_count": 1
                        },
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "device_count": 3,
                          "virtualmachine_count": 7
                        },
                        {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "device_count": 4,
                          "virtualmachine_count": 8
                        }
                      ],
                      "platforms": [
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "device_count": 5,
                          "virtualmachine_count": 1
                        },
                        {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "device_count": 9,
                          "virtualmachine_count": 10
                        },
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "device_count": 9,
                          "virtualmachine_count": 4
                        },
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "device_count": 3,
                          "virtualmachine_count": 3
                        }
                      ],
                      "cluster_types": [
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "cluster_count": 10
                        },
                        {
                          "id": 7,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "cluster_count": 1
                        }
                      ],
                      "cluster_groups": [
                        {
                          "id": 7,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "cluster_count": 9
                        },
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "cluster_count": 4
                        },
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "cluster_count": 3
                        },
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "cluster_count": 10
                        },
                        {
                          "id": 4,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "cluster_count": 8
                        },
                        {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "cluster_count": 9
                        },
                        {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "cluster_count": 8
                        },
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "cluster_count": 1
                        },
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "cluster_count": 5
                        }
                      ],
                      "clusters": [
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "virtualmachine_count": 3
                        },
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "virtualmachine_count": 8
                        },
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "virtualmachine_count": 7
                        },
                        {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "virtualmachine_count": 1
                        },
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "virtualmachine_count": 2
                        }
                      ],
                      "tenant_groups": [
                        {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "tenant_count": 2,
                          "_depth": 7
                        },
                        {
                          "id": 4,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "tenant_count": 8,
                          "_depth": 8
                        },
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "tenant_count": 3,
                          "_depth": 4
                        }
                      ],
                      "tenants": [
                        {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string"
                        },
                        {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string"
                        },
                        {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string"
                        }
                      ],
                      "tags": [
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string"
                      ],
                      "data": {},
                      "created": "string",
                      "last_updated": "string"
                    },
                    {
                      "id": 4,
                      "url": "string",
                      "display": "string",
                      "name": "string",
                      "weight": 8,
                      "description": "string",
                      "is_active": true,
                      "regions": [
                        {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "site_count": 10,
                          "_depth": 2
                        },
                        {
                          "id": 4,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "site_count": 1,
                          "_depth": 3
                        },
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "site_count": 6,
                          "_depth": 3
                        },
                        {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "site_count": 10,
                          "_depth": 2
                        }
                      ],
                      "site_groups": [
                        {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "site_count": 4,
                          "_depth": 8
                        },
                        {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "site_count": 3,
                          "_depth": 3
                        },
                        {
                          "id": 7,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "site_count": 9,
                          "_depth": 6
                        },
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "site_count": 5,
                          "_depth": 5
                        },
                        {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "site_count": 2,
                          "_depth": 8
                        },
                        {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "site_count": 6,
                          "_depth": 1
                        },
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "site_count": 9,
                          "_depth": 4
                        },
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "site_count": 9,
                          "_depth": 8
                        },
                        {
                          "id": 7,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "site_count": 1,
                          "_depth": 6
                        },
                        {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "site_count": 1,
                          "_depth": 10
                        }
                      ],
                      "sites": [
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string"
                        },
                        {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string"
                        },
                        {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string"
                        },
                        {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string"
                        },
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string"
                        },
                        {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string"
                        }
                      ],
                      "locations": [
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "rack_count": 3,
                          "_depth": 6
                        },
                        {
                          "id": 4,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "rack_count": 9,
                          "_depth": 9
                        }
                      ],
                      "device_types": [
                        {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "manufacturer": {
                            "id": 9,
                            "url": "string",
                            "display": "string",
                            "name": "string",
                            "slug": "string",
                            "devicetype_count": 8
                          },
                          "model": "string",
                          "slug": "string",
                          "device_count": 2
                        },
                        {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "manufacturer": {
                            "id": 7,
                            "url": "string",
                            "display": "string",
                            "name": "string",
                            "slug": "string",
                            "devicetype_count": 10
                          },
                          "model": "string",
                          "slug": "string",
                          "device_count": 4
                        },
                        {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "manufacturer": {
                            "id": 4,
                            "url": "string",
                            "display": "string",
                            "name": "string",
                            "slug": "string",
                            "devicetype_count": 10
                          },
                          "model": "string",
                          "slug": "string",
                          "device_count": 1
                        }
                      ],
                      "roles": [
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "device_count": 9,
                          "virtualmachine_count": 1
                        },
                        {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "device_count": 6,
                          "virtualmachine_count": 2
                        },
                        {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "device_count": 6,
                          "virtualmachine_count": 10
                        },
                        {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "device_count": 5,
                          "virtualmachine_count": 1
                        },
                        {
                          "id": 7,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "device_count": 6,
                          "virtualmachine_count": 3
                        },
                        {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "device_count": 8,
                          "virtualmachine_count": 1
                        },
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "device_count": 4,
                          "virtualmachine_count": 2
                        }
                      ],
                      "platforms": [
                        {
                          "id": 7,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "device_count": 1,
                          "virtualmachine_count": 8
                        },
                        {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "device_count": 2,
                          "virtualmachine_count": 10
                        },
                        {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "device_count": 3,
                          "virtualmachine_count": 2
                        },
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "device_count": 1,
                          "virtualmachine_count": 4
                        },
                        {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "device_count": 3,
                          "virtualmachine_count": 9
                        },
                        {
                          "id": 7,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "device_count": 6,
                          "virtualmachine_count": 10
                        },
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "device_count": 6,
                          "virtualmachine_count": 7
                        },
                        {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "device_count": 4,
                          "virtualmachine_count": 7
                        },
                        {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "device_count": 1,
                          "virtualmachine_count": 7
                        }
                      ],
                      "cluster_types": [
                        {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "cluster_count": 6
                        },
                        {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "cluster_count": 4
                        },
                        {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "cluster_count": 6
                        },
                        {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "cluster_count": 4
                        },
                        {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "cluster_count": 1
                        },
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "cluster_count": 1
                        },
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "cluster_count": 6
                        },
                        {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "cluster_count": 5
                        }
                      ],
                      "cluster_groups": [
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "cluster_count": 3
                        },
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "cluster_count": 4
                        },
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "cluster_count": 10
                        },
                        {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "cluster_count": 2
                        },
                        {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "cluster_count": 5
                        },
                        {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "cluster_count": 7
                        },
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "cluster_count": 2
                        },
                        {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "cluster_count": 9
                        }
                      ],
                      "clusters": [
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "virtualmachine_count": 4
                        },
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "virtualmachine_count": 10
                        },
                        {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "virtualmachine_count": 10
                        }
                      ],
                      "tenant_groups": [
                        {
                          "id": 7,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "tenant_count": 3,
                          "_depth": 7
                        },
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "tenant_count": 8,
                          "_depth": 6
                        },
                        {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "tenant_count": 8,
                          "_depth": 9
                        },
                        {
                          "id": 7,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "tenant_count": 1,
                          "_depth": 8
                        },
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "tenant_count": 2,
                          "_depth": 2
                        },
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "tenant_count": 2,
                          "_depth": 10
                        },
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "tenant_count": 10,
                          "_depth": 3
                        },
                        {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "tenant_count": 7,
                          "_depth": 10
                        },
                        {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "tenant_count": 2,
                          "_depth": 7
                        },
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "tenant_count": 3,
                          "_depth": 8
                        }
                      ],
                      "tenants": [
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string"
                        },
                        {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string"
                        },
                        {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string"
                        },
                        {
                          "id": 4,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string"
                        },
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string"
                        },
                        {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string"
                        },
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string"
                        },
                        {
                          "id": 4,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string"
                        },
                        {
                          "id": 4,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string"
                        },
                        {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string"
                        }
                      ],
                      "tags": [
                        "string",
                        "string",
                        "string",
                        "string",
                        "string"
                      ],
                      "data": {},
                      "created": "string",
                      "last_updated": "string"
                    },
                    {
                      "id": 6,
                      "url": "string",
                      "display": "string",
                      "name": "string",
                      "weight": 1,
                      "description": "string",
                      "is_active": false,
                      "regions": [
                        {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "site_count": 3,
                          "_depth": 7
                        },
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "site_count": 5,
                          "_depth": 5
                        },
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "site_count": 7,
                          "_depth": 1
                        },
                        {
                          "id": 4,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "site_count": 5,
                          "_depth": 9
                        },
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "site_count": 9,
                          "_depth": 5
                        },
                        {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "site_count": 10,
                          "_depth": 5
                        },
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "site_count": 3,
                          "_depth": 4
                        },
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "site_count": 1,
                          "_depth": 6
                        }
                      ],
                      "site_groups": [
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "site_count": 1,
                          "_depth": 8
                        },
                        {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "site_count": 2,
                          "_depth": 10
                        },
                        {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "site_count": 7,
                          "_depth": 10
                        },
                        {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "site_count": 6,
                          "_depth": 3
                        },
                        {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "site_count": 4,
                          "_depth": 3
                        },
                        {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "site_count": 4,
                          "_depth": 1
                        },
                        {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "site_count": 9,
                          "_depth": 5
                        }
                      ],
                      "sites": [
                        {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string"
                        }
                      ],
                      "locations": [
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "rack_count": 2,
                          "_depth": 7
                        },
                        {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "rack_count": 3,
                          "_depth": 6
                        },
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "rack_count": 6,
                          "_depth": 7
                        },
                        {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "rack_count": 7,
                          "_depth": 2
                        },
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "rack_count": 4,
                          "_depth": 6
                        }
                      ],
                      "device_types": [
                        {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "manufacturer": {
                            "id": 8,
                            "url": "string",
                            "display": "string",
                            "name": "string",
                            "slug": "string",
                            "devicetype_count": 8
                          },
                          "model": "string",
                          "slug": "string",
                          "device_count": 1
                        },
                        {
                          "id": 7,
                          "url": "string",
                          "display": "string",
                          "manufacturer": {
                            "id": 6,
                            "url": "string",
                            "display": "string",
                            "name": "string",
                            "slug": "string",
                            "devicetype_count": 4
                          },
                          "model": "string",
                          "slug": "string",
                          "device_count": 2
                        },
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "manufacturer": {
                            "id": 3,
                            "url": "string",
                            "display": "string",
                            "name": "string",
                            "slug": "string",
                            "devicetype_count": 6
                          },
                          "model": "string",
                          "slug": "string",
                          "device_count": 7
                        },
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "manufacturer": {
                            "id": 10,
                            "url": "string",
                            "display": "string",
                            "name": "string",
                            "slug": "string",
                            "devicetype_count": 3
                          },
                          "model": "string",
                          "slug": "string",
                          "device_count": 4
                        },
                        {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "manufacturer": {
                            "id": 8,
                            "url": "string",
                            "display": "string",
                            "name": "string",
                            "slug": "string",
                            "devicetype_count": 8
                          },
                          "model": "string",
                          "slug": "string",
                          "device_count": 6
                        },
                        {
                          "id": 7,
                          "url": "string",
                          "display": "string",
                          "manufacturer": {
                            "id": 4,
                            "url": "string",
                            "display": "string",
                            "name": "string",
                            "slug": "string",
                            "devicetype_count": 4
                          },
                          "model": "string",
                          "slug": "string",
                          "device_count": 7
                        },
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "manufacturer": {
                            "id": 5,
                            "url": "string",
                            "display": "string",
                            "name": "string",
                            "slug": "string",
                            "devicetype_count": 1
                          },
                          "model": "string",
                          "slug": "string",
                          "device_count": 9
                        },
                        {
                          "id": 4,
                          "url": "string",
                          "display": "string",
                          "manufacturer": {
                            "id": 3,
                            "url": "string",
                            "display": "string",
                            "name": "string",
                            "slug": "string",
                            "devicetype_count": 10
                          },
                          "model": "string",
                          "slug": "string",
                          "device_count": 8
                        }
                      ],
                      "roles": [
                        {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "device_count": 1,
                          "virtualmachine_count": 4
                        },
                        {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "device_count": 5,
                          "virtualmachine_count": 1
                        },
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "device_count": 2,
                          "virtualmachine_count": 2
                        },
                        {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "device_count": 9,
                          "virtualmachine_count": 6
                        },
                        {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "device_count": 5,
                          "virtualmachine_count": 8
                        },
                        {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "device_count": 9,
                          "virtualmachine_count": 9
                        },
                        {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "device_count": 5,
                          "virtualmachine_count": 9
                        }
                      ],
                      "platforms": [
                        {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "device_count": 4,
                          "virtualmachine_count": 9
                        },
                        {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "device_count": 2,
                          "virtualmachine_count": 10
                        },
                        {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "device_count": 5,
                          "virtualmachine_count": 1
                        },
                        {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "device_count": 2,
                          "virtualmachine_count": 8
                        },
                        {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "device_count": 1,
                          "virtualmachine_count": 4
                        }
                      ],
                      "cluster_types": [
                        {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "cluster_count": 6
                        },
                        {
                          "id": 7,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "cluster_count": 3
                        },
                        {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "cluster_count": 5
                        },
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "cluster_count": 9
                        },
                        {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "cluster_count": 9
                        },
                        {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "cluster_count": 1
                        },
                        {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "cluster_count": 5
                        }
                      ],
                      "cluster_groups": [
                        {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "cluster_count": 4
                        },
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "cluster_count": 5
                        },
                        {
                          "id": 7,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "cluster_count": 8
                        },
                        {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "cluster_count": 6
                        },
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "cluster_count": 4
                        },
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "cluster_count": 7
                        },
                        {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "cluster_count": 6
                        }
                      ],
                      "clusters": [
                        {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "virtualmachine_count": 5
                        },
                        {
                          "id": 4,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "virtualmachine_count": 8
                        },
                        {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "virtualmachine_count": 2
                        },
                        {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "virtualmachine_count": 1
                        },
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "virtualmachine_count": 6
                        },
                        {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "virtualmachine_count": 1
                        },
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "virtualmachine_count": 8
                        },
                        {
                          "id": 4,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "virtualmachine_count": 5
                        }
                      ],
                      "tenant_groups": [
                        {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "tenant_count": 8,
                          "_depth": 10
                        },
                        {
                          "id": 7,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "tenant_count": 6,
                          "_depth": 8
                        },
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "tenant_count": 1,
                          "_depth": 4
                        },
                        {
                          "id": 7,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "tenant_count": 8,
                          "_depth": 4
                        },
                        {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "tenant_count": 3,
                          "_depth": 10
                        },
                        {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "tenant_count": 6,
                          "_depth": 5
                        }
                      ],
                      "tenants": [
                        {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string"
                        },
                        {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string"
                        },
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string"
                        },
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string"
                        },
                        {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string"
                        },
                        {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string"
                        }
                      ],
                      "tags": [
                        "string",
                        "string",
                        "string",
                        "string",
                        "string"
                      ],
                      "data": {},
                      "created": "string",
                      "last_updated": "string"
                    },
                    {
                      "id": 7,
                      "url": "string",
                      "display": "string",
                      "name": "string",
                      "weight": 1,
                      "description": "string",
                      "is_active": true,
                      "regions": [
                        {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "site_count": 3,
                          "_depth": 3
                        },
                        {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "site_count": 5,
                          "_depth": 10
                        },
                        {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "site_count": 3,
                          "_depth": 3
                        },
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "site_count": 6,
                          "_depth": 1
                        },
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "site_count": 6,
                          "_depth": 7
                        },
                        {
                          "id": 4,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "site_count": 3,
                          "_depth": 1
                        },
                        {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "site_count": 5,
                          "_depth": 9
                        },
                        {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "site_count": 9,
                          "_depth": 7
                        }
                      ],
                      "site_groups": [
                        {
                          "id": 7,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "site_count": 10,
                          "_depth": 8
                        },
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "site_count": 3,
                          "_depth": 8
                        },
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "site_count": 1,
                          "_depth": 8
                        },
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "site_count": 8,
                          "_depth": 6
                        },
                        {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "site_count": 4,
                          "_depth": 6
                        },
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "site_count": 8,
                          "_depth": 3
                        },
                        {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "site_count": 1,
                          "_depth": 9
                        }
                      ],
                      "sites": [
                        {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string"
                        },
                        {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string"
                        },
                        {
                          "id": 4,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string"
                        },
                        {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string"
                        },
                        {
                          "id": 4,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string"
                        }
                      ],
                      "locations": [
                        {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "rack_count": 3,
                          "_depth": 2
                        },
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "rack_count": 10,
                          "_depth": 6
                        },
                        {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "rack_count": 7,
                          "_depth": 8
                        },
                        {
                          "id": 4,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "rack_count": 8,
                          "_depth": 10
                        },
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "rack_count": 3,
                          "_depth": 10
                        },
                        {
                          "id": 7,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "rack_count": 6,
                          "_depth": 9
                        },
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "rack_count": 5,
                          "_depth": 7
                        },
                        {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "rack_count": 2,
                          "_depth": 2
                        },
                        {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "rack_count": 6,
                          "_depth": 8
                        },
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "rack_count": 7,
                          "_depth": 7
                        }
                      ],
                      "device_types": [
                        {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "manufacturer": {
                            "id": 2,
                            "url": "string",
                            "display": "string",
                            "name": "string",
                            "slug": "string",
                            "devicetype_count": 9
                          },
                          "model": "string",
                          "slug": "string",
                          "device_count": 9
                        },
                        {
                          "id": 4,
                          "url": "string",
                          "display": "string",
                          "manufacturer": {
                            "id": 8,
                            "url": "string",
                            "display": "string",
                            "name": "string",
                            "slug": "string",
                            "devicetype_count": 1
                          },
                          "model": "string",
                          "slug": "string",
                          "device_count": 8
                        },
                        {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "manufacturer": {
                            "id": 9,
                            "url": "string",
                            "display": "string",
                            "name": "string",
                            "slug": "string",
                            "devicetype_count": 1
                          },
                          "model": "string",
                          "slug": "string",
                          "device_count": 7
                        },
                        {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "manufacturer": {
                            "id": 10,
                            "url": "string",
                            "display": "string",
                            "name": "string",
                            "slug": "string",
                            "devicetype_count": 8
                          },
                          "model": "string",
                          "slug": "string",
                          "device_count": 8
                        },
                        {
                          "id": 7,
                          "url": "string",
                          "display": "string",
                          "manufacturer": {
                            "id": 5,
                            "url": "string",
                            "display": "string",
                            "name": "string",
                            "slug": "string",
                            "devicetype_count": 10
                          },
                          "model": "string",
                          "slug": "string",
                          "device_count": 5
                        },
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "manufacturer": {
                            "id": 6,
                            "url": "string",
                            "display": "string",
                            "name": "string",
                            "slug": "string",
                            "devicetype_count": 2
                          },
                          "model": "string",
                          "slug": "string",
                          "device_count": 4
                        },
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "manufacturer": {
                            "id": 8,
                            "url": "string",
                            "display": "string",
                            "name": "string",
                            "slug": "string",
                            "devicetype_count": 10
                          },
                          "model": "string",
                          "slug": "string",
                          "device_count": 2
                        },
                        {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "manufacturer": {
                            "id": 5,
                            "url": "string",
                            "display": "string",
                            "name": "string",
                            "slug": "string",
                            "devicetype_count": 1
                          },
                          "model": "string",
                          "slug": "string",
                          "device_count": 1
                        },
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "manufacturer": {
                            "id": 10,
                            "url": "string",
                            "display": "string",
                            "name": "string",
                            "slug": "string",
                            "devicetype_count": 2
                          },
                          "model": "string",
                          "slug": "string",
                          "device_count": 6
                        },
                        {
                          "id": 4,
                          "url": "string",
                          "display": "string",
                          "manufacturer": {
                            "id": 1,
                            "url": "string",
                            "display": "string",
                            "name": "string",
                            "slug": "string",
                            "devicetype_count": 2
                          },
                          "model": "string",
                          "slug": "string",
                          "device_count": 8
                        }
                      ],
                      "roles": [
                        {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "device_count": 7,
                          "virtualmachine_count": 8
                        },
                        {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "device_count": 8,
                          "virtualmachine_count": 2
                        },
                        {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "device_count": 10,
                          "virtualmachine_count": 10
                        },
                        {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "device_count": 3,
                          "virtualmachine_count": 10
                        },
                        {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "device_count": 7,
                          "virtualmachine_count": 2
                        },
                        {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "device_count": 4,
                          "virtualmachine_count": 8
                        },
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "device_count": 10,
                          "virtualmachine_count": 2
                        }
                      ],
                      "platforms": [
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "device_count": 1,
                          "virtualmachine_count": 4
                        },
                        {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "device_count": 7,
                          "virtualmachine_count": 8
                        },
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "device_count": 2,
                          "virtualmachine_count": 5
                        }
                      ],
                      "cluster_types": [
                        {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "cluster_count": 6
                        },
                        {
                          "id": 7,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "cluster_count": 1
                        },
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "cluster_count": 7
                        },
                        {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "cluster_count": 8
                        },
                        {
                          "id": 7,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "cluster_count": 9
                        },
                        {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "cluster_count": 7
                        },
                        {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "cluster_count": 4
                        },
                        {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "cluster_count": 7
                        },
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "cluster_count": 10
                        },
                        {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "cluster_count": 4
                        }
                      ],
                      "cluster_groups": [
                        {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "cluster_count": 10
                        },
                        {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "cluster_count": 7
                        },
                        {
                          "id": 7,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "cluster_count": 10
                        },
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "cluster_count": 1
                        }
                      ],
                      "clusters": [
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "virtualmachine_count": 5
                        },
                        {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "virtualmachine_count": 5
                        },
                        {
                          "id": 7,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "virtualmachine_count": 5
                        }
                      ],
                      "tenant_groups": [
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "tenant_count": 4,
                          "_depth": 6
                        },
                        {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "tenant_count": 4,
                          "_depth": 9
                        },
                        {
                          "id": 7,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "tenant_count": 1,
                          "_depth": 9
                        },
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "tenant_count": 9,
                          "_depth": 9
                        },
                        {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "tenant_count": 8,
                          "_depth": 7
                        },
                        {
                          "id": 4,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "tenant_count": 10,
                          "_depth": 4
                        },
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "tenant_count": 1,
                          "_depth": 8
                        },
                        {
                          "id": 4,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "tenant_count": 7,
                          "_depth": 8
                        },
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "tenant_count": 2,
                          "_depth": 7
                        }
                      ],
                      "tenants": [
                        {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string"
                        },
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string"
                        },
                        {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string"
                        },
                        {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string"
                        },
                        {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string"
                        },
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string"
                        }
                      ],
                      "tags": [
                        "string",
                        "string",
                        "string",
                        "string"
                      ],
                      "data": {},
                      "created": "string",
                      "last_updated": "string"
                    },
                    {
                      "id": 10,
                      "url": "string",
                      "display": "string",
                      "name": "string",
                      "weight": 1,
                      "description": "string",
                      "is_active": false,
                      "regions": [
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "site_count": 7,
                          "_depth": 9
                        },
                        {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "site_count": 5,
                          "_depth": 1
                        },
                        {
                          "id": 7,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "site_count": 6,
                          "_depth": 10
                        }
                      ],
                      "site_groups": [
                        {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "site_count": 1,
                          "_depth": 10
                        },
                        {
                          "id": 4,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "site_count": 9,
                          "_depth": 4
                        },
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "site_count": 7,
                          "_depth": 3
                        }
                      ],
                      "sites": [
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string"
                        },
                        {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string"
                        },
                        {
                          "id": 7,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string"
                        },
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string"
                        },
                        {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string"
                        },
                        {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string"
                        },
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string"
                        }
                      ],
                      "locations": [
                        {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "rack_count": 3,
                          "_depth": 10
                        },
                        {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "rack_count": 5,
                          "_depth": 6
                        },
                        {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "rack_count": 6,
                          "_depth": 7
                        },
                        {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "rack_count": 10,
                          "_depth": 4
                        },
                        {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "rack_count": 5,
                          "_depth": 9
                        },
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "rack_count": 7,
                          "_depth": 6
                        },
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "rack_count": 4,
                          "_depth": 3
                        },
                        {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "rack_count": 10,
                          "_depth": 7
                        }
                      ],
                      "device_types": [
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "manufacturer": {
                            "id": 7,
                            "url": "string",
                            "display": "string",
                            "name": "string",
                            "slug": "string",
                            "devicetype_count": 10
                          },
                          "model": "string",
                          "slug": "string",
                          "device_count": 9
                        },
                        {
                          "id": 7,
                          "url": "string",
                          "display": "string",
                          "manufacturer": {
                            "id": 3,
                            "url": "string",
                            "display": "string",
                            "name": "string",
                            "slug": "string",
                            "devicetype_count": 1
                          },
                          "model": "string",
                          "slug": "string",
                          "device_count": 1
                        },
                        {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "manufacturer": {
                            "id": 3,
                            "url": "string",
                            "display": "string",
                            "name": "string",
                            "slug": "string",
                            "devicetype_count": 7
                          },
                          "model": "string",
                          "slug": "string",
                          "device_count": 8
                        },
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "manufacturer": {
                            "id": 10,
                            "url": "string",
                            "display": "string",
                            "name": "string",
                            "slug": "string",
                            "devicetype_count": 5
                          },
                          "model": "string",
                          "slug": "string",
                          "device_count": 10
                        },
                        {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "manufacturer": {
                            "id": 9,
                            "url": "string",
                            "display": "string",
                            "name": "string",
                            "slug": "string",
                            "devicetype_count": 8
                          },
                          "model": "string",
                          "slug": "string",
                          "device_count": 6
                        },
                        {
                          "id": 7,
                          "url": "string",
                          "display": "string",
                          "manufacturer": {
                            "id": 10,
                            "url": "string",
                            "display": "string",
                            "name": "string",
                            "slug": "string",
                            "devicetype_count": 2
                          },
                          "model": "string",
                          "slug": "string",
                          "device_count": 2
                        },
                        {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "manufacturer": {
                            "id": 9,
                            "url": "string",
                            "display": "string",
                            "name": "string",
                            "slug": "string",
                            "devicetype_count": 2
                          },
                          "model": "string",
                          "slug": "string",
                          "device_count": 2
                        },
                        {
                          "id": 4,
                          "url": "string",
                          "display": "string",
                          "manufacturer": {
                            "id": 9,
                            "url": "string",
                            "display": "string",
                            "name": "string",
                            "slug": "string",
                            "devicetype_count": 5
                          },
                          "model": "string",
                          "slug": "string",
                          "device_count": 1
                        },
                        {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "manufacturer": {
                            "id": 10,
                            "url": "string",
                            "display": "string",
                            "name": "string",
                            "slug": "string",
                            "devicetype_count": 8
                          },
                          "model": "string",
                          "slug": "string",
                          "device_count": 8
                        }
                      ],
                      "roles": [
                        {
                          "id": 4,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "device_count": 7,
                          "virtualmachine_count": 8
                        },
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "device_count": 3,
                          "virtualmachine_count": 2
                        },
                        {
                          "id": 7,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "device_count": 9,
                          "virtualmachine_count": 4
                        },
                        {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "device_count": 7,
                          "virtualmachine_count": 5
                        }
                      ],
                      "platforms": [
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "device_count": 10,
                          "virtualmachine_count": 9
                        },
                        {
                          "id": 7,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "device_count": 4,
                          "virtualmachine_count": 8
                        },
                        {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "device_count": 3,
                          "virtualmachine_count": 8
                        },
                        {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "device_count": 4,
                          "virtualmachine_count": 3
                        },
                        {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "device_count": 1,
                          "virtualmachine_count": 10
                        }
                      ],
                      "cluster_types": [
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "cluster_count": 8
                        },
                        {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "cluster_count": 5
                        },
                        {
                          "id": 7,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "cluster_count": 4
                        },
                        {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "cluster_count": 4
                        },
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "cluster_count": 4
                        },
                        {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "cluster_count": 3
                        },
                        {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "cluster_count": 8
                        },
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "cluster_count": 9
                        },
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "cluster_count": 6
                        }
                      ],
                      "cluster_groups": [
                        {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "cluster_count": 5
                        },
                        {
                          "id": 7,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "cluster_count": 1
                        },
                        {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "cluster_count": 5
                        },
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "cluster_count": 8
                        },
                        {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "cluster_count": 3
                        }
                      ],
                      "clusters": [
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "virtualmachine_count": 9
                        },
                        {
                          "id": 4,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "virtualmachine_count": 6
                        },
                        {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "virtualmachine_count": 5
                        },
                        {
                          "id": 7,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "virtualmachine_count": 8
                        },
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "virtualmachine_count": 2
                        },
                        {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "virtualmachine_count": 4
                        },
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "virtualmachine_count": 2
                        }
                      ],
                      "tenant_groups": [
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "tenant_count": 10,
                          "_depth": 1
                        },
                        {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "tenant_count": 6,
                          "_depth": 8
                        },
                        {
                          "id": 4,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "tenant_count": 10,
                          "_depth": 7
                        }
                      ],
                      "tenants": [
                        {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string"
                        },
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string"
                        },
                        {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string"
                        },
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string"
                        },
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string"
                        },
                        {
                          "id": 4,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string"
                        },
                        {
                          "id": 4,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string"
                        },
                        {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string"
                        }
                      ],
                      "tags": [
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string"
                      ],
                      "data": {},
                      "created": "string",
                      "last_updated": "string"
                    }
                  ]
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "name",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "isActive",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "created",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdated",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "q",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "regionId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "region",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "siteGroup",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "siteGroupId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "siteId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "site",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "locationId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "location",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "deviceTypeId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "roleId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "role",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "platformId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "platform",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "clusterTypeId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "clusterType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "clusterGroupId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "clusterGroup",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "clusterId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tenantGroupId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tenantGroup",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tenantId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tenant",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tagId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tag",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIc",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNic",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNiew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIsw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNisw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNie",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "regionIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "regionN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "siteGroupN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "siteGroupIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "siteIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "siteN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "locationIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "locationN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "deviceTypeIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "roleIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "roleN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "platformIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "platformN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "clusterTypeIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "clusterTypeN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "clusterGroupIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "clusterGroupN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "clusterIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tenantGroupIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tenantGroupN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tenantIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tenantN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tagIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tagN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ordering",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Extras"
        ],
        "operationId": "postExtrasConfigContexts",
        "description": "The parameters and request body are for method: postExtrasConfigContexts. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "put": {
        "tags": [
          "Extras"
        ],
        "operationId": "putExtrasConfigContexts",
        "description": "The parameters and request body are for method: putExtrasConfigContexts. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Extras"
        ],
        "operationId": "patchExtrasConfigContexts",
        "description": "The parameters and request body are for method: patchExtrasConfigContexts. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Extras"
        ],
        "operationId": "deleteExtrasConfigContexts",
        "description": "The parameters and request body are for method: deleteExtrasConfigContexts. 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": {}
            }
          }
        }
      }
    },
    "/extras/config-contexts/{id}/": {
      "get": {
        "tags": [
          "Extras"
        ],
        "operationId": "getExtrasConfigContextsId",
        "description": "The parameters and request body are for method: getExtrasConfigContextsId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Extras"
        ],
        "operationId": "putExtrasConfigContextsId",
        "description": "The parameters and request body are for method: putExtrasConfigContextsId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Extras"
        ],
        "operationId": "patchExtrasConfigContextsId",
        "description": "The parameters and request body are for method: patchExtrasConfigContextsId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Extras"
        ],
        "operationId": "deleteExtrasConfigContextsId",
        "description": "The parameters and request body are for method: deleteExtrasConfigContextsId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/extras/content-types/": {
      "get": {
        "tags": [
          "Extras"
        ],
        "operationId": "getExtrasContentTypes",
        "description": "The parameters and request body are for method: getExtrasContentTypes. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "count": {
                      "type": "number"
                    },
                    "next": {
                      "type": "string"
                    },
                    "previous": {
                      "type": "string"
                    },
                    "results": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "id": {
                            "type": "number"
                          },
                          "url": {
                            "type": "string"
                          },
                          "display": {
                            "type": "string"
                          },
                          "app_label": {
                            "type": "string"
                          },
                          "model": {
                            "type": "string"
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "count": 2,
                  "next": "string",
                  "previous": "string",
                  "results": [
                    {
                      "id": 8,
                      "url": "string",
                      "display": "string",
                      "app_label": "string",
                      "model": "string"
                    },
                    {
                      "id": 1,
                      "url": "string",
                      "display": "string",
                      "app_label": "string",
                      "model": "string"
                    }
                  ]
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "appLabel",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "model",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "q",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ordering",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/extras/content-types/{id}/": {
      "get": {
        "tags": [
          "Extras"
        ],
        "operationId": "getExtrasContentTypesId",
        "description": "The parameters and request body are for method: getExtrasContentTypesId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/extras/custom-fields/": {
      "get": {
        "tags": [
          "Extras"
        ],
        "operationId": "getExtrasCustomFields",
        "description": "The parameters and request body are for method: getExtrasCustomFields. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "count": {
                      "type": "number"
                    },
                    "next": {
                      "type": "string"
                    },
                    "previous": {
                      "type": "string"
                    },
                    "results": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "id": {
                            "type": "number"
                          },
                          "url": {
                            "type": "string"
                          },
                          "display": {
                            "type": "string"
                          },
                          "content_types": {
                            "type": "array",
                            "items": {
                              "type": "string"
                            }
                          },
                          "type": {
                            "type": "object",
                            "properties": {
                              "label": {
                                "type": "string"
                              },
                              "value": {
                                "type": "string"
                              }
                            }
                          },
                          "object_type": {
                            "type": "string"
                          },
                          "data_type": {
                            "type": "string"
                          },
                          "name": {
                            "type": "string"
                          },
                          "label": {
                            "type": "string"
                          },
                          "group_name": {
                            "type": "string"
                          },
                          "description": {
                            "type": "string"
                          },
                          "required": {
                            "type": "boolean"
                          },
                          "filter_logic": {
                            "type": "object",
                            "properties": {
                              "label": {
                                "type": "string"
                              },
                              "value": {
                                "type": "string"
                              }
                            }
                          },
                          "ui_visibility": {
                            "type": "object",
                            "properties": {
                              "label": {
                                "type": "string"
                              },
                              "value": {
                                "type": "string"
                              }
                            }
                          },
                          "default": {
                            "type": "object"
                          },
                          "weight": {
                            "type": "number"
                          },
                          "validation_minimum": {
                            "type": "number"
                          },
                          "validation_maximum": {
                            "type": "number"
                          },
                          "validation_regex": {
                            "type": "string"
                          },
                          "choices": {
                            "type": "array",
                            "items": {
                              "type": "string"
                            }
                          },
                          "created": {
                            "type": "string"
                          },
                          "last_updated": {
                            "type": "string"
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "count": 8,
                  "next": "string",
                  "previous": "string",
                  "results": [
                    {
                      "id": 7,
                      "url": "string",
                      "display": "string",
                      "content_types": [
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string"
                      ],
                      "type": {
                        "label": "Multiple objects",
                        "value": "select"
                      },
                      "object_type": "string",
                      "data_type": "string",
                      "name": "string",
                      "label": "string",
                      "group_name": "string",
                      "description": "string",
                      "required": false,
                      "filter_logic": {
                        "label": "Loose",
                        "value": "loose"
                      },
                      "ui_visibility": {
                        "label": "Hidden",
                        "value": "hidden"
                      },
                      "default": {},
                      "weight": 3,
                      "validation_minimum": 7,
                      "validation_maximum": 4,
                      "validation_regex": "string",
                      "choices": [
                        "string",
                        "string",
                        "string"
                      ],
                      "created": "string",
                      "last_updated": "string"
                    },
                    {
                      "id": 2,
                      "url": "string",
                      "display": "string",
                      "content_types": [
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string"
                      ],
                      "type": {
                        "label": "Date",
                        "value": "select"
                      },
                      "object_type": "string",
                      "data_type": "string",
                      "name": "string",
                      "label": "string",
                      "group_name": "string",
                      "description": "string",
                      "required": true,
                      "filter_logic": {
                        "label": "Loose",
                        "value": "loose"
                      },
                      "ui_visibility": {
                        "label": "Read-only",
                        "value": "read-write"
                      },
                      "default": {},
                      "weight": 6,
                      "validation_minimum": 10,
                      "validation_maximum": 5,
                      "validation_regex": "string",
                      "choices": [
                        "string",
                        "string",
                        "string",
                        "string"
                      ],
                      "created": "string",
                      "last_updated": "string"
                    },
                    {
                      "id": 3,
                      "url": "string",
                      "display": "string",
                      "content_types": [
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string"
                      ],
                      "type": {
                        "label": "Selection",
                        "value": "multiobject"
                      },
                      "object_type": "string",
                      "data_type": "string",
                      "name": "string",
                      "label": "string",
                      "group_name": "string",
                      "description": "string",
                      "required": false,
                      "filter_logic": {
                        "label": "Loose",
                        "value": "exact"
                      },
                      "ui_visibility": {
                        "label": "Hidden",
                        "value": "hidden"
                      },
                      "default": {},
                      "weight": 4,
                      "validation_minimum": 10,
                      "validation_maximum": 8,
                      "validation_regex": "string",
                      "choices": [
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string"
                      ],
                      "created": "string",
                      "last_updated": "string"
                    },
                    {
                      "id": 4,
                      "url": "string",
                      "display": "string",
                      "content_types": [
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string"
                      ],
                      "type": {
                        "label": "Multiple selection",
                        "value": "date"
                      },
                      "object_type": "string",
                      "data_type": "string",
                      "name": "string",
                      "label": "string",
                      "group_name": "string",
                      "description": "string",
                      "required": true,
                      "filter_logic": {
                        "label": "Exact",
                        "value": "disabled"
                      },
                      "ui_visibility": {
                        "label": "Hidden",
                        "value": "hidden"
                      },
                      "default": {},
                      "weight": 4,
                      "validation_minimum": 9,
                      "validation_maximum": 7,
                      "validation_regex": "string",
                      "choices": [
                        "string",
                        "string",
                        "string",
                        "string",
                        "string"
                      ],
                      "created": "string",
                      "last_updated": "string"
                    },
                    {
                      "id": 7,
                      "url": "string",
                      "display": "string",
                      "content_types": [
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string"
                      ],
                      "type": {
                        "label": "Text (long)",
                        "value": "json"
                      },
                      "object_type": "string",
                      "data_type": "string",
                      "name": "string",
                      "label": "string",
                      "group_name": "string",
                      "description": "string",
                      "required": true,
                      "filter_logic": {
                        "label": "Disabled",
                        "value": "exact"
                      },
                      "ui_visibility": {
                        "label": "Read/Write",
                        "value": "read-only"
                      },
                      "default": {},
                      "weight": 9,
                      "validation_minimum": 4,
                      "validation_maximum": 4,
                      "validation_regex": "string",
                      "choices": [
                        "string",
                        "string",
                        "string"
                      ],
                      "created": "string",
                      "last_updated": "string"
                    },
                    {
                      "id": 2,
                      "url": "string",
                      "display": "string",
                      "content_types": [
                        "string",
                        "string"
                      ],
                      "type": {
                        "label": "JSON",
                        "value": "multiobject"
                      },
                      "object_type": "string",
                      "data_type": "string",
                      "name": "string",
                      "label": "string",
                      "group_name": "string",
                      "description": "string",
                      "required": false,
                      "filter_logic": {
                        "label": "Exact",
                        "value": "disabled"
                      },
                      "ui_visibility": {
                        "label": "Hidden",
                        "value": "read-only"
                      },
                      "default": {},
                      "weight": 6,
                      "validation_minimum": 1,
                      "validation_maximum": 4,
                      "validation_regex": "string",
                      "choices": [
                        "string",
                        "string"
                      ],
                      "created": "string",
                      "last_updated": "string"
                    },
                    {
                      "id": 1,
                      "url": "string",
                      "display": "string",
                      "content_types": [
                        "string",
                        "string",
                        "string",
                        "string"
                      ],
                      "type": {
                        "label": "Integer",
                        "value": "select"
                      },
                      "object_type": "string",
                      "data_type": "string",
                      "name": "string",
                      "label": "string",
                      "group_name": "string",
                      "description": "string",
                      "required": true,
                      "filter_logic": {
                        "label": "Exact",
                        "value": "disabled"
                      },
                      "ui_visibility": {
                        "label": "Read/Write",
                        "value": "read-only"
                      },
                      "default": {},
                      "weight": 8,
                      "validation_minimum": 1,
                      "validation_maximum": 3,
                      "validation_regex": "string",
                      "choices": [
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string"
                      ],
                      "created": "string",
                      "last_updated": "string"
                    },
                    {
                      "id": 1,
                      "url": "string",
                      "display": "string",
                      "content_types": [
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string"
                      ],
                      "type": {
                        "label": "Integer",
                        "value": "json"
                      },
                      "object_type": "string",
                      "data_type": "string",
                      "name": "string",
                      "label": "string",
                      "group_name": "string",
                      "description": "string",
                      "required": true,
                      "filter_logic": {
                        "label": "Disabled",
                        "value": "exact"
                      },
                      "ui_visibility": {
                        "label": "Read/Write",
                        "value": "read-write"
                      },
                      "default": {},
                      "weight": 6,
                      "validation_minimum": 4,
                      "validation_maximum": 4,
                      "validation_regex": "string",
                      "choices": [
                        "string",
                        "string",
                        "string"
                      ],
                      "created": "string",
                      "last_updated": "string"
                    },
                    {
                      "id": 5,
                      "url": "string",
                      "display": "string",
                      "content_types": [
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string"
                      ],
                      "type": {
                        "label": "Date",
                        "value": "longtext"
                      },
                      "object_type": "string",
                      "data_type": "string",
                      "name": "string",
                      "label": "string",
                      "group_name": "string",
                      "description": "string",
                      "required": false,
                      "filter_logic": {
                        "label": "Exact",
                        "value": "disabled"
                      },
                      "ui_visibility": {
                        "label": "Read-only",
                        "value": "read-only"
                      },
                      "default": {},
                      "weight": 7,
                      "validation_minimum": 3,
                      "validation_maximum": 1,
                      "validation_regex": "string",
                      "choices": [
                        "string"
                      ],
                      "created": "string",
                      "last_updated": "string"
                    },
                    {
                      "id": 3,
                      "url": "string",
                      "display": "string",
                      "content_types": [
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string"
                      ],
                      "type": {
                        "label": "Selection",
                        "value": "url"
                      },
                      "object_type": "string",
                      "data_type": "string",
                      "name": "string",
                      "label": "string",
                      "group_name": "string",
                      "description": "string",
                      "required": false,
                      "filter_logic": {
                        "label": "Exact",
                        "value": "exact"
                      },
                      "ui_visibility": {
                        "label": "Read-only",
                        "value": "read-only"
                      },
                      "default": {},
                      "weight": 4,
                      "validation_minimum": 6,
                      "validation_maximum": 3,
                      "validation_regex": "string",
                      "choices": [
                        "string",
                        "string",
                        "string",
                        "string"
                      ],
                      "created": "string",
                      "last_updated": "string"
                    }
                  ]
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "contentTypes",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "name",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "groupName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "required",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filterLogic",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "uiVisibility",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "weight",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "description",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "q",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "type",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "contentTypeId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "contentTypesN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "contentTypesIc",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "contentTypesNic",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "contentTypesIew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "contentTypesNiew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "contentTypesIsw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "contentTypesNisw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "contentTypesIe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "contentTypesNie",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIc",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNic",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNiew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIsw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNisw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNie",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "groupNameN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "groupNameIc",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "groupNameNic",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "groupNameIew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "groupNameNiew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "groupNameIsw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "groupNameNisw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "groupNameIe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "groupNameNie",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filterLogicN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "uiVisibilityN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "weightN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "weightLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "weightLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "weightGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "weightGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionIc",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionNic",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionIew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionNiew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionIsw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionNisw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionIe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionNie",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "typeN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "contentTypeIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "contentTypeIdLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "contentTypeIdLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "contentTypeIdGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "contentTypeIdGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ordering",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Extras"
        ],
        "operationId": "postExtrasCustomFields",
        "description": "The parameters and request body are for method: postExtrasCustomFields. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "put": {
        "tags": [
          "Extras"
        ],
        "operationId": "putExtrasCustomFields",
        "description": "The parameters and request body are for method: putExtrasCustomFields. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Extras"
        ],
        "operationId": "patchExtrasCustomFields",
        "description": "The parameters and request body are for method: patchExtrasCustomFields. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Extras"
        ],
        "operationId": "deleteExtrasCustomFields",
        "description": "The parameters and request body are for method: deleteExtrasCustomFields. 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": {}
            }
          }
        }
      }
    },
    "/extras/custom-fields/{id}/": {
      "get": {
        "tags": [
          "Extras"
        ],
        "operationId": "getExtrasCustomFieldsId",
        "description": "The parameters and request body are for method: getExtrasCustomFieldsId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Extras"
        ],
        "operationId": "putExtrasCustomFieldsId",
        "description": "The parameters and request body are for method: putExtrasCustomFieldsId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Extras"
        ],
        "operationId": "patchExtrasCustomFieldsId",
        "description": "The parameters and request body are for method: patchExtrasCustomFieldsId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Extras"
        ],
        "operationId": "deleteExtrasCustomFieldsId",
        "description": "The parameters and request body are for method: deleteExtrasCustomFieldsId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/extras/custom-links/": {
      "get": {
        "tags": [
          "Extras"
        ],
        "operationId": "getExtrasCustomLinks",
        "description": "The parameters and request body are for method: getExtrasCustomLinks. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "count": {
                      "type": "number"
                    },
                    "next": {
                      "type": "string"
                    },
                    "previous": {
                      "type": "string"
                    },
                    "results": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "id": {
                            "type": "number"
                          },
                          "url": {
                            "type": "string"
                          },
                          "display": {
                            "type": "string"
                          },
                          "content_type": {
                            "type": "string"
                          },
                          "name": {
                            "type": "string"
                          },
                          "enabled": {
                            "type": "boolean"
                          },
                          "link_text": {
                            "type": "string"
                          },
                          "link_url": {
                            "type": "string"
                          },
                          "weight": {
                            "type": "number"
                          },
                          "group_name": {
                            "type": "string"
                          },
                          "button_class": {
                            "type": "string"
                          },
                          "new_window": {
                            "type": "boolean"
                          },
                          "created": {
                            "type": "string"
                          },
                          "last_updated": {
                            "type": "string"
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "count": 3,
                  "next": "string",
                  "previous": "string",
                  "results": [
                    {
                      "id": 6,
                      "url": "string",
                      "display": "string",
                      "content_type": "string",
                      "name": "string",
                      "enabled": false,
                      "link_text": "string",
                      "link_url": "string",
                      "weight": 5,
                      "group_name": "string",
                      "button_class": "ghost-dark",
                      "new_window": true,
                      "created": "string",
                      "last_updated": "string"
                    },
                    {
                      "id": 6,
                      "url": "string",
                      "display": "string",
                      "content_type": "string",
                      "name": "string",
                      "enabled": false,
                      "link_text": "string",
                      "link_url": "string",
                      "weight": 6,
                      "group_name": "string",
                      "button_class": "purple",
                      "new_window": true,
                      "created": "string",
                      "last_updated": "string"
                    },
                    {
                      "id": 10,
                      "url": "string",
                      "display": "string",
                      "content_type": "string",
                      "name": "string",
                      "enabled": false,
                      "link_text": "string",
                      "link_url": "string",
                      "weight": 7,
                      "group_name": "string",
                      "button_class": "orange",
                      "new_window": false,
                      "created": "string",
                      "last_updated": "string"
                    },
                    {
                      "id": 4,
                      "url": "string",
                      "display": "string",
                      "content_type": "string",
                      "name": "string",
                      "enabled": false,
                      "link_text": "string",
                      "link_url": "string",
                      "weight": 10,
                      "group_name": "string",
                      "button_class": "red",
                      "new_window": false,
                      "created": "string",
                      "last_updated": "string"
                    }
                  ]
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "contentType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "name",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "enabled",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "linkText",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "linkUrl",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "weight",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "groupName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "newWindow",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "q",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "contentTypeN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIc",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNic",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNiew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIsw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNisw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNie",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "linkTextN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "linkTextIc",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "linkTextNic",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "linkTextIew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "linkTextNiew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "linkTextIsw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "linkTextNisw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "linkTextIe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "linkTextNie",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "linkUrlN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "linkUrlIc",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "linkUrlNic",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "linkUrlIew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "linkUrlNiew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "linkUrlIsw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "linkUrlNisw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "linkUrlIe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "linkUrlNie",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "weightN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "weightLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "weightLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "weightGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "weightGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "groupNameN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "groupNameIc",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "groupNameNic",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "groupNameIew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "groupNameNiew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "groupNameIsw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "groupNameNisw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "groupNameIe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "groupNameNie",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ordering",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Extras"
        ],
        "operationId": "postExtrasCustomLinks",
        "description": "The parameters and request body are for method: postExtrasCustomLinks. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "put": {
        "tags": [
          "Extras"
        ],
        "operationId": "putExtrasCustomLinks",
        "description": "The parameters and request body are for method: putExtrasCustomLinks. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Extras"
        ],
        "operationId": "patchExtrasCustomLinks",
        "description": "The parameters and request body are for method: patchExtrasCustomLinks. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Extras"
        ],
        "operationId": "deleteExtrasCustomLinks",
        "description": "The parameters and request body are for method: deleteExtrasCustomLinks. 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": {}
            }
          }
        }
      }
    },
    "/extras/custom-links/{id}/": {
      "get": {
        "tags": [
          "Extras"
        ],
        "operationId": "getExtrasCustomLinksId",
        "description": "The parameters and request body are for method: getExtrasCustomLinksId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Extras"
        ],
        "operationId": "putExtrasCustomLinksId",
        "description": "The parameters and request body are for method: putExtrasCustomLinksId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Extras"
        ],
        "operationId": "patchExtrasCustomLinksId",
        "description": "The parameters and request body are for method: patchExtrasCustomLinksId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Extras"
        ],
        "operationId": "deleteExtrasCustomLinksId",
        "description": "The parameters and request body are for method: deleteExtrasCustomLinksId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/extras/export-templates/": {
      "get": {
        "tags": [
          "Extras"
        ],
        "operationId": "getExtrasExportTemplates",
        "description": "The parameters and request body are for method: getExtrasExportTemplates. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "count": {
                      "type": "number"
                    },
                    "next": {
                      "type": "string"
                    },
                    "previous": {
                      "type": "string"
                    },
                    "results": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "id": {
                            "type": "number"
                          },
                          "url": {
                            "type": "string"
                          },
                          "display": {
                            "type": "string"
                          },
                          "content_type": {
                            "type": "string"
                          },
                          "name": {
                            "type": "string"
                          },
                          "description": {
                            "type": "string"
                          },
                          "template_code": {
                            "type": "string"
                          },
                          "mime_type": {
                            "type": "string"
                          },
                          "file_extension": {
                            "type": "string"
                          },
                          "as_attachment": {
                            "type": "boolean"
                          },
                          "created": {
                            "type": "string"
                          },
                          "last_updated": {
                            "type": "string"
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "count": 3,
                  "next": "string",
                  "previous": "string",
                  "results": [
                    {
                      "id": 4,
                      "url": "string",
                      "display": "string",
                      "content_type": "string",
                      "name": "string",
                      "description": "string",
                      "template_code": "string",
                      "mime_type": "string",
                      "file_extension": "string",
                      "as_attachment": true,
                      "created": "string",
                      "last_updated": "string"
                    },
                    {
                      "id": 10,
                      "url": "string",
                      "display": "string",
                      "content_type": "string",
                      "name": "string",
                      "description": "string",
                      "template_code": "string",
                      "mime_type": "string",
                      "file_extension": "string",
                      "as_attachment": false,
                      "created": "string",
                      "last_updated": "string"
                    },
                    {
                      "id": 1,
                      "url": "string",
                      "display": "string",
                      "content_type": "string",
                      "name": "string",
                      "description": "string",
                      "template_code": "string",
                      "mime_type": "string",
                      "file_extension": "string",
                      "as_attachment": false,
                      "created": "string",
                      "last_updated": "string"
                    },
                    {
                      "id": 8,
                      "url": "string",
                      "display": "string",
                      "content_type": "string",
                      "name": "string",
                      "description": "string",
                      "template_code": "string",
                      "mime_type": "string",
                      "file_extension": "string",
                      "as_attachment": false,
                      "created": "string",
                      "last_updated": "string"
                    }
                  ]
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "contentType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "name",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "description",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "q",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "contentTypeN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIc",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNic",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNiew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIsw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNisw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNie",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionIc",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionNic",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionIew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionNiew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionIsw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionNisw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionIe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionNie",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ordering",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Extras"
        ],
        "operationId": "postExtrasExportTemplates",
        "description": "The parameters and request body are for method: postExtrasExportTemplates. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "put": {
        "tags": [
          "Extras"
        ],
        "operationId": "putExtrasExportTemplates",
        "description": "The parameters and request body are for method: putExtrasExportTemplates. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Extras"
        ],
        "operationId": "patchExtrasExportTemplates",
        "description": "The parameters and request body are for method: patchExtrasExportTemplates. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Extras"
        ],
        "operationId": "deleteExtrasExportTemplates",
        "description": "The parameters and request body are for method: deleteExtrasExportTemplates. 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": {}
            }
          }
        }
      }
    },
    "/extras/export-templates/{id}/": {
      "get": {
        "tags": [
          "Extras"
        ],
        "operationId": "getExtrasExportTemplatesId",
        "description": "The parameters and request body are for method: getExtrasExportTemplatesId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Extras"
        ],
        "operationId": "putExtrasExportTemplatesId",
        "description": "The parameters and request body are for method: putExtrasExportTemplatesId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Extras"
        ],
        "operationId": "patchExtrasExportTemplatesId",
        "description": "The parameters and request body are for method: patchExtrasExportTemplatesId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Extras"
        ],
        "operationId": "deleteExtrasExportTemplatesId",
        "description": "The parameters and request body are for method: deleteExtrasExportTemplatesId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/extras/image-attachments/": {
      "get": {
        "tags": [
          "Extras"
        ],
        "operationId": "getExtrasImageAttachments",
        "description": "The parameters and request body are for method: getExtrasImageAttachments. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "count": {
                      "type": "number"
                    },
                    "next": {
                      "type": "string"
                    },
                    "previous": {
                      "type": "string"
                    },
                    "results": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "id": {
                            "type": "number"
                          },
                          "url": {
                            "type": "string"
                          },
                          "display": {
                            "type": "string"
                          },
                          "content_type": {
                            "type": "string"
                          },
                          "object_id": {
                            "type": "number"
                          },
                          "parent": {
                            "type": "object"
                          },
                          "name": {
                            "type": "string"
                          },
                          "image": {
                            "type": "string"
                          },
                          "image_height": {
                            "type": "number"
                          },
                          "image_width": {
                            "type": "number"
                          },
                          "created": {
                            "type": "string"
                          },
                          "last_updated": {
                            "type": "string"
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "count": 4,
                  "next": "string",
                  "previous": "string",
                  "results": [
                    {
                      "id": 2,
                      "url": "string",
                      "display": "string",
                      "content_type": "string",
                      "object_id": 3,
                      "parent": {},
                      "name": "string",
                      "image": "string",
                      "image_height": 6,
                      "image_width": 8,
                      "created": "string",
                      "last_updated": "string"
                    },
                    {
                      "id": 10,
                      "url": "string",
                      "display": "string",
                      "content_type": "string",
                      "object_id": 3,
                      "parent": {},
                      "name": "string",
                      "image": "string",
                      "image_height": 3,
                      "image_width": 6,
                      "created": "string",
                      "last_updated": "string"
                    },
                    {
                      "id": 4,
                      "url": "string",
                      "display": "string",
                      "content_type": "string",
                      "object_id": 6,
                      "parent": {},
                      "name": "string",
                      "image": "string",
                      "image_height": 4,
                      "image_width": 9,
                      "created": "string",
                      "last_updated": "string"
                    },
                    {
                      "id": 10,
                      "url": "string",
                      "display": "string",
                      "content_type": "string",
                      "object_id": 10,
                      "parent": {},
                      "name": "string",
                      "image": "string",
                      "image_height": 4,
                      "image_width": 5,
                      "created": "string",
                      "last_updated": "string"
                    },
                    {
                      "id": 2,
                      "url": "string",
                      "display": "string",
                      "content_type": "string",
                      "object_id": 5,
                      "parent": {},
                      "name": "string",
                      "image": "string",
                      "image_height": 10,
                      "image_width": 10,
                      "created": "string",
                      "last_updated": "string"
                    },
                    {
                      "id": 8,
                      "url": "string",
                      "display": "string",
                      "content_type": "string",
                      "object_id": 2,
                      "parent": {},
                      "name": "string",
                      "image": "string",
                      "image_height": 5,
                      "image_width": 4,
                      "created": "string",
                      "last_updated": "string"
                    }
                  ]
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "contentTypeId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "objectId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "name",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "q",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "created",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "contentType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "contentTypeIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "objectIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "objectIdLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "objectIdLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "objectIdGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "objectIdGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIc",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNic",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNiew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIsw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNisw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNie",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "contentTypeN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ordering",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Extras"
        ],
        "operationId": "postExtrasImageAttachments",
        "description": "The parameters and request body are for method: postExtrasImageAttachments. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "put": {
        "tags": [
          "Extras"
        ],
        "operationId": "putExtrasImageAttachments",
        "description": "The parameters and request body are for method: putExtrasImageAttachments. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Extras"
        ],
        "operationId": "patchExtrasImageAttachments",
        "description": "The parameters and request body are for method: patchExtrasImageAttachments. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Extras"
        ],
        "operationId": "deleteExtrasImageAttachments",
        "description": "The parameters and request body are for method: deleteExtrasImageAttachments. 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": {}
            }
          }
        }
      }
    },
    "/extras/image-attachments/{id}/": {
      "get": {
        "tags": [
          "Extras"
        ],
        "operationId": "getExtrasImageAttachmentsId",
        "description": "The parameters and request body are for method: getExtrasImageAttachmentsId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Extras"
        ],
        "operationId": "putExtrasImageAttachmentsId",
        "description": "The parameters and request body are for method: putExtrasImageAttachmentsId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Extras"
        ],
        "operationId": "patchExtrasImageAttachmentsId",
        "description": "The parameters and request body are for method: patchExtrasImageAttachmentsId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Extras"
        ],
        "operationId": "deleteExtrasImageAttachmentsId",
        "description": "The parameters and request body are for method: deleteExtrasImageAttachmentsId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/extras/job-results/": {
      "get": {
        "tags": [
          "Extras"
        ],
        "operationId": "getExtrasJobResults",
        "description": "The parameters and request body are for method: getExtrasJobResults. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "count": {
                      "type": "number"
                    },
                    "next": {
                      "type": "string"
                    },
                    "previous": {
                      "type": "string"
                    },
                    "results": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "id": {
                            "type": "number"
                          },
                          "url": {
                            "type": "string"
                          },
                          "display": {
                            "type": "string"
                          },
                          "created": {
                            "type": "string"
                          },
                          "completed": {
                            "type": "string"
                          },
                          "name": {
                            "type": "string"
                          },
                          "obj_type": {
                            "type": "string"
                          },
                          "status": {
                            "type": "object",
                            "properties": {
                              "label": {
                                "type": "string"
                              },
                              "value": {
                                "type": "string"
                              }
                            }
                          },
                          "user": {
                            "type": "object",
                            "properties": {
                              "id": {
                                "type": "number"
                              },
                              "url": {
                                "type": "string"
                              },
                              "display": {
                                "type": "string"
                              },
                              "username": {
                                "type": "string"
                              }
                            }
                          },
                          "data": {
                            "type": "object"
                          },
                          "job_id": {
                            "type": "string"
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "count": 2,
                  "next": "string",
                  "previous": "string",
                  "results": [
                    {
                      "id": 1,
                      "url": "string",
                      "display": "string",
                      "created": "string",
                      "completed": "string",
                      "name": "string",
                      "obj_type": "string",
                      "status": {
                        "label": "Failed",
                        "value": "errored"
                      },
                      "user": {
                        "id": 4,
                        "url": "string",
                        "display": "string",
                        "username": "string"
                      },
                      "data": {},
                      "job_id": "string"
                    }
                  ]
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "created",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "completed",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "status",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "user",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "objType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "name",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "q",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "statusN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "userN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "objTypeN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIc",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNic",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNiew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIsw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNisw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNie",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ordering",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/extras/job-results/{id}/": {
      "get": {
        "tags": [
          "Extras"
        ],
        "operationId": "getExtrasJobResultsId",
        "description": "The parameters and request body are for method: getExtrasJobResultsId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/extras/journal-entries/": {
      "get": {
        "tags": [
          "Extras"
        ],
        "operationId": "getExtrasJournalEntries",
        "description": "The parameters and request body are for method: getExtrasJournalEntries. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "count": {
                      "type": "number"
                    },
                    "next": {
                      "type": "string"
                    },
                    "previous": {
                      "type": "string"
                    },
                    "results": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "id": {
                            "type": "number"
                          },
                          "url": {
                            "type": "string"
                          },
                          "display": {
                            "type": "string"
                          },
                          "assigned_object_type": {
                            "type": "string"
                          },
                          "assigned_object_id": {
                            "type": "number"
                          },
                          "assigned_object": {
                            "type": "object"
                          },
                          "created": {
                            "type": "string"
                          },
                          "created_by": {
                            "type": "number"
                          },
                          "kind": {
                            "type": "object",
                            "properties": {
                              "label": {
                                "type": "string"
                              },
                              "value": {
                                "type": "string"
                              }
                            }
                          },
                          "comments": {
                            "type": "string"
                          },
                          "tags": {
                            "type": "array",
                            "items": {
                              "type": "object",
                              "properties": {
                                "id": {
                                  "type": "number"
                                },
                                "url": {
                                  "type": "string"
                                },
                                "display": {
                                  "type": "string"
                                },
                                "name": {
                                  "type": "string"
                                },
                                "slug": {
                                  "type": "string"
                                },
                                "color": {
                                  "type": "string"
                                }
                              }
                            }
                          },
                          "custom_fields": {
                            "type": "object"
                          },
                          "last_updated": {
                            "type": "string"
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "count": 3,
                  "next": "string",
                  "previous": "string",
                  "results": [
                    {
                      "id": 10,
                      "url": "string",
                      "display": "string",
                      "assigned_object_type": "string",
                      "assigned_object_id": 9,
                      "assigned_object": {},
                      "created": "string",
                      "created_by": 4,
                      "kind": {
                        "label": "Info",
                        "value": "danger"
                      },
                      "comments": "string",
                      "tags": [
                        {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "last_updated": "string"
                    }
                  ]
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "assignedObjectTypeId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "assignedObjectId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "created",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "kind",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdated",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "q",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tag",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "assignedObjectType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdById",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdBy",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "assignedObjectTypeIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "assignedObjectIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "assignedObjectIdLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "assignedObjectIdLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "assignedObjectIdGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "assignedObjectIdGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "kindN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tagN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "assignedObjectTypeN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdByIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdByN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ordering",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Extras"
        ],
        "operationId": "postExtrasJournalEntries",
        "description": "The parameters and request body are for method: postExtrasJournalEntries. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "put": {
        "tags": [
          "Extras"
        ],
        "operationId": "putExtrasJournalEntries",
        "description": "The parameters and request body are for method: putExtrasJournalEntries. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Extras"
        ],
        "operationId": "patchExtrasJournalEntries",
        "description": "The parameters and request body are for method: patchExtrasJournalEntries. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Extras"
        ],
        "operationId": "deleteExtrasJournalEntries",
        "description": "The parameters and request body are for method: deleteExtrasJournalEntries. 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": {}
            }
          }
        }
      }
    },
    "/extras/journal-entries/{id}/": {
      "get": {
        "tags": [
          "Extras"
        ],
        "operationId": "getExtrasJournalEntriesId",
        "description": "The parameters and request body are for method: getExtrasJournalEntriesId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Extras"
        ],
        "operationId": "putExtrasJournalEntriesId",
        "description": "The parameters and request body are for method: putExtrasJournalEntriesId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Extras"
        ],
        "operationId": "patchExtrasJournalEntriesId",
        "description": "The parameters and request body are for method: patchExtrasJournalEntriesId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Extras"
        ],
        "operationId": "deleteExtrasJournalEntriesId",
        "description": "The parameters and request body are for method: deleteExtrasJournalEntriesId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/extras/object-changes/": {
      "get": {
        "tags": [
          "Extras"
        ],
        "operationId": "getExtrasObjectChanges",
        "description": "The parameters and request body are for method: getExtrasObjectChanges. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "count": {
                      "type": "number"
                    },
                    "next": {
                      "type": "string"
                    },
                    "previous": {
                      "type": "string"
                    },
                    "results": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "id": {
                            "type": "number"
                          },
                          "url": {
                            "type": "string"
                          },
                          "display": {
                            "type": "string"
                          },
                          "time": {
                            "type": "string"
                          },
                          "user": {
                            "type": "object",
                            "properties": {
                              "id": {
                                "type": "number"
                              },
                              "url": {
                                "type": "string"
                              },
                              "display": {
                                "type": "string"
                              },
                              "username": {
                                "type": "string"
                              }
                            }
                          },
                          "user_name": {
                            "type": "string"
                          },
                          "request_id": {
                            "type": "string"
                          },
                          "action": {
                            "type": "object",
                            "properties": {
                              "label": {
                                "type": "string"
                              },
                              "value": {
                                "type": "string"
                              }
                            }
                          },
                          "changed_object_type": {
                            "type": "string"
                          },
                          "changed_object_id": {
                            "type": "number"
                          },
                          "changed_object": {
                            "type": "object"
                          },
                          "prechange_data": {
                            "type": "object"
                          },
                          "postchange_data": {
                            "type": "object"
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "count": 1,
                  "next": "string",
                  "previous": "string",
                  "results": [
                    {
                      "id": 3,
                      "url": "string",
                      "display": "string",
                      "time": "string",
                      "user": {
                        "id": 8,
                        "url": "string",
                        "display": "string",
                        "username": "string"
                      },
                      "user_name": "string",
                      "request_id": "string",
                      "action": {
                        "label": "Deleted",
                        "value": "create"
                      },
                      "changed_object_type": "string",
                      "changed_object_id": 8,
                      "changed_object": {},
                      "prechange_data": {},
                      "postchange_data": {}
                    },
                    {
                      "id": 1,
                      "url": "string",
                      "display": "string",
                      "time": "string",
                      "user": {
                        "id": 6,
                        "url": "string",
                        "display": "string",
                        "username": "string"
                      },
                      "user_name": "string",
                      "request_id": "string",
                      "action": {
                        "label": "Deleted",
                        "value": "update"
                      },
                      "changed_object_type": "string",
                      "changed_object_id": 1,
                      "changed_object": {},
                      "prechange_data": {},
                      "postchange_data": {}
                    },
                    {
                      "id": 10,
                      "url": "string",
                      "display": "string",
                      "time": "string",
                      "user": {
                        "id": 3,
                        "url": "string",
                        "display": "string",
                        "username": "string"
                      },
                      "user_name": "string",
                      "request_id": "string",
                      "action": {
                        "label": "Created",
                        "value": "update"
                      },
                      "changed_object_type": "string",
                      "changed_object_id": 2,
                      "changed_object": {},
                      "prechange_data": {},
                      "postchange_data": {}
                    },
                    {
                      "id": 7,
                      "url": "string",
                      "display": "string",
                      "time": "string",
                      "user": {
                        "id": 7,
                        "url": "string",
                        "display": "string",
                        "username": "string"
                      },
                      "user_name": "string",
                      "request_id": "string",
                      "action": {
                        "label": "Deleted",
                        "value": "update"
                      },
                      "changed_object_type": "string",
                      "changed_object_id": 4,
                      "changed_object": {},
                      "prechange_data": {},
                      "postchange_data": {}
                    }
                  ]
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "user",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "userName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "requestId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "action",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "changedObjectTypeId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "changedObjectId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "objectRepr",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "q",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "time",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "changedObjectType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "userId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "userN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "userNameN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "userNameIc",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "userNameNic",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "userNameIew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "userNameNiew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "userNameIsw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "userNameNisw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "userNameIe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "userNameNie",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "actionN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "changedObjectTypeIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "changedObjectIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "changedObjectIdLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "changedObjectIdLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "changedObjectIdGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "changedObjectIdGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "objectReprN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "objectReprIc",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "objectReprNic",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "objectReprIew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "objectReprNiew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "objectReprIsw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "objectReprNisw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "objectReprIe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "objectReprNie",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "changedObjectTypeN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "userIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ordering",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/extras/object-changes/{id}/": {
      "get": {
        "tags": [
          "Extras"
        ],
        "operationId": "getExtrasObjectChangesId",
        "description": "The parameters and request body are for method: getExtrasObjectChangesId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/extras/reports/": {
      "get": {
        "tags": [
          "Extras"
        ],
        "operationId": "getExtrasReports",
        "description": "The parameters and request body are for method: getExtrasReports. 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": {}
            }
          }
        }
      }
    },
    "/extras/reports/{id}/": {
      "get": {
        "tags": [
          "Extras"
        ],
        "operationId": "getExtrasReportsId",
        "description": "The parameters and request body are for method: getExtrasReportsId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/extras/reports/{id}/run/": {
      "post": {
        "tags": [
          "Extras"
        ],
        "operationId": "postExtrasReportsIdRun",
        "description": "The parameters and request body are for method: postExtrasReportsIdRun. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/extras/scripts/": {
      "get": {
        "tags": [
          "Extras"
        ],
        "operationId": "getExtrasScripts",
        "description": "The parameters and request body are for method: getExtrasScripts. Same endpoint also used in methods:<br> extrasScriptsList (id : array,idEmpty : boolean,idGt : array,idGte : array,idLt : array,idLte : array,idN : array,isExecutable : boolean,limit : number,moduleId : array,moduleIdN : array,name : array,nameEmpty : boolean,nameIc : array,nameIe : array,nameIew : array,nameIsw : array,nameN : array,nameNic : array,nameNie : array,nameNiew : array,nameNisw : array,offset : number,ordering : string,q : string,iapMetadata : object)",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Extras"
        ],
        "operationId": "postScriptList",
        "description": "The parameters and request body are for method: postScriptList. 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": {}
            }
          }
        }
      }
    },
    "/extras/scripts/{id}/": {
      "get": {
        "tags": [
          "Extras"
        ],
        "operationId": "getExtrasScriptsId",
        "description": "The parameters and request body are for method: getExtrasScriptsId. Same endpoint also used in methods:<br> extrasScriptsRetrieve (id : string,iapMetadata : object)",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Extras"
        ],
        "operationId": "putScript",
        "description": "The parameters and request body are for method: putScript. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Extras"
        ],
        "operationId": "patchScript",
        "description": "The parameters and request body are for method: patchScript. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Extras"
        ],
        "operationId": "deleteScript",
        "description": "The parameters and request body are for method: deleteScript. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/extras/tags/": {
      "get": {
        "tags": [
          "Extras"
        ],
        "operationId": "getExtrasTags",
        "description": "The parameters and request body are for method: getExtrasTags. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "count": {
                      "type": "number"
                    },
                    "next": {
                      "type": "string"
                    },
                    "previous": {
                      "type": "string"
                    },
                    "results": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "id": {
                            "type": "number"
                          },
                          "url": {
                            "type": "string"
                          },
                          "display": {
                            "type": "string"
                          },
                          "name": {
                            "type": "string"
                          },
                          "slug": {
                            "type": "string"
                          },
                          "color": {
                            "type": "string"
                          },
                          "description": {
                            "type": "string"
                          },
                          "tagged_items": {
                            "type": "number"
                          },
                          "created": {
                            "type": "string"
                          },
                          "last_updated": {
                            "type": "string"
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "count": 7,
                  "next": "string",
                  "previous": "string",
                  "results": [
                    {
                      "id": 2,
                      "url": "string",
                      "display": "string",
                      "name": "string",
                      "slug": "string",
                      "color": "string",
                      "description": "string",
                      "tagged_items": 6,
                      "created": "string",
                      "last_updated": "string"
                    },
                    {
                      "id": 1,
                      "url": "string",
                      "display": "string",
                      "name": "string",
                      "slug": "string",
                      "color": "string",
                      "description": "string",
                      "tagged_items": 8,
                      "created": "string",
                      "last_updated": "string"
                    },
                    {
                      "id": 10,
                      "url": "string",
                      "display": "string",
                      "name": "string",
                      "slug": "string",
                      "color": "string",
                      "description": "string",
                      "tagged_items": 3,
                      "created": "string",
                      "last_updated": "string"
                    },
                    {
                      "id": 2,
                      "url": "string",
                      "display": "string",
                      "name": "string",
                      "slug": "string",
                      "color": "string",
                      "description": "string",
                      "tagged_items": 8,
                      "created": "string",
                      "last_updated": "string"
                    }
                  ]
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "name",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slug",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "color",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "description",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "created",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdated",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "q",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "contentType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "contentTypeId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIc",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNic",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNiew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIsw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNisw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNie",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slugN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slugIc",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slugNic",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slugIew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slugNiew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slugIsw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slugNisw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slugIe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slugNie",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "colorN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "colorIc",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "colorNic",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "colorIew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "colorNiew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "colorIsw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "colorNisw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "colorIe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "colorNie",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionIc",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionNic",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionIew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionNiew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionIsw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionNisw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionIe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionNie",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ordering",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Extras"
        ],
        "operationId": "postExtrasTags",
        "description": "The parameters and request body are for method: postExtrasTags. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "put": {
        "tags": [
          "Extras"
        ],
        "operationId": "putExtrasTags",
        "description": "The parameters and request body are for method: putExtrasTags. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Extras"
        ],
        "operationId": "patchExtrasTags",
        "description": "The parameters and request body are for method: patchExtrasTags. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Extras"
        ],
        "operationId": "deleteExtrasTags",
        "description": "The parameters and request body are for method: deleteExtrasTags. 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": {}
            }
          }
        }
      }
    },
    "/extras/tags/{id}/": {
      "get": {
        "tags": [
          "Extras"
        ],
        "operationId": "getExtrasTagsId",
        "description": "The parameters and request body are for method: getExtrasTagsId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Extras"
        ],
        "operationId": "putExtrasTagsId",
        "description": "The parameters and request body are for method: putExtrasTagsId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Extras"
        ],
        "operationId": "patchExtrasTagsId",
        "description": "The parameters and request body are for method: patchExtrasTagsId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Extras"
        ],
        "operationId": "deleteExtrasTagsId",
        "description": "The parameters and request body are for method: deleteExtrasTagsId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/extras/webhooks/": {
      "get": {
        "tags": [
          "Extras"
        ],
        "operationId": "getExtrasWebhooks",
        "description": "The parameters and request body are for method: getExtrasWebhooks. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "count": {
                      "type": "number"
                    },
                    "next": {
                      "type": "string"
                    },
                    "previous": {
                      "type": "string"
                    },
                    "results": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "id": {
                            "type": "number"
                          },
                          "url": {
                            "type": "string"
                          },
                          "display": {
                            "type": "string"
                          },
                          "content_types": {
                            "type": "array",
                            "items": {
                              "type": "string"
                            }
                          },
                          "name": {
                            "type": "string"
                          },
                          "type_create": {
                            "type": "boolean"
                          },
                          "type_update": {
                            "type": "boolean"
                          },
                          "type_delete": {
                            "type": "boolean"
                          },
                          "payload_url": {
                            "type": "string"
                          },
                          "enabled": {
                            "type": "boolean"
                          },
                          "http_method": {
                            "type": "string"
                          },
                          "http_content_type": {
                            "type": "string"
                          },
                          "additional_headers": {
                            "type": "string"
                          },
                          "body_template": {
                            "type": "string"
                          },
                          "secret": {
                            "type": "string"
                          },
                          "conditions": {
                            "type": "object"
                          },
                          "ssl_verification": {
                            "type": "boolean"
                          },
                          "ca_file_path": {
                            "type": "string"
                          },
                          "created": {
                            "type": "string"
                          },
                          "last_updated": {
                            "type": "string"
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "count": 3,
                  "next": "string",
                  "previous": "string",
                  "results": [
                    {
                      "id": 6,
                      "url": "string",
                      "display": "string",
                      "content_types": [
                        "string",
                        "string"
                      ],
                      "name": "string",
                      "type_create": true,
                      "type_update": false,
                      "type_delete": false,
                      "payload_url": "string",
                      "enabled": false,
                      "http_method": "PATCH",
                      "http_content_type": "string",
                      "additional_headers": "string",
                      "body_template": "string",
                      "secret": "string",
                      "conditions": {},
                      "ssl_verification": false,
                      "ca_file_path": "string",
                      "created": "string",
                      "last_updated": "string"
                    },
                    {
                      "id": 9,
                      "url": "string",
                      "display": "string",
                      "content_types": [
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string"
                      ],
                      "name": "string",
                      "type_create": true,
                      "type_update": true,
                      "type_delete": true,
                      "payload_url": "string",
                      "enabled": true,
                      "http_method": "DELETE",
                      "http_content_type": "string",
                      "additional_headers": "string",
                      "body_template": "string",
                      "secret": "string",
                      "conditions": {},
                      "ssl_verification": false,
                      "ca_file_path": "string",
                      "created": "string",
                      "last_updated": "string"
                    }
                  ]
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "name",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "typeCreate",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "typeUpdate",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "typeDelete",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "payloadUrl",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "enabled",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "httpMethod",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "httpContentType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "secret",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "sslVerification",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "caFilePath",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "q",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "contentTypeId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "contentTypes",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIc",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNic",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNiew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIsw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNisw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNie",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "payloadUrlN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "payloadUrlIc",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "payloadUrlNic",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "payloadUrlIew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "payloadUrlNiew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "payloadUrlIsw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "payloadUrlNisw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "payloadUrlIe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "payloadUrlNie",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "httpMethodN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "httpContentTypeN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "httpContentTypeIc",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "httpContentTypeNic",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "httpContentTypeIew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "httpContentTypeNiew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "httpContentTypeIsw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "httpContentTypeNisw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "httpContentTypeIe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "httpContentTypeNie",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "secretN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "secretIc",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "secretNic",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "secretIew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "secretNiew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "secretIsw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "secretNisw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "secretIe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "secretNie",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "caFilePathN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "caFilePathIc",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "caFilePathNic",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "caFilePathIew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "caFilePathNiew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "caFilePathIsw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "caFilePathNisw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "caFilePathIe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "caFilePathNie",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "contentTypeIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "contentTypeIdLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "contentTypeIdLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "contentTypeIdGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "contentTypeIdGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "contentTypesN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "contentTypesIc",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "contentTypesNic",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "contentTypesIew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "contentTypesNiew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "contentTypesIsw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "contentTypesNisw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "contentTypesIe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "contentTypesNie",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ordering",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Extras"
        ],
        "operationId": "postExtrasWebhooks",
        "description": "The parameters and request body are for method: postExtrasWebhooks. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "put": {
        "tags": [
          "Extras"
        ],
        "operationId": "putExtrasWebhooks",
        "description": "The parameters and request body are for method: putExtrasWebhooks. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Extras"
        ],
        "operationId": "patchExtrasWebhooks",
        "description": "The parameters and request body are for method: patchExtrasWebhooks. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Extras"
        ],
        "operationId": "deleteExtrasWebhooks",
        "description": "The parameters and request body are for method: deleteExtrasWebhooks. 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": {}
            }
          }
        }
      }
    },
    "/extras/webhooks/{id}/": {
      "get": {
        "tags": [
          "Extras"
        ],
        "operationId": "getExtrasWebhooksId",
        "description": "The parameters and request body are for method: getExtrasWebhooksId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Extras"
        ],
        "operationId": "putExtrasWebhooksId",
        "description": "The parameters and request body are for method: putExtrasWebhooksId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Extras"
        ],
        "operationId": "patchExtrasWebhooksId",
        "description": "The parameters and request body are for method: patchExtrasWebhooksId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Extras"
        ],
        "operationId": "deleteExtrasWebhooksId",
        "description": "The parameters and request body are for method: deleteExtrasWebhooksId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/ipam/aggregates/": {
      "get": {
        "tags": [
          "Ipam"
        ],
        "operationId": "getIpamAggregates",
        "description": "The parameters and request body are for method: getIpamAggregates. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "count": {
                      "type": "number"
                    },
                    "next": {
                      "type": "string"
                    },
                    "previous": {
                      "type": "string"
                    },
                    "results": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "id": {
                            "type": "number"
                          },
                          "url": {
                            "type": "string"
                          },
                          "display": {
                            "type": "string"
                          },
                          "family": {
                            "type": "object",
                            "properties": {
                              "label": {
                                "type": "string"
                              },
                              "value": {
                                "type": "number"
                              }
                            }
                          },
                          "prefix": {
                            "type": "string"
                          },
                          "rir": {
                            "type": "object",
                            "properties": {
                              "id": {
                                "type": "number"
                              },
                              "url": {
                                "type": "string"
                              },
                              "display": {
                                "type": "string"
                              },
                              "name": {
                                "type": "string"
                              },
                              "slug": {
                                "type": "string"
                              },
                              "aggregate_count": {
                                "type": "number"
                              }
                            }
                          },
                          "tenant": {
                            "type": "object",
                            "properties": {
                              "id": {
                                "type": "number"
                              },
                              "url": {
                                "type": "string"
                              },
                              "display": {
                                "type": "string"
                              },
                              "name": {
                                "type": "string"
                              },
                              "slug": {
                                "type": "string"
                              }
                            }
                          },
                          "date_added": {
                            "type": "string"
                          },
                          "description": {
                            "type": "string"
                          },
                          "tags": {
                            "type": "array",
                            "items": {
                              "type": "object",
                              "properties": {
                                "id": {
                                  "type": "number"
                                },
                                "url": {
                                  "type": "string"
                                },
                                "display": {
                                  "type": "string"
                                },
                                "name": {
                                  "type": "string"
                                },
                                "slug": {
                                  "type": "string"
                                },
                                "color": {
                                  "type": "string"
                                }
                              }
                            }
                          },
                          "custom_fields": {
                            "type": "object"
                          },
                          "created": {
                            "type": "string"
                          },
                          "last_updated": {
                            "type": "string"
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "count": 5,
                  "next": "string",
                  "previous": "string",
                  "results": [
                    {
                      "id": 7,
                      "url": "string",
                      "display": "string",
                      "family": {
                        "label": "IPv4",
                        "value": 6
                      },
                      "prefix": "string",
                      "rir": {
                        "id": 4,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string",
                        "aggregate_count": 7
                      },
                      "tenant": {
                        "id": 10,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string"
                      },
                      "date_added": "string",
                      "description": "string",
                      "tags": [
                        {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "created": "string",
                      "last_updated": "string"
                    },
                    {
                      "id": 7,
                      "url": "string",
                      "display": "string",
                      "family": {
                        "label": "IPv6",
                        "value": 4
                      },
                      "prefix": "string",
                      "rir": {
                        "id": 8,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string",
                        "aggregate_count": 6
                      },
                      "tenant": {
                        "id": 7,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string"
                      },
                      "date_added": "string",
                      "description": "string",
                      "tags": [
                        {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 4,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 7,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "created": "string",
                      "last_updated": "string"
                    },
                    {
                      "id": 3,
                      "url": "string",
                      "display": "string",
                      "family": {
                        "label": "IPv6",
                        "value": 6
                      },
                      "prefix": "string",
                      "rir": {
                        "id": 8,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string",
                        "aggregate_count": 6
                      },
                      "tenant": {
                        "id": 8,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string"
                      },
                      "date_added": "string",
                      "description": "string",
                      "tags": [
                        {
                          "id": 7,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 4,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "created": "string",
                      "last_updated": "string"
                    },
                    {
                      "id": 6,
                      "url": "string",
                      "display": "string",
                      "family": {
                        "label": "IPv4",
                        "value": 4
                      },
                      "prefix": "string",
                      "rir": {
                        "id": 10,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string",
                        "aggregate_count": 8
                      },
                      "tenant": {
                        "id": 7,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string"
                      },
                      "date_added": "string",
                      "description": "string",
                      "tags": [
                        {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "created": "string",
                      "last_updated": "string"
                    },
                    {
                      "id": 9,
                      "url": "string",
                      "display": "string",
                      "family": {
                        "label": "IPv4",
                        "value": 6
                      },
                      "prefix": "string",
                      "rir": {
                        "id": 10,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string",
                        "aggregate_count": 9
                      },
                      "tenant": {
                        "id": 4,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string"
                      },
                      "date_added": "string",
                      "description": "string",
                      "tags": [
                        {
                          "id": 4,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "created": "string",
                      "last_updated": "string"
                    },
                    {
                      "id": 2,
                      "url": "string",
                      "display": "string",
                      "family": {
                        "label": "IPv6",
                        "value": 6
                      },
                      "prefix": "string",
                      "rir": {
                        "id": 1,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string",
                        "aggregate_count": 10
                      },
                      "tenant": {
                        "id": 3,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string"
                      },
                      "date_added": "string",
                      "description": "string",
                      "tags": [
                        {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 4,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 7,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "created": "string",
                      "last_updated": "string"
                    },
                    {
                      "id": 8,
                      "url": "string",
                      "display": "string",
                      "family": {
                        "label": "IPv6",
                        "value": 6
                      },
                      "prefix": "string",
                      "rir": {
                        "id": 4,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string",
                        "aggregate_count": 10
                      },
                      "tenant": {
                        "id": 7,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string"
                      },
                      "date_added": "string",
                      "description": "string",
                      "tags": [
                        {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "created": "string",
                      "last_updated": "string"
                    },
                    {
                      "id": 1,
                      "url": "string",
                      "display": "string",
                      "family": {
                        "label": "IPv4",
                        "value": 4
                      },
                      "prefix": "string",
                      "rir": {
                        "id": 2,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string",
                        "aggregate_count": 4
                      },
                      "tenant": {
                        "id": 9,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string"
                      },
                      "date_added": "string",
                      "description": "string",
                      "tags": [
                        {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 4,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 7,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "created": "string",
                      "last_updated": "string"
                    },
                    {
                      "id": 9,
                      "url": "string",
                      "display": "string",
                      "family": {
                        "label": "IPv6",
                        "value": 4
                      },
                      "prefix": "string",
                      "rir": {
                        "id": 5,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string",
                        "aggregate_count": 8
                      },
                      "tenant": {
                        "id": 7,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string"
                      },
                      "date_added": "string",
                      "description": "string",
                      "tags": [
                        {
                          "id": 4,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "created": "string",
                      "last_updated": "string"
                    }
                  ]
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "dateAdded",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "description",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "created",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdated",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "q",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tag",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tenantGroupId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tenantGroup",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tenantId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tenant",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "family",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "prefix",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "rirId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "rir",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "dateAddedN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "dateAddedLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "dateAddedLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "dateAddedGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "dateAddedGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionIc",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionNic",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionIew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionNiew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionIsw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionNisw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionIe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionNie",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tagN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tenantGroupIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tenantGroupN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tenantIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tenantN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "rirIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "rirN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ordering",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Ipam"
        ],
        "operationId": "postIpamAggregates",
        "description": "The parameters and request body are for method: postIpamAggregates. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "put": {
        "tags": [
          "Ipam"
        ],
        "operationId": "putIpamAggregates",
        "description": "The parameters and request body are for method: putIpamAggregates. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Ipam"
        ],
        "operationId": "patchIpamAggregates",
        "description": "The parameters and request body are for method: patchIpamAggregates. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Ipam"
        ],
        "operationId": "deleteIpamAggregates",
        "description": "The parameters and request body are for method: deleteIpamAggregates. 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": {}
            }
          }
        }
      }
    },
    "/ipam/aggregates/{id}/": {
      "get": {
        "tags": [
          "Ipam"
        ],
        "operationId": "getIpamAggregatesId",
        "description": "The parameters and request body are for method: getIpamAggregatesId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Ipam"
        ],
        "operationId": "putIpamAggregatesId",
        "description": "The parameters and request body are for method: putIpamAggregatesId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Ipam"
        ],
        "operationId": "patchIpamAggregatesId",
        "description": "The parameters and request body are for method: patchIpamAggregatesId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Ipam"
        ],
        "operationId": "deleteIpamAggregatesId",
        "description": "The parameters and request body are for method: deleteIpamAggregatesId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/ipam/asns/": {
      "get": {
        "tags": [
          "Ipam"
        ],
        "operationId": "getIpamAsns",
        "description": "The parameters and request body are for method: getIpamAsns. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "count": {
                      "type": "number"
                    },
                    "next": {
                      "type": "string"
                    },
                    "previous": {
                      "type": "string"
                    },
                    "results": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "id": {
                            "type": "number"
                          },
                          "url": {
                            "type": "string"
                          },
                          "display": {
                            "type": "string"
                          },
                          "asn": {
                            "type": "number"
                          },
                          "rir": {
                            "type": "number"
                          },
                          "tenant": {
                            "type": "object",
                            "properties": {
                              "id": {
                                "type": "number"
                              },
                              "url": {
                                "type": "string"
                              },
                              "display": {
                                "type": "string"
                              },
                              "name": {
                                "type": "string"
                              },
                              "slug": {
                                "type": "string"
                              }
                            }
                          },
                          "description": {
                            "type": "string"
                          },
                          "site_count": {
                            "type": "number"
                          },
                          "provider_count": {
                            "type": "number"
                          },
                          "tags": {
                            "type": "array",
                            "items": {
                              "type": "object",
                              "properties": {
                                "id": {
                                  "type": "number"
                                },
                                "url": {
                                  "type": "string"
                                },
                                "display": {
                                  "type": "string"
                                },
                                "name": {
                                  "type": "string"
                                },
                                "slug": {
                                  "type": "string"
                                },
                                "color": {
                                  "type": "string"
                                }
                              }
                            }
                          },
                          "custom_fields": {
                            "type": "object"
                          },
                          "created": {
                            "type": "string"
                          },
                          "last_updated": {
                            "type": "string"
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "count": 9,
                  "next": "string",
                  "previous": "string",
                  "results": [
                    {
                      "id": 5,
                      "url": "string",
                      "display": "string",
                      "asn": 8,
                      "rir": 3,
                      "tenant": {
                        "id": 7,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string"
                      },
                      "description": "string",
                      "site_count": 7,
                      "provider_count": 2,
                      "tags": [
                        {
                          "id": 7,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "created": "string",
                      "last_updated": "string"
                    },
                    {
                      "id": 5,
                      "url": "string",
                      "display": "string",
                      "asn": 2,
                      "rir": 1,
                      "tenant": {
                        "id": 9,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string"
                      },
                      "description": "string",
                      "site_count": 9,
                      "provider_count": 8,
                      "tags": [
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 7,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 4,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 7,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "created": "string",
                      "last_updated": "string"
                    },
                    {
                      "id": 1,
                      "url": "string",
                      "display": "string",
                      "asn": 3,
                      "rir": 10,
                      "tenant": {
                        "id": 10,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string"
                      },
                      "description": "string",
                      "site_count": 8,
                      "provider_count": 6,
                      "tags": [
                        {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 4,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 4,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "created": "string",
                      "last_updated": "string"
                    },
                    {
                      "id": 4,
                      "url": "string",
                      "display": "string",
                      "asn": 5,
                      "rir": 6,
                      "tenant": {
                        "id": 6,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string"
                      },
                      "description": "string",
                      "site_count": 5,
                      "provider_count": 10,
                      "tags": [
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "created": "string",
                      "last_updated": "string"
                    },
                    {
                      "id": 2,
                      "url": "string",
                      "display": "string",
                      "asn": 4,
                      "rir": 7,
                      "tenant": {
                        "id": 6,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string"
                      },
                      "description": "string",
                      "site_count": 3,
                      "provider_count": 4,
                      "tags": [
                        {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 7,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "created": "string",
                      "last_updated": "string"
                    },
                    {
                      "id": 3,
                      "url": "string",
                      "display": "string",
                      "asn": 6,
                      "rir": 7,
                      "tenant": {
                        "id": 6,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string"
                      },
                      "description": "string",
                      "site_count": 9,
                      "provider_count": 7,
                      "tags": [
                        {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "created": "string",
                      "last_updated": "string"
                    },
                    {
                      "id": 3,
                      "url": "string",
                      "display": "string",
                      "asn": 3,
                      "rir": 7,
                      "tenant": {
                        "id": 7,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string"
                      },
                      "description": "string",
                      "site_count": 7,
                      "provider_count": 9,
                      "tags": [
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 7,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 4,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "created": "string",
                      "last_updated": "string"
                    }
                  ]
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "asn",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "description",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "created",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdated",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "q",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tag",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tenantGroupId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tenantGroup",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tenantId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tenant",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "rirId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "rir",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "siteId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "site",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "asnN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "asnLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "asnLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "asnGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "asnGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionIc",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionNic",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionIew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionNiew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionIsw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionNisw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionIe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionNie",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tagN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tenantGroupIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tenantGroupN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tenantIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tenantN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "rirIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "rirN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "siteIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "siteN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ordering",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Ipam"
        ],
        "operationId": "postIpamAsns",
        "description": "The parameters and request body are for method: postIpamAsns. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "put": {
        "tags": [
          "Ipam"
        ],
        "operationId": "putIpamAsns",
        "description": "The parameters and request body are for method: putIpamAsns. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Ipam"
        ],
        "operationId": "patchIpamAsns",
        "description": "The parameters and request body are for method: patchIpamAsns. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Ipam"
        ],
        "operationId": "deleteIpamAsns",
        "description": "The parameters and request body are for method: deleteIpamAsns. 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": {}
            }
          }
        }
      }
    },
    "/ipam/asns/{id}/": {
      "get": {
        "tags": [
          "Ipam"
        ],
        "operationId": "getIpamAsnsId",
        "description": "The parameters and request body are for method: getIpamAsnsId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Ipam"
        ],
        "operationId": "putIpamAsnsId",
        "description": "The parameters and request body are for method: putIpamAsnsId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Ipam"
        ],
        "operationId": "patchIpamAsnsId",
        "description": "The parameters and request body are for method: patchIpamAsnsId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Ipam"
        ],
        "operationId": "deleteIpamAsnsId",
        "description": "The parameters and request body are for method: deleteIpamAsnsId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/ipam/fhrp-group-assignments/": {
      "get": {
        "tags": [
          "Ipam"
        ],
        "operationId": "getIpamFhrpGroupAssignments",
        "description": "The parameters and request body are for method: getIpamFhrpGroupAssignments. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "count": {
                      "type": "number"
                    },
                    "next": {
                      "type": "string"
                    },
                    "previous": {
                      "type": "string"
                    },
                    "results": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "id": {
                            "type": "number"
                          },
                          "url": {
                            "type": "string"
                          },
                          "display": {
                            "type": "string"
                          },
                          "group": {
                            "type": "object",
                            "properties": {
                              "id": {
                                "type": "number"
                              },
                              "url": {
                                "type": "string"
                              },
                              "display": {
                                "type": "string"
                              },
                              "protocol": {
                                "type": "string"
                              },
                              "group_id": {
                                "type": "number"
                              }
                            }
                          },
                          "interface_type": {
                            "type": "string"
                          },
                          "interface_id": {
                            "type": "number"
                          },
                          "interface": {
                            "type": "object"
                          },
                          "priority": {
                            "type": "number"
                          },
                          "created": {
                            "type": "string"
                          },
                          "last_updated": {
                            "type": "string"
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "count": 5,
                  "next": "string",
                  "previous": "string",
                  "results": [
                    {
                      "id": 5,
                      "url": "string",
                      "display": "string",
                      "group": {
                        "id": 10,
                        "url": "string",
                        "display": "string",
                        "protocol": "other",
                        "group_id": 6
                      },
                      "interface_type": "string",
                      "interface_id": 6,
                      "interface": {},
                      "priority": 9,
                      "created": "string",
                      "last_updated": "string"
                    },
                    {
                      "id": 10,
                      "url": "string",
                      "display": "string",
                      "group": {
                        "id": 4,
                        "url": "string",
                        "display": "string",
                        "protocol": "vrrp3",
                        "group_id": 2
                      },
                      "interface_type": "string",
                      "interface_id": 10,
                      "interface": {},
                      "priority": 1,
                      "created": "string",
                      "last_updated": "string"
                    }
                  ]
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "groupId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "interfaceType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "interfaceId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "priority",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "created",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdated",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "device",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "deviceId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "virtualMachine",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "virtualMachineId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "groupIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "interfaceTypeN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "interfaceIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "interfaceIdLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "interfaceIdLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "interfaceIdGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "interfaceIdGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "priorityN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "priorityLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "priorityLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "priorityGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "priorityGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ordering",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Ipam"
        ],
        "operationId": "postIpamFhrpGroupAssignments",
        "description": "The parameters and request body are for method: postIpamFhrpGroupAssignments. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "put": {
        "tags": [
          "Ipam"
        ],
        "operationId": "putIpamFhrpGroupAssignments",
        "description": "The parameters and request body are for method: putIpamFhrpGroupAssignments. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Ipam"
        ],
        "operationId": "patchIpamFhrpGroupAssignments",
        "description": "The parameters and request body are for method: patchIpamFhrpGroupAssignments. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Ipam"
        ],
        "operationId": "deleteIpamFhrpGroupAssignments",
        "description": "The parameters and request body are for method: deleteIpamFhrpGroupAssignments. 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": {}
            }
          }
        }
      }
    },
    "/ipam/fhrp-group-assignments/{id}/": {
      "get": {
        "tags": [
          "Ipam"
        ],
        "operationId": "getIpamFhrpGroupAssignmentsId",
        "description": "The parameters and request body are for method: getIpamFhrpGroupAssignmentsId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Ipam"
        ],
        "operationId": "putIpamFhrpGroupAssignmentsId",
        "description": "The parameters and request body are for method: putIpamFhrpGroupAssignmentsId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Ipam"
        ],
        "operationId": "patchIpamFhrpGroupAssignmentsId",
        "description": "The parameters and request body are for method: patchIpamFhrpGroupAssignmentsId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Ipam"
        ],
        "operationId": "deleteIpamFhrpGroupAssignmentsId",
        "description": "The parameters and request body are for method: deleteIpamFhrpGroupAssignmentsId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/ipam/fhrp-groups/": {
      "get": {
        "tags": [
          "Ipam"
        ],
        "operationId": "getIpamFhrpGroups",
        "description": "The parameters and request body are for method: getIpamFhrpGroups. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "count": {
                      "type": "number"
                    },
                    "next": {
                      "type": "string"
                    },
                    "previous": {
                      "type": "string"
                    },
                    "results": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "id": {
                            "type": "number"
                          },
                          "url": {
                            "type": "string"
                          },
                          "display": {
                            "type": "string"
                          },
                          "protocol": {
                            "type": "string"
                          },
                          "group_id": {
                            "type": "number"
                          },
                          "auth_type": {
                            "type": "string"
                          },
                          "auth_key": {
                            "type": "string"
                          },
                          "description": {
                            "type": "string"
                          },
                          "ip_addresses": {
                            "type": "array",
                            "items": {
                              "type": "object",
                              "properties": {
                                "id": {
                                  "type": "number"
                                },
                                "url": {
                                  "type": "string"
                                },
                                "display": {
                                  "type": "string"
                                },
                                "family": {
                                  "type": "number"
                                },
                                "address": {
                                  "type": "string"
                                }
                              }
                            }
                          },
                          "tags": {
                            "type": "array",
                            "items": {
                              "type": "object",
                              "properties": {
                                "id": {
                                  "type": "number"
                                },
                                "url": {
                                  "type": "string"
                                },
                                "display": {
                                  "type": "string"
                                },
                                "name": {
                                  "type": "string"
                                },
                                "slug": {
                                  "type": "string"
                                },
                                "color": {
                                  "type": "string"
                                }
                              }
                            }
                          },
                          "custom_fields": {
                            "type": "object"
                          },
                          "created": {
                            "type": "string"
                          },
                          "last_updated": {
                            "type": "string"
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "count": 4,
                  "next": "string",
                  "previous": "string",
                  "results": [
                    {
                      "id": 9,
                      "url": "string",
                      "display": "string",
                      "protocol": "vrrp2",
                      "group_id": 3,
                      "auth_type": "md5",
                      "auth_key": "string",
                      "description": "string",
                      "ip_addresses": [
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "family": 3,
                          "address": "string"
                        },
                        {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "family": 3,
                          "address": "string"
                        },
                        {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "family": 2,
                          "address": "string"
                        },
                        {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "family": 9,
                          "address": "string"
                        }
                      ],
                      "tags": [
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 7,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "created": "string",
                      "last_updated": "string"
                    },
                    {
                      "id": 4,
                      "url": "string",
                      "display": "string",
                      "protocol": "carp",
                      "group_id": 2,
                      "auth_type": "md5",
                      "auth_key": "string",
                      "description": "string",
                      "ip_addresses": [
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "family": 1,
                          "address": "string"
                        }
                      ],
                      "tags": [
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 7,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 7,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "created": "string",
                      "last_updated": "string"
                    }
                  ]
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "groupId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "authKey",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "created",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdated",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "q",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tag",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "protocol",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "authType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "relatedIp",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "groupIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "groupIdLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "groupIdLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "groupIdGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "groupIdGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "authKeyN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "authKeyIc",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "authKeyNic",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "authKeyIew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "authKeyNiew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "authKeyIsw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "authKeyNisw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "authKeyIe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "authKeyNie",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tagN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "protocolN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "authTypeN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ordering",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Ipam"
        ],
        "operationId": "postIpamFhrpGroups",
        "description": "The parameters and request body are for method: postIpamFhrpGroups. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "put": {
        "tags": [
          "Ipam"
        ],
        "operationId": "putIpamFhrpGroups",
        "description": "The parameters and request body are for method: putIpamFhrpGroups. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Ipam"
        ],
        "operationId": "patchIpamFhrpGroups",
        "description": "The parameters and request body are for method: patchIpamFhrpGroups. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Ipam"
        ],
        "operationId": "deleteIpamFhrpGroups",
        "description": "The parameters and request body are for method: deleteIpamFhrpGroups. 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": {}
            }
          }
        }
      }
    },
    "/ipam/fhrp-groups/{id}/": {
      "get": {
        "tags": [
          "Ipam"
        ],
        "operationId": "getIpamFhrpGroupsId",
        "description": "The parameters and request body are for method: getIpamFhrpGroupsId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Ipam"
        ],
        "operationId": "putIpamFhrpGroupsId",
        "description": "The parameters and request body are for method: putIpamFhrpGroupsId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Ipam"
        ],
        "operationId": "patchIpamFhrpGroupsId",
        "description": "The parameters and request body are for method: patchIpamFhrpGroupsId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Ipam"
        ],
        "operationId": "deleteIpamFhrpGroupsId",
        "description": "The parameters and request body are for method: deleteIpamFhrpGroupsId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/ipam/ip-addresses/": {
      "get": {
        "tags": [
          "Ipam"
        ],
        "operationId": "getIpamIpAddresses",
        "description": "The parameters and request body are for method: getIpamIpAddresses. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "count": {
                      "type": "number"
                    },
                    "next": {
                      "type": "string"
                    },
                    "previous": {
                      "type": "string"
                    },
                    "results": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "id": {
                            "type": "number"
                          },
                          "url": {
                            "type": "string"
                          },
                          "display": {
                            "type": "string"
                          },
                          "family": {
                            "type": "object",
                            "properties": {
                              "label": {
                                "type": "string"
                              },
                              "value": {
                                "type": "number"
                              }
                            }
                          },
                          "address": {
                            "type": "string"
                          },
                          "vrf": {
                            "type": "object",
                            "properties": {
                              "id": {
                                "type": "number"
                              },
                              "url": {
                                "type": "string"
                              },
                              "display": {
                                "type": "string"
                              },
                              "name": {
                                "type": "string"
                              },
                              "rd": {
                                "type": "string"
                              },
                              "prefix_count": {
                                "type": "number"
                              }
                            }
                          },
                          "tenant": {
                            "type": "object",
                            "properties": {
                              "id": {
                                "type": "number"
                              },
                              "url": {
                                "type": "string"
                              },
                              "display": {
                                "type": "string"
                              },
                              "name": {
                                "type": "string"
                              },
                              "slug": {
                                "type": "string"
                              }
                            }
                          },
                          "status": {
                            "type": "object",
                            "properties": {
                              "label": {
                                "type": "string"
                              },
                              "value": {
                                "type": "string"
                              }
                            }
                          },
                          "role": {
                            "type": "object",
                            "properties": {
                              "label": {
                                "type": "string"
                              },
                              "value": {
                                "type": "string"
                              }
                            }
                          },
                          "assigned_object_type": {
                            "type": "string"
                          },
                          "assigned_object_id": {
                            "type": "number"
                          },
                          "assigned_object": {
                            "type": "object"
                          },
                          "nat_inside": {
                            "type": "object",
                            "properties": {
                              "id": {
                                "type": "number"
                              },
                              "url": {
                                "type": "string"
                              },
                              "display": {
                                "type": "string"
                              },
                              "family": {
                                "type": "number"
                              },
                              "address": {
                                "type": "string"
                              }
                            }
                          },
                          "nat_outside": {
                            "type": "array",
                            "items": {
                              "type": "object",
                              "properties": {
                                "id": {
                                  "type": "number"
                                },
                                "url": {
                                  "type": "string"
                                },
                                "display": {
                                  "type": "string"
                                },
                                "family": {
                                  "type": "number"
                                },
                                "address": {
                                  "type": "string"
                                }
                              }
                            }
                          },
                          "dns_name": {
                            "type": "string"
                          },
                          "description": {
                            "type": "string"
                          },
                          "tags": {
                            "type": "array",
                            "items": {
                              "type": "object",
                              "properties": {
                                "id": {
                                  "type": "number"
                                },
                                "url": {
                                  "type": "string"
                                },
                                "display": {
                                  "type": "string"
                                },
                                "name": {
                                  "type": "string"
                                },
                                "slug": {
                                  "type": "string"
                                },
                                "color": {
                                  "type": "string"
                                }
                              }
                            }
                          },
                          "custom_fields": {
                            "type": "object"
                          },
                          "created": {
                            "type": "string"
                          },
                          "last_updated": {
                            "type": "string"
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "count": 9,
                  "next": "string",
                  "previous": "string",
                  "results": [
                    {
                      "id": 4,
                      "url": "string",
                      "display": "string",
                      "family": {
                        "label": "IPv6",
                        "value": 6
                      },
                      "address": "string",
                      "vrf": {
                        "id": 9,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "rd": "string",
                        "prefix_count": 7
                      },
                      "tenant": {
                        "id": 9,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string"
                      },
                      "status": {
                        "label": "DHCP",
                        "value": "active"
                      },
                      "role": {
                        "label": "VIP",
                        "value": "hsrp"
                      },
                      "assigned_object_type": "string",
                      "assigned_object_id": 9,
                      "assigned_object": {},
                      "nat_inside": {
                        "id": 4,
                        "url": "string",
                        "display": "string",
                        "family": 7,
                        "address": "string"
                      },
                      "nat_outside": [
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "family": 6,
                          "address": "string"
                        },
                        {
                          "id": 4,
                          "url": "string",
                          "display": "string",
                          "family": 10,
                          "address": "string"
                        }
                      ],
                      "dns_name": "string",
                      "description": "string",
                      "tags": [
                        {
                          "id": 4,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 4,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 7,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "created": "string",
                      "last_updated": "string"
                    },
                    {
                      "id": 9,
                      "url": "string",
                      "display": "string",
                      "family": {
                        "label": "IPv4",
                        "value": 6
                      },
                      "address": "string",
                      "vrf": {
                        "id": 3,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "rd": "string",
                        "prefix_count": 1
                      },
                      "tenant": {
                        "id": 7,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string"
                      },
                      "status": {
                        "label": "Reserved",
                        "value": "slaac"
                      },
                      "role": {
                        "label": "Secondary",
                        "value": "glbp"
                      },
                      "assigned_object_type": "string",
                      "assigned_object_id": 2,
                      "assigned_object": {},
                      "nat_inside": {
                        "id": 9,
                        "url": "string",
                        "display": "string",
                        "family": 8,
                        "address": "string"
                      },
                      "nat_outside": [
                        {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "family": 5,
                          "address": "string"
                        },
                        {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "family": 10,
                          "address": "string"
                        },
                        {
                          "id": 7,
                          "url": "string",
                          "display": "string",
                          "family": 1,
                          "address": "string"
                        },
                        {
                          "id": 7,
                          "url": "string",
                          "display": "string",
                          "family": 1,
                          "address": "string"
                        },
                        {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "family": 6,
                          "address": "string"
                        },
                        {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "family": 5,
                          "address": "string"
                        },
                        {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "family": 8,
                          "address": "string"
                        },
                        {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "family": 1,
                          "address": "string"
                        },
                        {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "family": 1,
                          "address": "string"
                        },
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "family": 9,
                          "address": "string"
                        }
                      ],
                      "dns_name": "string",
                      "description": "string",
                      "tags": [
                        {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 4,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 7,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 4,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "created": "string",
                      "last_updated": "string"
                    },
                    {
                      "id": 4,
                      "url": "string",
                      "display": "string",
                      "family": {
                        "label": "IPv6",
                        "value": 4
                      },
                      "address": "string",
                      "vrf": {
                        "id": 3,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "rd": "string",
                        "prefix_count": 8
                      },
                      "tenant": {
                        "id": 4,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string"
                      },
                      "status": {
                        "label": "DHCP",
                        "value": "reserved"
                      },
                      "role": {
                        "label": "Anycast",
                        "value": "hsrp"
                      },
                      "assigned_object_type": "string",
                      "assigned_object_id": 3,
                      "assigned_object": {},
                      "nat_inside": {
                        "id": 4,
                        "url": "string",
                        "display": "string",
                        "family": 6,
                        "address": "string"
                      },
                      "nat_outside": [
                        {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "family": 7,
                          "address": "string"
                        },
                        {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "family": 4,
                          "address": "string"
                        }
                      ],
                      "dns_name": "string",
                      "description": "string",
                      "tags": [
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 7,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "created": "string",
                      "last_updated": "string"
                    },
                    {
                      "id": 5,
                      "url": "string",
                      "display": "string",
                      "family": {
                        "label": "IPv4",
                        "value": 6
                      },
                      "address": "string",
                      "vrf": {
                        "id": 8,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "rd": "string",
                        "prefix_count": 2
                      },
                      "tenant": {
                        "id": 3,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string"
                      },
                      "status": {
                        "label": "Active",
                        "value": "slaac"
                      },
                      "role": {
                        "label": "Secondary",
                        "value": "glbp"
                      },
                      "assigned_object_type": "string",
                      "assigned_object_id": 4,
                      "assigned_object": {},
                      "nat_inside": {
                        "id": 4,
                        "url": "string",
                        "display": "string",
                        "family": 7,
                        "address": "string"
                      },
                      "nat_outside": [
                        {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "family": 9,
                          "address": "string"
                        },
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "family": 2,
                          "address": "string"
                        },
                        {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "family": 6,
                          "address": "string"
                        }
                      ],
                      "dns_name": "string",
                      "description": "string",
                      "tags": [
                        {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 7,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 7,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "created": "string",
                      "last_updated": "string"
                    },
                    {
                      "id": 5,
                      "url": "string",
                      "display": "string",
                      "family": {
                        "label": "IPv4",
                        "value": 6
                      },
                      "address": "string",
                      "vrf": {
                        "id": 10,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "rd": "string",
                        "prefix_count": 2
                      },
                      "tenant": {
                        "id": 7,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string"
                      },
                      "status": {
                        "label": "Active",
                        "value": "active"
                      },
                      "role": {
                        "label": "Loopback",
                        "value": "anycast"
                      },
                      "assigned_object_type": "string",
                      "assigned_object_id": 4,
                      "assigned_object": {},
                      "nat_inside": {
                        "id": 10,
                        "url": "string",
                        "display": "string",
                        "family": 8,
                        "address": "string"
                      },
                      "nat_outside": [
                        {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "family": 10,
                          "address": "string"
                        },
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "family": 6,
                          "address": "string"
                        },
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "family": 4,
                          "address": "string"
                        },
                        {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "family": 2,
                          "address": "string"
                        },
                        {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "family": 1,
                          "address": "string"
                        },
                        {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "family": 4,
                          "address": "string"
                        }
                      ],
                      "dns_name": "string",
                      "description": "string",
                      "tags": [
                        {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "created": "string",
                      "last_updated": "string"
                    },
                    {
                      "id": 3,
                      "url": "string",
                      "display": "string",
                      "family": {
                        "label": "IPv6",
                        "value": 6
                      },
                      "address": "string",
                      "vrf": {
                        "id": 6,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "rd": "string",
                        "prefix_count": 9
                      },
                      "tenant": {
                        "id": 8,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string"
                      },
                      "status": {
                        "label": "SLAAC",
                        "value": "deprecated"
                      },
                      "role": {
                        "label": "CARP",
                        "value": "vrrp"
                      },
                      "assigned_object_type": "string",
                      "assigned_object_id": 8,
                      "assigned_object": {},
                      "nat_inside": {
                        "id": 3,
                        "url": "string",
                        "display": "string",
                        "family": 9,
                        "address": "string"
                      },
                      "nat_outside": [
                        {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "family": 3,
                          "address": "string"
                        }
                      ],
                      "dns_name": "string",
                      "description": "string",
                      "tags": [
                        {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 7,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "created": "string",
                      "last_updated": "string"
                    },
                    {
                      "id": 4,
                      "url": "string",
                      "display": "string",
                      "family": {
                        "label": "IPv6",
                        "value": 6
                      },
                      "address": "string",
                      "vrf": {
                        "id": 2,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "rd": "string",
                        "prefix_count": 6
                      },
                      "tenant": {
                        "id": 1,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string"
                      },
                      "status": {
                        "label": "DHCP",
                        "value": "slaac"
                      },
                      "role": {
                        "label": "Loopback",
                        "value": "anycast"
                      },
                      "assigned_object_type": "string",
                      "assigned_object_id": 4,
                      "assigned_object": {},
                      "nat_inside": {
                        "id": 4,
                        "url": "string",
                        "display": "string",
                        "family": 8,
                        "address": "string"
                      },
                      "nat_outside": [
                        {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "family": 9,
                          "address": "string"
                        },
                        {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "family": 9,
                          "address": "string"
                        },
                        {
                          "id": 7,
                          "url": "string",
                          "display": "string",
                          "family": 10,
                          "address": "string"
                        },
                        {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "family": 2,
                          "address": "string"
                        },
                        {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "family": 6,
                          "address": "string"
                        },
                        {
                          "id": 4,
                          "url": "string",
                          "display": "string",
                          "family": 3,
                          "address": "string"
                        },
                        {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "family": 3,
                          "address": "string"
                        }
                      ],
                      "dns_name": "string",
                      "description": "string",
                      "tags": [
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "created": "string",
                      "last_updated": "string"
                    },
                    {
                      "id": 10,
                      "url": "string",
                      "display": "string",
                      "family": {
                        "label": "IPv6",
                        "value": 6
                      },
                      "address": "string",
                      "vrf": {
                        "id": 9,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "rd": "string",
                        "prefix_count": 6
                      },
                      "tenant": {
                        "id": 7,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string"
                      },
                      "status": {
                        "label": "DHCP",
                        "value": "reserved"
                      },
                      "role": {
                        "label": "Loopback",
                        "value": "glbp"
                      },
                      "assigned_object_type": "string",
                      "assigned_object_id": 8,
                      "assigned_object": {},
                      "nat_inside": {
                        "id": 5,
                        "url": "string",
                        "display": "string",
                        "family": 6,
                        "address": "string"
                      },
                      "nat_outside": [
                        {
                          "id": 7,
                          "url": "string",
                          "display": "string",
                          "family": 3,
                          "address": "string"
                        },
                        {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "family": 8,
                          "address": "string"
                        },
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "family": 2,
                          "address": "string"
                        }
                      ],
                      "dns_name": "string",
                      "description": "string",
                      "tags": [
                        {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 4,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "created": "string",
                      "last_updated": "string"
                    },
                    {
                      "id": 6,
                      "url": "string",
                      "display": "string",
                      "family": {
                        "label": "IPv4",
                        "value": 4
                      },
                      "address": "string",
                      "vrf": {
                        "id": 3,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "rd": "string",
                        "prefix_count": 1
                      },
                      "tenant": {
                        "id": 6,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string"
                      },
                      "status": {
                        "label": "SLAAC",
                        "value": "reserved"
                      },
                      "role": {
                        "label": "Loopback",
                        "value": "anycast"
                      },
                      "assigned_object_type": "string",
                      "assigned_object_id": 4,
                      "assigned_object": {},
                      "nat_inside": {
                        "id": 8,
                        "url": "string",
                        "display": "string",
                        "family": 3,
                        "address": "string"
                      },
                      "nat_outside": [
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "family": 10,
                          "address": "string"
                        },
                        {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "family": 9,
                          "address": "string"
                        },
                        {
                          "id": 7,
                          "url": "string",
                          "display": "string",
                          "family": 3,
                          "address": "string"
                        },
                        {
                          "id": 4,
                          "url": "string",
                          "display": "string",
                          "family": 9,
                          "address": "string"
                        },
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "family": 9,
                          "address": "string"
                        },
                        {
                          "id": 4,
                          "url": "string",
                          "display": "string",
                          "family": 8,
                          "address": "string"
                        },
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "family": 6,
                          "address": "string"
                        },
                        {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "family": 1,
                          "address": "string"
                        },
                        {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "family": 3,
                          "address": "string"
                        },
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "family": 4,
                          "address": "string"
                        }
                      ],
                      "dns_name": "string",
                      "description": "string",
                      "tags": [
                        {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 4,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 4,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "created": "string",
                      "last_updated": "string"
                    }
                  ]
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "dnsName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "description",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "created",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdated",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "q",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tag",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tenantGroupId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tenantGroup",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tenantId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tenant",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "family",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "parent",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "address",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "maskLength",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "vrfId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "vrf",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "presentInVrfId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "presentInVrf",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "device",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "deviceId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "virtualMachine",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "virtualMachineId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "interfaceParam",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "interfaceId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "vminterface",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "vminterfaceId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "fhrpgroupId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "assignedToInterface",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "status",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "role",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "dnsNameN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "dnsNameIc",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "dnsNameNic",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "dnsNameIew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "dnsNameNiew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "dnsNameIsw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "dnsNameNisw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "dnsNameIe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "dnsNameNie",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionIc",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionNic",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionIew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionNiew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionIsw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionNisw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionIe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionNie",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tagN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tenantGroupIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tenantGroupN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tenantIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tenantN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "vrfIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "vrfN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "interfaceN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "interfaceIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "vminterfaceN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "vminterfaceIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "fhrpgroupIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "statusN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "roleN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ordering",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Ipam"
        ],
        "operationId": "postIpamIpAddresses",
        "description": "The parameters and request body are for method: postIpamIpAddresses. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "put": {
        "tags": [
          "Ipam"
        ],
        "operationId": "putIpamIpAddresses",
        "description": "The parameters and request body are for method: putIpamIpAddresses. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Ipam"
        ],
        "operationId": "patchIpamIpAddresses",
        "description": "The parameters and request body are for method: patchIpamIpAddresses. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Ipam"
        ],
        "operationId": "deleteIpamIpAddresses",
        "description": "The parameters and request body are for method: deleteIpamIpAddresses. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      }
    },
    "/ipam/ip-addresses/{id}/": {
      "get": {
        "tags": [
          "Ipam"
        ],
        "operationId": "getIpamIpAddressesId",
        "description": "The parameters and request body are for method: getIpamIpAddressesId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Ipam"
        ],
        "operationId": "putIpamIpAddressesId",
        "description": "The parameters and request body are for method: putIpamIpAddressesId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Ipam"
        ],
        "operationId": "patchIpamIpAddressesId",
        "description": "The parameters and request body are for method: patchIpamIpAddressesId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Ipam"
        ],
        "operationId": "deleteIpamIpAddressesId",
        "description": "The parameters and request body are for method: deleteIpamIpAddressesId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/ipam/ip-ranges/": {
      "get": {
        "tags": [
          "Ipam"
        ],
        "operationId": "getIpamIpRanges",
        "description": "The parameters and request body are for method: getIpamIpRanges. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "count": {
                      "type": "number"
                    },
                    "next": {
                      "type": "string"
                    },
                    "previous": {
                      "type": "string"
                    },
                    "results": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "id": {
                            "type": "number"
                          },
                          "url": {
                            "type": "string"
                          },
                          "display": {
                            "type": "string"
                          },
                          "family": {
                            "type": "object",
                            "properties": {
                              "label": {
                                "type": "string"
                              },
                              "value": {
                                "type": "number"
                              }
                            }
                          },
                          "start_address": {
                            "type": "string"
                          },
                          "end_address": {
                            "type": "string"
                          },
                          "size": {
                            "type": "number"
                          },
                          "vrf": {
                            "type": "object",
                            "properties": {
                              "id": {
                                "type": "number"
                              },
                              "url": {
                                "type": "string"
                              },
                              "display": {
                                "type": "string"
                              },
                              "name": {
                                "type": "string"
                              },
                              "rd": {
                                "type": "string"
                              },
                              "prefix_count": {
                                "type": "number"
                              }
                            }
                          },
                          "tenant": {
                            "type": "object",
                            "properties": {
                              "id": {
                                "type": "number"
                              },
                              "url": {
                                "type": "string"
                              },
                              "display": {
                                "type": "string"
                              },
                              "name": {
                                "type": "string"
                              },
                              "slug": {
                                "type": "string"
                              }
                            }
                          },
                          "status": {
                            "type": "object",
                            "properties": {
                              "label": {
                                "type": "string"
                              },
                              "value": {
                                "type": "string"
                              }
                            }
                          },
                          "role": {
                            "type": "object",
                            "properties": {
                              "id": {
                                "type": "number"
                              },
                              "url": {
                                "type": "string"
                              },
                              "display": {
                                "type": "string"
                              },
                              "name": {
                                "type": "string"
                              },
                              "slug": {
                                "type": "string"
                              },
                              "prefix_count": {
                                "type": "number"
                              },
                              "vlan_count": {
                                "type": "number"
                              }
                            }
                          },
                          "description": {
                            "type": "string"
                          },
                          "tags": {
                            "type": "array",
                            "items": {
                              "type": "object",
                              "properties": {
                                "id": {
                                  "type": "number"
                                },
                                "url": {
                                  "type": "string"
                                },
                                "display": {
                                  "type": "string"
                                },
                                "name": {
                                  "type": "string"
                                },
                                "slug": {
                                  "type": "string"
                                },
                                "color": {
                                  "type": "string"
                                }
                              }
                            }
                          },
                          "custom_fields": {
                            "type": "object"
                          },
                          "created": {
                            "type": "string"
                          },
                          "last_updated": {
                            "type": "string"
                          },
                          "children": {
                            "type": "number"
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "count": 8,
                  "next": "string",
                  "previous": "string",
                  "results": [
                    {
                      "id": 3,
                      "url": "string",
                      "display": "string",
                      "family": {
                        "label": "IPv6",
                        "value": 4
                      },
                      "start_address": "string",
                      "end_address": "string",
                      "size": 1,
                      "vrf": {
                        "id": 3,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "rd": "string",
                        "prefix_count": 7
                      },
                      "tenant": {
                        "id": 4,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string"
                      },
                      "status": {
                        "label": "Deprecated",
                        "value": "reserved"
                      },
                      "role": {
                        "id": 4,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string",
                        "prefix_count": 4,
                        "vlan_count": 1
                      },
                      "description": "string",
                      "tags": [
                        {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 4,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 4,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "created": "string",
                      "last_updated": "string",
                      "children": 6
                    },
                    {
                      "id": 5,
                      "url": "string",
                      "display": "string",
                      "family": {
                        "label": "IPv6",
                        "value": 4
                      },
                      "start_address": "string",
                      "end_address": "string",
                      "size": 6,
                      "vrf": {
                        "id": 8,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "rd": "string",
                        "prefix_count": 9
                      },
                      "tenant": {
                        "id": 7,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string"
                      },
                      "status": {
                        "label": "Deprecated",
                        "value": "active"
                      },
                      "role": {
                        "id": 10,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string",
                        "prefix_count": 5,
                        "vlan_count": 5
                      },
                      "description": "string",
                      "tags": [
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "created": "string",
                      "last_updated": "string",
                      "children": 1
                    },
                    {
                      "id": 9,
                      "url": "string",
                      "display": "string",
                      "family": {
                        "label": "IPv6",
                        "value": 4
                      },
                      "start_address": "string",
                      "end_address": "string",
                      "size": 3,
                      "vrf": {
                        "id": 1,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "rd": "string",
                        "prefix_count": 1
                      },
                      "tenant": {
                        "id": 8,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string"
                      },
                      "status": {
                        "label": "Deprecated",
                        "value": "active"
                      },
                      "role": {
                        "id": 9,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string",
                        "prefix_count": 10,
                        "vlan_count": 6
                      },
                      "description": "string",
                      "tags": [
                        {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 7,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 4,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "created": "string",
                      "last_updated": "string",
                      "children": 10
                    },
                    {
                      "id": 4,
                      "url": "string",
                      "display": "string",
                      "family": {
                        "label": "IPv4",
                        "value": 4
                      },
                      "start_address": "string",
                      "end_address": "string",
                      "size": 6,
                      "vrf": {
                        "id": 3,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "rd": "string",
                        "prefix_count": 1
                      },
                      "tenant": {
                        "id": 8,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string"
                      },
                      "status": {
                        "label": "Active",
                        "value": "reserved"
                      },
                      "role": {
                        "id": 10,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string",
                        "prefix_count": 2,
                        "vlan_count": 2
                      },
                      "description": "string",
                      "tags": [
                        {
                          "id": 7,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 7,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 7,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "created": "string",
                      "last_updated": "string",
                      "children": 7
                    },
                    {
                      "id": 4,
                      "url": "string",
                      "display": "string",
                      "family": {
                        "label": "IPv6",
                        "value": 6
                      },
                      "start_address": "string",
                      "end_address": "string",
                      "size": 3,
                      "vrf": {
                        "id": 8,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "rd": "string",
                        "prefix_count": 4
                      },
                      "tenant": {
                        "id": 8,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string"
                      },
                      "status": {
                        "label": "Active",
                        "value": "reserved"
                      },
                      "role": {
                        "id": 4,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string",
                        "prefix_count": 5,
                        "vlan_count": 3
                      },
                      "description": "string",
                      "tags": [
                        {
                          "id": 4,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 7,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "created": "string",
                      "last_updated": "string",
                      "children": 8
                    },
                    {
                      "id": 5,
                      "url": "string",
                      "display": "string",
                      "family": {
                        "label": "IPv6",
                        "value": 4
                      },
                      "start_address": "string",
                      "end_address": "string",
                      "size": 2,
                      "vrf": {
                        "id": 10,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "rd": "string",
                        "prefix_count": 6
                      },
                      "tenant": {
                        "id": 7,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string"
                      },
                      "status": {
                        "label": "Reserved",
                        "value": "reserved"
                      },
                      "role": {
                        "id": 3,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string",
                        "prefix_count": 6,
                        "vlan_count": 2
                      },
                      "description": "string",
                      "tags": [
                        {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 4,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 7,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "created": "string",
                      "last_updated": "string",
                      "children": 6
                    }
                  ]
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "description",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tenantGroupId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tenantGroup",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tenantId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tenant",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "created",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdated",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "q",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tag",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "family",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "contains",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "vrfId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "vrf",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "roleId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "role",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "status",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionIc",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionNic",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionIew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionNiew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionIsw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionNisw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionIe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionNie",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tenantGroupIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tenantGroupN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tenantIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tenantN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tagN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "vrfIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "vrfN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "roleIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "roleN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "statusN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ordering",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Ipam"
        ],
        "operationId": "postIpamIpRanges",
        "description": "The parameters and request body are for method: postIpamIpRanges. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "put": {
        "tags": [
          "Ipam"
        ],
        "operationId": "putIpamIpRanges",
        "description": "The parameters and request body are for method: putIpamIpRanges. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Ipam"
        ],
        "operationId": "patchIpamIpRanges",
        "description": "The parameters and request body are for method: patchIpamIpRanges. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Ipam"
        ],
        "operationId": "deleteIpamIpRanges",
        "description": "The parameters and request body are for method: deleteIpamIpRanges. 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": {}
            }
          }
        }
      }
    },
    "/ipam/ip-ranges/{id}/": {
      "get": {
        "tags": [
          "Ipam"
        ],
        "operationId": "getIpamIpRangesId",
        "description": "The parameters and request body are for method: getIpamIpRangesId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Ipam"
        ],
        "operationId": "putIpamIpRangesId",
        "description": "The parameters and request body are for method: putIpamIpRangesId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Ipam"
        ],
        "operationId": "patchIpamIpRangesId",
        "description": "The parameters and request body are for method: patchIpamIpRangesId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Ipam"
        ],
        "operationId": "deleteIpamIpRangesId",
        "description": "The parameters and request body are for method: deleteIpamIpRangesId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/ipam/ip-ranges/{id}/available-ips/": {
      "get": {
        "tags": [
          "Ipam"
        ],
        "operationId": "getIpamIpRangesIdAvailableIps",
        "description": "The parameters and request body are for method: getIpamIpRangesIdAvailableIps. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "family": {
                        "type": "number"
                      },
                      "address": {
                        "type": "string"
                      },
                      "vrf": {
                        "type": "object",
                        "properties": {
                          "id": {
                            "type": "number"
                          },
                          "url": {
                            "type": "string"
                          },
                          "display": {
                            "type": "string"
                          },
                          "name": {
                            "type": "string"
                          },
                          "rd": {
                            "type": "string"
                          },
                          "prefix_count": {
                            "type": "number"
                          }
                        }
                      }
                    }
                  }
                },
                "example": [
                  {
                    "family": 5,
                    "address": "string",
                    "vrf": {
                      "id": 10,
                      "url": "string",
                      "display": "string",
                      "name": "string",
                      "rd": "string",
                      "prefix_count": 10
                    }
                  }
                ]
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Ipam"
        ],
        "operationId": "postIpamIpRangesIdAvailableIps",
        "description": "The parameters and request body are for method: postIpamIpRangesIdAvailableIps. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "id": {
                        "type": "number"
                      },
                      "url": {
                        "type": "string"
                      },
                      "display": {
                        "type": "string"
                      },
                      "family": {
                        "type": "object",
                        "properties": {
                          "label": {
                            "type": "string"
                          },
                          "value": {
                            "type": "number"
                          }
                        }
                      },
                      "address": {
                        "type": "string"
                      },
                      "vrf": {
                        "type": "object",
                        "properties": {
                          "id": {
                            "type": "number"
                          },
                          "url": {
                            "type": "string"
                          },
                          "display": {
                            "type": "string"
                          },
                          "name": {
                            "type": "string"
                          },
                          "rd": {
                            "type": "string"
                          },
                          "prefix_count": {
                            "type": "number"
                          }
                        }
                      },
                      "tenant": {
                        "type": "object",
                        "properties": {
                          "id": {
                            "type": "number"
                          },
                          "url": {
                            "type": "string"
                          },
                          "display": {
                            "type": "string"
                          },
                          "name": {
                            "type": "string"
                          },
                          "slug": {
                            "type": "string"
                          }
                        }
                      },
                      "status": {
                        "type": "object",
                        "properties": {
                          "label": {
                            "type": "string"
                          },
                          "value": {
                            "type": "string"
                          }
                        }
                      },
                      "role": {
                        "type": "object",
                        "properties": {
                          "label": {
                            "type": "string"
                          },
                          "value": {
                            "type": "string"
                          }
                        }
                      },
                      "assigned_object_type": {
                        "type": "string"
                      },
                      "assigned_object_id": {
                        "type": "number"
                      },
                      "assigned_object": {
                        "type": "object"
                      },
                      "nat_inside": {
                        "type": "object",
                        "properties": {
                          "id": {
                            "type": "number"
                          },
                          "url": {
                            "type": "string"
                          },
                          "display": {
                            "type": "string"
                          },
                          "family": {
                            "type": "number"
                          },
                          "address": {
                            "type": "string"
                          }
                        }
                      },
                      "nat_outside": {
                        "type": "array",
                        "items": {
                          "type": "object",
                          "properties": {
                            "id": {
                              "type": "number"
                            },
                            "url": {
                              "type": "string"
                            },
                            "display": {
                              "type": "string"
                            },
                            "family": {
                              "type": "number"
                            },
                            "address": {
                              "type": "string"
                            }
                          }
                        }
                      },
                      "dns_name": {
                        "type": "string"
                      },
                      "description": {
                        "type": "string"
                      },
                      "tags": {
                        "type": "array",
                        "items": {
                          "type": "object",
                          "properties": {
                            "id": {
                              "type": "number"
                            },
                            "url": {
                              "type": "string"
                            },
                            "display": {
                              "type": "string"
                            },
                            "name": {
                              "type": "string"
                            },
                            "slug": {
                              "type": "string"
                            },
                            "color": {
                              "type": "string"
                            }
                          }
                        }
                      },
                      "custom_fields": {
                        "type": "object"
                      },
                      "created": {
                        "type": "string"
                      },
                      "last_updated": {
                        "type": "string"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "id": 8,
                    "url": "string",
                    "display": "string",
                    "family": {
                      "label": "IPv4",
                      "value": 4
                    },
                    "address": "string",
                    "vrf": {
                      "id": 10,
                      "url": "string",
                      "display": "string",
                      "name": "string",
                      "rd": "string",
                      "prefix_count": 6
                    },
                    "tenant": {
                      "id": 9,
                      "url": "string",
                      "display": "string",
                      "name": "string",
                      "slug": "string"
                    },
                    "status": {
                      "label": "DHCP",
                      "value": "active"
                    },
                    "role": {
                      "label": "Secondary",
                      "value": "glbp"
                    },
                    "assigned_object_type": "string",
                    "assigned_object_id": 5,
                    "assigned_object": {},
                    "nat_inside": {
                      "id": 10,
                      "url": "string",
                      "display": "string",
                      "family": 2,
                      "address": "string"
                    },
                    "nat_outside": [
                      {
                        "id": 1,
                        "url": "string",
                        "display": "string",
                        "family": 8,
                        "address": "string"
                      },
                      {
                        "id": 6,
                        "url": "string",
                        "display": "string",
                        "family": 9,
                        "address": "string"
                      },
                      {
                        "id": 1,
                        "url": "string",
                        "display": "string",
                        "family": 4,
                        "address": "string"
                      },
                      {
                        "id": 4,
                        "url": "string",
                        "display": "string",
                        "family": 5,
                        "address": "string"
                      },
                      {
                        "id": 8,
                        "url": "string",
                        "display": "string",
                        "family": 1,
                        "address": "string"
                      },
                      {
                        "id": 1,
                        "url": "string",
                        "display": "string",
                        "family": 3,
                        "address": "string"
                      }
                    ],
                    "dns_name": "string",
                    "description": "string",
                    "tags": [
                      {
                        "id": 6,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string",
                        "color": "string"
                      },
                      {
                        "id": 4,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string",
                        "color": "string"
                      },
                      {
                        "id": 3,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string",
                        "color": "string"
                      },
                      {
                        "id": 8,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string",
                        "color": "string"
                      },
                      {
                        "id": 10,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string",
                        "color": "string"
                      },
                      {
                        "id": 6,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string",
                        "color": "string"
                      },
                      {
                        "id": 5,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string",
                        "color": "string"
                      },
                      {
                        "id": 8,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string",
                        "color": "string"
                      },
                      {
                        "id": 8,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string",
                        "color": "string"
                      },
                      {
                        "id": 4,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string",
                        "color": "string"
                      }
                    ],
                    "custom_fields": {},
                    "created": "string",
                    "last_updated": "string"
                  }
                ]
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      }
    },
    "/ipam/l2vpn-terminations/": {
      "get": {
        "tags": [
          "Ipam"
        ],
        "operationId": "getIpamL2vpnTerminations",
        "description": "The parameters and request body are for method: getIpamL2vpnTerminations. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "count": {
                      "type": "number"
                    },
                    "next": {
                      "type": "string"
                    },
                    "previous": {
                      "type": "string"
                    },
                    "results": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "id": {
                            "type": "number"
                          },
                          "url": {
                            "type": "string"
                          },
                          "display": {
                            "type": "string"
                          },
                          "l2vpn": {
                            "type": "object",
                            "properties": {
                              "id": {
                                "type": "number"
                              },
                              "url": {
                                "type": "string"
                              },
                              "display": {
                                "type": "string"
                              },
                              "identifier": {
                                "type": "number"
                              },
                              "name": {
                                "type": "string"
                              },
                              "slug": {
                                "type": "string"
                              },
                              "type": {
                                "type": "string"
                              }
                            }
                          },
                          "assigned_object_type": {
                            "type": "string"
                          },
                          "assigned_object_id": {
                            "type": "number"
                          },
                          "assigned_object": {
                            "type": "object"
                          },
                          "tags": {
                            "type": "array",
                            "items": {
                              "type": "object",
                              "properties": {
                                "id": {
                                  "type": "number"
                                },
                                "url": {
                                  "type": "string"
                                },
                                "display": {
                                  "type": "string"
                                },
                                "name": {
                                  "type": "string"
                                },
                                "slug": {
                                  "type": "string"
                                },
                                "color": {
                                  "type": "string"
                                }
                              }
                            }
                          },
                          "custom_fields": {
                            "type": "object"
                          },
                          "created": {
                            "type": "string"
                          },
                          "last_updated": {
                            "type": "string"
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "count": 5,
                  "next": "string",
                  "previous": "string",
                  "results": [
                    {
                      "id": 2,
                      "url": "string",
                      "display": "string",
                      "l2vpn": {
                        "id": 1,
                        "url": "string",
                        "display": "string",
                        "identifier": 8,
                        "name": "string",
                        "slug": "string",
                        "type": "vxlan-evpn"
                      },
                      "assigned_object_type": "string",
                      "assigned_object_id": 6,
                      "assigned_object": {},
                      "tags": [
                        {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 4,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 7,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "created": "string",
                      "last_updated": "string"
                    },
                    {
                      "id": 6,
                      "url": "string",
                      "display": "string",
                      "l2vpn": {
                        "id": 2,
                        "url": "string",
                        "display": "string",
                        "identifier": 10,
                        "name": "string",
                        "slug": "string",
                        "type": "mpls-evpn"
                      },
                      "assigned_object_type": "string",
                      "assigned_object_id": 2,
                      "assigned_object": {},
                      "tags": [
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "created": "string",
                      "last_updated": "string"
                    },
                    {
                      "id": 3,
                      "url": "string",
                      "display": "string",
                      "l2vpn": {
                        "id": 1,
                        "url": "string",
                        "display": "string",
                        "identifier": 7,
                        "name": "string",
                        "slug": "string",
                        "type": "evpl"
                      },
                      "assigned_object_type": "string",
                      "assigned_object_id": 3,
                      "assigned_object": {},
                      "tags": [
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "created": "string",
                      "last_updated": "string"
                    },
                    {
                      "id": 8,
                      "url": "string",
                      "display": "string",
                      "l2vpn": {
                        "id": 4,
                        "url": "string",
                        "display": "string",
                        "identifier": 8,
                        "name": "string",
                        "slug": "string",
                        "type": "evp-lan"
                      },
                      "assigned_object_type": "string",
                      "assigned_object_id": 8,
                      "assigned_object": {},
                      "tags": [
                        {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 7,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "created": "string",
                      "last_updated": "string"
                    },
                    {
                      "id": 6,
                      "url": "string",
                      "display": "string",
                      "l2vpn": {
                        "id": 5,
                        "url": "string",
                        "display": "string",
                        "identifier": 4,
                        "name": "string",
                        "slug": "string",
                        "type": "vxlan"
                      },
                      "assigned_object_type": "string",
                      "assigned_object_id": 5,
                      "assigned_object": {},
                      "tags": [
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 7,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "created": "string",
                      "last_updated": "string"
                    },
                    {
                      "id": 10,
                      "url": "string",
                      "display": "string",
                      "l2vpn": {
                        "id": 10,
                        "url": "string",
                        "display": "string",
                        "identifier": 4,
                        "name": "string",
                        "slug": "string",
                        "type": "ep-tree"
                      },
                      "assigned_object_type": "string",
                      "assigned_object_id": 5,
                      "assigned_object": {},
                      "tags": [
                        {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "created": "string",
                      "last_updated": "string"
                    },
                    {
                      "id": 4,
                      "url": "string",
                      "display": "string",
                      "l2vpn": {
                        "id": 9,
                        "url": "string",
                        "display": "string",
                        "identifier": 3,
                        "name": "string",
                        "slug": "string",
                        "type": "evp-tree"
                      },
                      "assigned_object_type": "string",
                      "assigned_object_id": 2,
                      "assigned_object": {},
                      "tags": [
                        {
                          "id": 7,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "created": "string",
                      "last_updated": "string"
                    }
                  ]
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "assignedObjectTypeId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "created",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdated",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "q",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tag",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "l2vpnId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "l2vpn",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "region",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "regionId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "site",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "siteId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "device",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "deviceId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "virtualMachine",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "virtualMachineId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "interfaceParam",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "interfaceId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "vminterface",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "vminterfaceId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "vlan",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "vlanVid",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "vlanId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "assignedObjectType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "assignedObjectTypeIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tagN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "l2vpnIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "l2vpnN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "deviceN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "deviceIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "virtualMachineN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "virtualMachineIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "interfaceN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "interfaceIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "vminterfaceN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "vminterfaceIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "vlanN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "vlanVidN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "vlanVidLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "vlanVidLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "vlanVidGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "vlanVidGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "vlanIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "assignedObjectTypeN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ordering",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Ipam"
        ],
        "operationId": "postIpamL2vpnTerminations",
        "description": "The parameters and request body are for method: postIpamL2vpnTerminations. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "put": {
        "tags": [
          "Ipam"
        ],
        "operationId": "putIpamL2vpnTerminations",
        "description": "The parameters and request body are for method: putIpamL2vpnTerminations. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Ipam"
        ],
        "operationId": "patchIpamL2vpnTerminations",
        "description": "The parameters and request body are for method: patchIpamL2vpnTerminations. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Ipam"
        ],
        "operationId": "deleteIpamL2vpnTerminations",
        "description": "The parameters and request body are for method: deleteIpamL2vpnTerminations. 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": {}
            }
          }
        }
      }
    },
    "/ipam/l2vpn-terminations/{id}/": {
      "get": {
        "tags": [
          "Ipam"
        ],
        "operationId": "getIpamL2vpnTerminationsId",
        "description": "The parameters and request body are for method: getIpamL2vpnTerminationsId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Ipam"
        ],
        "operationId": "putIpamL2vpnTerminationsId",
        "description": "The parameters and request body are for method: putIpamL2vpnTerminationsId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Ipam"
        ],
        "operationId": "patchIpamL2vpnTerminationsId",
        "description": "The parameters and request body are for method: patchIpamL2vpnTerminationsId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Ipam"
        ],
        "operationId": "deleteIpamL2vpnTerminationsId",
        "description": "The parameters and request body are for method: deleteIpamL2vpnTerminationsId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/ipam/l2vpns/": {
      "get": {
        "tags": [
          "Ipam"
        ],
        "operationId": "getIpamL2vpns",
        "description": "The parameters and request body are for method: getIpamL2vpns. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "count": {
                      "type": "number"
                    },
                    "next": {
                      "type": "string"
                    },
                    "previous": {
                      "type": "string"
                    },
                    "results": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "id": {
                            "type": "number"
                          },
                          "url": {
                            "type": "string"
                          },
                          "display": {
                            "type": "string"
                          },
                          "identifier": {
                            "type": "number"
                          },
                          "name": {
                            "type": "string"
                          },
                          "slug": {
                            "type": "string"
                          },
                          "type": {
                            "type": "object",
                            "properties": {
                              "label": {
                                "type": "string"
                              },
                              "value": {
                                "type": "string"
                              }
                            }
                          },
                          "import_targets": {
                            "type": "array",
                            "items": {
                              "type": "object",
                              "properties": {
                                "id": {
                                  "type": "number"
                                },
                                "url": {
                                  "type": "string"
                                },
                                "display": {
                                  "type": "string"
                                },
                                "name": {
                                  "type": "string"
                                }
                              }
                            }
                          },
                          "export_targets": {
                            "type": "array",
                            "items": {
                              "type": "object",
                              "properties": {
                                "id": {
                                  "type": "number"
                                },
                                "url": {
                                  "type": "string"
                                },
                                "display": {
                                  "type": "string"
                                },
                                "name": {
                                  "type": "string"
                                }
                              }
                            }
                          },
                          "description": {
                            "type": "string"
                          },
                          "tenant": {
                            "type": "object",
                            "properties": {
                              "id": {
                                "type": "number"
                              },
                              "url": {
                                "type": "string"
                              },
                              "display": {
                                "type": "string"
                              },
                              "name": {
                                "type": "string"
                              },
                              "slug": {
                                "type": "string"
                              }
                            }
                          },
                          "tags": {
                            "type": "array",
                            "items": {
                              "type": "object",
                              "properties": {
                                "id": {
                                  "type": "number"
                                },
                                "url": {
                                  "type": "string"
                                },
                                "display": {
                                  "type": "string"
                                },
                                "name": {
                                  "type": "string"
                                },
                                "slug": {
                                  "type": "string"
                                },
                                "color": {
                                  "type": "string"
                                }
                              }
                            }
                          },
                          "custom_fields": {
                            "type": "object"
                          },
                          "created": {
                            "type": "string"
                          },
                          "last_updated": {
                            "type": "string"
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "count": 3,
                  "next": "string",
                  "previous": "string",
                  "results": [
                    {
                      "id": 10,
                      "url": "string",
                      "display": "string",
                      "identifier": 6,
                      "name": "string",
                      "slug": "string",
                      "type": {
                        "label": "VPLS",
                        "value": "ep-tree"
                      },
                      "import_targets": [
                        {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        },
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        },
                        {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        },
                        {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        },
                        {
                          "id": 4,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        }
                      ],
                      "export_targets": [
                        {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        },
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        },
                        {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        },
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        },
                        {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        }
                      ],
                      "description": "string",
                      "tenant": {
                        "id": 4,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string"
                      },
                      "tags": [
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "created": "string",
                      "last_updated": "string"
                    },
                    {
                      "id": 6,
                      "url": "string",
                      "display": "string",
                      "identifier": 4,
                      "name": "string",
                      "slug": "string",
                      "type": {
                        "label": "Ethernet Private LAN",
                        "value": "evpl"
                      },
                      "import_targets": [
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        },
                        {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        }
                      ],
                      "export_targets": [
                        {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        },
                        {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        },
                        {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        },
                        {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        },
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        },
                        {
                          "id": 4,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        },
                        {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        },
                        {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        }
                      ],
                      "description": "string",
                      "tenant": {
                        "id": 6,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string"
                      },
                      "tags": [
                        {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 7,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 4,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "created": "string",
                      "last_updated": "string"
                    },
                    {
                      "id": 2,
                      "url": "string",
                      "display": "string",
                      "identifier": 4,
                      "name": "string",
                      "slug": "string",
                      "type": {
                        "label": "Ethernet Virtual Private LAN",
                        "value": "ep-tree"
                      },
                      "import_targets": [
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        }
                      ],
                      "export_targets": [
                        {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        },
                        {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        }
                      ],
                      "description": "string",
                      "tenant": {
                        "id": 3,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string"
                      },
                      "tags": [
                        {
                          "id": 7,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 7,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 4,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "created": "string",
                      "last_updated": "string"
                    },
                    {
                      "id": 4,
                      "url": "string",
                      "display": "string",
                      "identifier": 4,
                      "name": "string",
                      "slug": "string",
                      "type": {
                        "label": "EPL",
                        "value": "mpls-evpn"
                      },
                      "import_targets": [
                        {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        },
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        },
                        {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        },
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        },
                        {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        },
                        {
                          "id": 4,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        },
                        {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        },
                        {
                          "id": 4,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        },
                        {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        }
                      ],
                      "export_targets": [
                        {
                          "id": 4,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        },
                        {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        },
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        }
                      ],
                      "description": "string",
                      "tenant": {
                        "id": 9,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string"
                      },
                      "tags": [
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 4,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 7,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "created": "string",
                      "last_updated": "string"
                    },
                    {
                      "id": 10,
                      "url": "string",
                      "display": "string",
                      "identifier": 7,
                      "name": "string",
                      "slug": "string",
                      "type": {
                        "label": "Ethernet Private LAN",
                        "value": "pbb-evpn"
                      },
                      "import_targets": [
                        {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        },
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        },
                        {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        },
                        {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        },
                        {
                          "id": 4,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        },
                        {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        },
                        {
                          "id": 4,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        },
                        {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        },
                        {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        }
                      ],
                      "export_targets": [
                        {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        },
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        },
                        {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        },
                        {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        },
                        {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        }
                      ],
                      "description": "string",
                      "tenant": {
                        "id": 3,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string"
                      },
                      "tags": [
                        {
                          "id": 7,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "created": "string",
                      "last_updated": "string"
                    },
                    {
                      "id": 7,
                      "url": "string",
                      "display": "string",
                      "identifier": 5,
                      "name": "string",
                      "slug": "string",
                      "type": {
                        "label": "VXLAN-EVPN",
                        "value": "ep-tree"
                      },
                      "import_targets": [
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        },
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        },
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        },
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        },
                        {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        },
                        {
                          "id": 4,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        },
                        {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        }
                      ],
                      "export_targets": [
                        {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        },
                        {
                          "id": 7,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        },
                        {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        },
                        {
                          "id": 7,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        },
                        {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        },
                        {
                          "id": 4,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        }
                      ],
                      "description": "string",
                      "tenant": {
                        "id": 4,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string"
                      },
                      "tags": [
                        {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 7,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "created": "string",
                      "last_updated": "string"
                    },
                    {
                      "id": 8,
                      "url": "string",
                      "display": "string",
                      "identifier": 9,
                      "name": "string",
                      "slug": "string",
                      "type": {
                        "label": "VPWS",
                        "value": "vpls"
                      },
                      "import_targets": [
                        {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        },
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        },
                        {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        },
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        },
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        },
                        {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        }
                      ],
                      "export_targets": [
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        },
                        {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        },
                        {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        },
                        {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        },
                        {
                          "id": 4,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        },
                        {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        }
                      ],
                      "description": "string",
                      "tenant": {
                        "id": 5,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string"
                      },
                      "tags": [
                        {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 7,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 4,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "created": "string",
                      "last_updated": "string"
                    }
                  ]
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "identifier",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "name",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "type",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "description",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "created",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdated",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "q",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tag",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tenantGroupId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tenantGroup",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tenantId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tenant",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "importTargetId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "importTarget",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "exportTargetId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "exportTarget",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "identifierN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "identifierLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "identifierLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "identifierGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "identifierGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIc",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNic",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNiew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIsw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNisw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNie",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "typeN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionIc",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionNic",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionIew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionNiew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionIsw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionNisw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionIe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionNie",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tagN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tenantGroupIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tenantGroupN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tenantIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tenantN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "importTargetIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "importTargetN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "exportTargetIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "exportTargetN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ordering",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Ipam"
        ],
        "operationId": "postIpamL2vpns",
        "description": "The parameters and request body are for method: postIpamL2vpns. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "put": {
        "tags": [
          "Ipam"
        ],
        "operationId": "putIpamL2vpns",
        "description": "The parameters and request body are for method: putIpamL2vpns. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Ipam"
        ],
        "operationId": "patchIpamL2vpns",
        "description": "The parameters and request body are for method: patchIpamL2vpns. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Ipam"
        ],
        "operationId": "deleteIpamL2vpns",
        "description": "The parameters and request body are for method: deleteIpamL2vpns. 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": {}
            }
          }
        }
      }
    },
    "/ipam/l2vpns/{id}/": {
      "get": {
        "tags": [
          "Ipam"
        ],
        "operationId": "getIpamL2vpnsId",
        "description": "The parameters and request body are for method: getIpamL2vpnsId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Ipam"
        ],
        "operationId": "putIpamL2vpnsId",
        "description": "The parameters and request body are for method: putIpamL2vpnsId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Ipam"
        ],
        "operationId": "patchIpamL2vpnsId",
        "description": "The parameters and request body are for method: patchIpamL2vpnsId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Ipam"
        ],
        "operationId": "deleteIpamL2vpnsId",
        "description": "The parameters and request body are for method: deleteIpamL2vpnsId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/ipam/prefixes/": {
      "get": {
        "tags": [
          "Ipam"
        ],
        "operationId": "getIpamPrefixes",
        "description": "The parameters and request body are for method: getIpamPrefixes. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "count": {
                      "type": "number"
                    },
                    "next": {
                      "type": "string"
                    },
                    "previous": {
                      "type": "string"
                    },
                    "results": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "id": {
                            "type": "number"
                          },
                          "url": {
                            "type": "string"
                          },
                          "display": {
                            "type": "string"
                          },
                          "family": {
                            "type": "object",
                            "properties": {
                              "label": {
                                "type": "string"
                              },
                              "value": {
                                "type": "number"
                              }
                            }
                          },
                          "prefix": {
                            "type": "string"
                          },
                          "site": {
                            "type": "object",
                            "properties": {
                              "id": {
                                "type": "number"
                              },
                              "url": {
                                "type": "string"
                              },
                              "display": {
                                "type": "string"
                              },
                              "name": {
                                "type": "string"
                              },
                              "slug": {
                                "type": "string"
                              }
                            }
                          },
                          "vrf": {
                            "type": "object",
                            "properties": {
                              "id": {
                                "type": "number"
                              },
                              "url": {
                                "type": "string"
                              },
                              "display": {
                                "type": "string"
                              },
                              "name": {
                                "type": "string"
                              },
                              "rd": {
                                "type": "string"
                              },
                              "prefix_count": {
                                "type": "number"
                              }
                            }
                          },
                          "tenant": {
                            "type": "object",
                            "properties": {
                              "id": {
                                "type": "number"
                              },
                              "url": {
                                "type": "string"
                              },
                              "display": {
                                "type": "string"
                              },
                              "name": {
                                "type": "string"
                              },
                              "slug": {
                                "type": "string"
                              }
                            }
                          },
                          "vlan": {
                            "type": "object",
                            "properties": {
                              "id": {
                                "type": "number"
                              },
                              "url": {
                                "type": "string"
                              },
                              "display": {
                                "type": "string"
                              },
                              "vid": {
                                "type": "number"
                              },
                              "name": {
                                "type": "string"
                              }
                            }
                          },
                          "status": {
                            "type": "object",
                            "properties": {
                              "label": {
                                "type": "string"
                              },
                              "value": {
                                "type": "string"
                              }
                            }
                          },
                          "role": {
                            "type": "object",
                            "properties": {
                              "id": {
                                "type": "number"
                              },
                              "url": {
                                "type": "string"
                              },
                              "display": {
                                "type": "string"
                              },
                              "name": {
                                "type": "string"
                              },
                              "slug": {
                                "type": "string"
                              },
                              "prefix_count": {
                                "type": "number"
                              },
                              "vlan_count": {
                                "type": "number"
                              }
                            }
                          },
                          "is_pool": {
                            "type": "boolean"
                          },
                          "mark_utilized": {
                            "type": "boolean"
                          },
                          "description": {
                            "type": "string"
                          },
                          "tags": {
                            "type": "array",
                            "items": {
                              "type": "object",
                              "properties": {
                                "id": {
                                  "type": "number"
                                },
                                "url": {
                                  "type": "string"
                                },
                                "display": {
                                  "type": "string"
                                },
                                "name": {
                                  "type": "string"
                                },
                                "slug": {
                                  "type": "string"
                                },
                                "color": {
                                  "type": "string"
                                }
                              }
                            }
                          },
                          "custom_fields": {
                            "type": "object"
                          },
                          "created": {
                            "type": "string"
                          },
                          "last_updated": {
                            "type": "string"
                          },
                          "children": {
                            "type": "number"
                          },
                          "_depth": {
                            "type": "number"
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "count": 6,
                  "next": "string",
                  "previous": "string",
                  "results": [
                    {
                      "id": 5,
                      "url": "string",
                      "display": "string",
                      "family": {
                        "label": "IPv4",
                        "value": 6
                      },
                      "prefix": "string",
                      "site": {
                        "id": 8,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string"
                      },
                      "vrf": {
                        "id": 10,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "rd": "string",
                        "prefix_count": 2
                      },
                      "tenant": {
                        "id": 6,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string"
                      },
                      "vlan": {
                        "id": 5,
                        "url": "string",
                        "display": "string",
                        "vid": 9,
                        "name": "string"
                      },
                      "status": {
                        "label": "Reserved",
                        "value": "active"
                      },
                      "role": {
                        "id": 7,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string",
                        "prefix_count": 3,
                        "vlan_count": 5
                      },
                      "is_pool": false,
                      "mark_utilized": true,
                      "description": "string",
                      "tags": [
                        {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 7,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "created": "string",
                      "last_updated": "string",
                      "children": 2,
                      "_depth": 1
                    },
                    {
                      "id": 5,
                      "url": "string",
                      "display": "string",
                      "family": {
                        "label": "IPv4",
                        "value": 6
                      },
                      "prefix": "string",
                      "site": {
                        "id": 2,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string"
                      },
                      "vrf": {
                        "id": 10,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "rd": "string",
                        "prefix_count": 4
                      },
                      "tenant": {
                        "id": 7,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string"
                      },
                      "vlan": {
                        "id": 9,
                        "url": "string",
                        "display": "string",
                        "vid": 9,
                        "name": "string"
                      },
                      "status": {
                        "label": "Active",
                        "value": "reserved"
                      },
                      "role": {
                        "id": 8,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string",
                        "prefix_count": 8,
                        "vlan_count": 4
                      },
                      "is_pool": false,
                      "mark_utilized": false,
                      "description": "string",
                      "tags": [
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "created": "string",
                      "last_updated": "string",
                      "children": 1,
                      "_depth": 4
                    },
                    {
                      "id": 1,
                      "url": "string",
                      "display": "string",
                      "family": {
                        "label": "IPv4",
                        "value": 6
                      },
                      "prefix": "string",
                      "site": {
                        "id": 8,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string"
                      },
                      "vrf": {
                        "id": 2,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "rd": "string",
                        "prefix_count": 8
                      },
                      "tenant": {
                        "id": 7,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string"
                      },
                      "vlan": {
                        "id": 6,
                        "url": "string",
                        "display": "string",
                        "vid": 2,
                        "name": "string"
                      },
                      "status": {
                        "label": "Container",
                        "value": "container"
                      },
                      "role": {
                        "id": 7,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string",
                        "prefix_count": 10,
                        "vlan_count": 6
                      },
                      "is_pool": false,
                      "mark_utilized": false,
                      "description": "string",
                      "tags": [
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "created": "string",
                      "last_updated": "string",
                      "children": 6,
                      "_depth": 3
                    },
                    {
                      "id": 4,
                      "url": "string",
                      "display": "string",
                      "family": {
                        "label": "IPv4",
                        "value": 6
                      },
                      "prefix": "string",
                      "site": {
                        "id": 5,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string"
                      },
                      "vrf": {
                        "id": 3,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "rd": "string",
                        "prefix_count": 2
                      },
                      "tenant": {
                        "id": 10,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string"
                      },
                      "vlan": {
                        "id": 5,
                        "url": "string",
                        "display": "string",
                        "vid": 4,
                        "name": "string"
                      },
                      "status": {
                        "label": "Deprecated",
                        "value": "deprecated"
                      },
                      "role": {
                        "id": 6,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string",
                        "prefix_count": 9,
                        "vlan_count": 5
                      },
                      "is_pool": true,
                      "mark_utilized": false,
                      "description": "string",
                      "tags": [
                        {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "created": "string",
                      "last_updated": "string",
                      "children": 2,
                      "_depth": 10
                    },
                    {
                      "id": 9,
                      "url": "string",
                      "display": "string",
                      "family": {
                        "label": "IPv6",
                        "value": 6
                      },
                      "prefix": "string",
                      "site": {
                        "id": 2,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string"
                      },
                      "vrf": {
                        "id": 2,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "rd": "string",
                        "prefix_count": 2
                      },
                      "tenant": {
                        "id": 10,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string"
                      },
                      "vlan": {
                        "id": 3,
                        "url": "string",
                        "display": "string",
                        "vid": 3,
                        "name": "string"
                      },
                      "status": {
                        "label": "Reserved",
                        "value": "reserved"
                      },
                      "role": {
                        "id": 1,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string",
                        "prefix_count": 3,
                        "vlan_count": 9
                      },
                      "is_pool": false,
                      "mark_utilized": false,
                      "description": "string",
                      "tags": [
                        {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "created": "string",
                      "last_updated": "string",
                      "children": 7,
                      "_depth": 6
                    },
                    {
                      "id": 4,
                      "url": "string",
                      "display": "string",
                      "family": {
                        "label": "IPv4",
                        "value": 6
                      },
                      "prefix": "string",
                      "site": {
                        "id": 6,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string"
                      },
                      "vrf": {
                        "id": 1,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "rd": "string",
                        "prefix_count": 9
                      },
                      "tenant": {
                        "id": 5,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string"
                      },
                      "vlan": {
                        "id": 8,
                        "url": "string",
                        "display": "string",
                        "vid": 6,
                        "name": "string"
                      },
                      "status": {
                        "label": "Deprecated",
                        "value": "container"
                      },
                      "role": {
                        "id": 9,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string",
                        "prefix_count": 5,
                        "vlan_count": 2
                      },
                      "is_pool": false,
                      "mark_utilized": true,
                      "description": "string",
                      "tags": [
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 7,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 7,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "created": "string",
                      "last_updated": "string",
                      "children": 8,
                      "_depth": 3
                    },
                    {
                      "id": 9,
                      "url": "string",
                      "display": "string",
                      "family": {
                        "label": "IPv4",
                        "value": 6
                      },
                      "prefix": "string",
                      "site": {
                        "id": 7,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string"
                      },
                      "vrf": {
                        "id": 5,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "rd": "string",
                        "prefix_count": 8
                      },
                      "tenant": {
                        "id": 10,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string"
                      },
                      "vlan": {
                        "id": 10,
                        "url": "string",
                        "display": "string",
                        "vid": 2,
                        "name": "string"
                      },
                      "status": {
                        "label": "Reserved",
                        "value": "deprecated"
                      },
                      "role": {
                        "id": 8,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string",
                        "prefix_count": 5,
                        "vlan_count": 2
                      },
                      "is_pool": false,
                      "mark_utilized": true,
                      "description": "string",
                      "tags": [
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 4,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "created": "string",
                      "last_updated": "string",
                      "children": 9,
                      "_depth": 5
                    },
                    {
                      "id": 2,
                      "url": "string",
                      "display": "string",
                      "family": {
                        "label": "IPv4",
                        "value": 4
                      },
                      "prefix": "string",
                      "site": {
                        "id": 5,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string"
                      },
                      "vrf": {
                        "id": 1,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "rd": "string",
                        "prefix_count": 8
                      },
                      "tenant": {
                        "id": 10,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string"
                      },
                      "vlan": {
                        "id": 8,
                        "url": "string",
                        "display": "string",
                        "vid": 1,
                        "name": "string"
                      },
                      "status": {
                        "label": "Active",
                        "value": "container"
                      },
                      "role": {
                        "id": 9,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string",
                        "prefix_count": 3,
                        "vlan_count": 4
                      },
                      "is_pool": true,
                      "mark_utilized": true,
                      "description": "string",
                      "tags": [
                        {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 4,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "created": "string",
                      "last_updated": "string",
                      "children": 3,
                      "_depth": 3
                    }
                  ]
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "isPool",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "markUtilized",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "description",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "created",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdated",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "q",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tag",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tenantGroupId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tenantGroup",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tenantId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tenant",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "family",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "prefix",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "within",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "withinInclude",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "contains",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "depth",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "children",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "maskLength",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "maskLengthGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "maskLengthLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "vrfId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "vrf",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "presentInVrfId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "presentInVrf",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "regionId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "region",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "siteGroupId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "siteGroup",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "siteId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "site",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "vlanId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "vlanVid",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "roleId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "role",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "status",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionIc",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionNic",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionIew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionNiew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionIsw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionNisw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionIe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionNie",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tagN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tenantGroupIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tenantGroupN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tenantIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tenantN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "depthN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "depthLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "depthLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "depthGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "depthGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "childrenN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "childrenLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "childrenLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "childrenGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "childrenGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "vrfIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "vrfN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "regionIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "regionN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "siteGroupIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "siteGroupN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "siteIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "siteN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "vlanIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "vlanVidN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "vlanVidLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "vlanVidLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "vlanVidGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "vlanVidGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "roleIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "roleN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "statusN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ordering",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Ipam"
        ],
        "operationId": "postIpamPrefixes",
        "description": "The parameters and request body are for method: postIpamPrefixes. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "put": {
        "tags": [
          "Ipam"
        ],
        "operationId": "putIpamPrefixes",
        "description": "The parameters and request body are for method: putIpamPrefixes. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Ipam"
        ],
        "operationId": "patchIpamPrefixes",
        "description": "The parameters and request body are for method: patchIpamPrefixes. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Ipam"
        ],
        "operationId": "deleteIpamPrefixes",
        "description": "The parameters and request body are for method: deleteIpamPrefixes. 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": {}
            }
          }
        }
      }
    },
    "/ipam/prefixes/{id}/": {
      "get": {
        "tags": [
          "Ipam"
        ],
        "operationId": "getIpamPrefixesId",
        "description": "The parameters and request body are for method: getIpamPrefixesId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Ipam"
        ],
        "operationId": "putIpamPrefixesId",
        "description": "The parameters and request body are for method: putIpamPrefixesId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Ipam"
        ],
        "operationId": "patchIpamPrefixesId",
        "description": "The parameters and request body are for method: patchIpamPrefixesId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Ipam"
        ],
        "operationId": "deleteIpamPrefixesId",
        "description": "The parameters and request body are for method: deleteIpamPrefixesId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/ipam/prefixes/{id}/available-ips/": {
      "get": {
        "tags": [
          "Ipam"
        ],
        "operationId": "getIpamPrefixesIdAvailableIps",
        "description": "The parameters and request body are for method: getIpamPrefixesIdAvailableIps. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "family": {
                        "type": "number"
                      },
                      "address": {
                        "type": "string"
                      },
                      "vrf": {
                        "type": "object",
                        "properties": {
                          "id": {
                            "type": "number"
                          },
                          "url": {
                            "type": "string"
                          },
                          "display": {
                            "type": "string"
                          },
                          "name": {
                            "type": "string"
                          },
                          "rd": {
                            "type": "string"
                          },
                          "prefix_count": {
                            "type": "number"
                          }
                        }
                      }
                    }
                  }
                },
                "example": [
                  {
                    "family": 9,
                    "address": "string",
                    "vrf": {
                      "id": 7,
                      "url": "string",
                      "display": "string",
                      "name": "string",
                      "rd": "string",
                      "prefix_count": 6
                    }
                  }
                ]
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Ipam"
        ],
        "operationId": "postIpamPrefixesIdAvailableIps",
        "description": "The parameters and request body are for method: postIpamPrefixesIdAvailableIps. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "id": {
                        "type": "number"
                      },
                      "url": {
                        "type": "string"
                      },
                      "display": {
                        "type": "string"
                      },
                      "family": {
                        "type": "object",
                        "properties": {
                          "label": {
                            "type": "string"
                          },
                          "value": {
                            "type": "number"
                          }
                        }
                      },
                      "address": {
                        "type": "string"
                      },
                      "vrf": {
                        "type": "object",
                        "properties": {
                          "id": {
                            "type": "number"
                          },
                          "url": {
                            "type": "string"
                          },
                          "display": {
                            "type": "string"
                          },
                          "name": {
                            "type": "string"
                          },
                          "rd": {
                            "type": "string"
                          },
                          "prefix_count": {
                            "type": "number"
                          }
                        }
                      },
                      "tenant": {
                        "type": "object",
                        "properties": {
                          "id": {
                            "type": "number"
                          },
                          "url": {
                            "type": "string"
                          },
                          "display": {
                            "type": "string"
                          },
                          "name": {
                            "type": "string"
                          },
                          "slug": {
                            "type": "string"
                          }
                        }
                      },
                      "status": {
                        "type": "object",
                        "properties": {
                          "label": {
                            "type": "string"
                          },
                          "value": {
                            "type": "string"
                          }
                        }
                      },
                      "role": {
                        "type": "object",
                        "properties": {
                          "label": {
                            "type": "string"
                          },
                          "value": {
                            "type": "string"
                          }
                        }
                      },
                      "assigned_object_type": {
                        "type": "string"
                      },
                      "assigned_object_id": {
                        "type": "number"
                      },
                      "assigned_object": {
                        "type": "object"
                      },
                      "nat_inside": {
                        "type": "object",
                        "properties": {
                          "id": {
                            "type": "number"
                          },
                          "url": {
                            "type": "string"
                          },
                          "display": {
                            "type": "string"
                          },
                          "family": {
                            "type": "number"
                          },
                          "address": {
                            "type": "string"
                          }
                        }
                      },
                      "nat_outside": {
                        "type": "array",
                        "items": {
                          "type": "object",
                          "properties": {
                            "id": {
                              "type": "number"
                            },
                            "url": {
                              "type": "string"
                            },
                            "display": {
                              "type": "string"
                            },
                            "family": {
                              "type": "number"
                            },
                            "address": {
                              "type": "string"
                            }
                          }
                        }
                      },
                      "dns_name": {
                        "type": "string"
                      },
                      "description": {
                        "type": "string"
                      },
                      "tags": {
                        "type": "array",
                        "items": {
                          "type": "object",
                          "properties": {
                            "id": {
                              "type": "number"
                            },
                            "url": {
                              "type": "string"
                            },
                            "display": {
                              "type": "string"
                            },
                            "name": {
                              "type": "string"
                            },
                            "slug": {
                              "type": "string"
                            },
                            "color": {
                              "type": "string"
                            }
                          }
                        }
                      },
                      "custom_fields": {
                        "type": "object"
                      },
                      "created": {
                        "type": "string"
                      },
                      "last_updated": {
                        "type": "string"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "id": 5,
                    "url": "string",
                    "display": "string",
                    "family": {
                      "label": "IPv6",
                      "value": 4
                    },
                    "address": "string",
                    "vrf": {
                      "id": 9,
                      "url": "string",
                      "display": "string",
                      "name": "string",
                      "rd": "string",
                      "prefix_count": 4
                    },
                    "tenant": {
                      "id": 4,
                      "url": "string",
                      "display": "string",
                      "name": "string",
                      "slug": "string"
                    },
                    "status": {
                      "label": "Reserved",
                      "value": "active"
                    },
                    "role": {
                      "label": "Loopback",
                      "value": "hsrp"
                    },
                    "assigned_object_type": "string",
                    "assigned_object_id": 4,
                    "assigned_object": {},
                    "nat_inside": {
                      "id": 8,
                      "url": "string",
                      "display": "string",
                      "family": 7,
                      "address": "string"
                    },
                    "nat_outside": [
                      {
                        "id": 8,
                        "url": "string",
                        "display": "string",
                        "family": 8,
                        "address": "string"
                      }
                    ],
                    "dns_name": "string",
                    "description": "string",
                    "tags": [
                      {
                        "id": 5,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string",
                        "color": "string"
                      },
                      {
                        "id": 6,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string",
                        "color": "string"
                      },
                      {
                        "id": 2,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string",
                        "color": "string"
                      },
                      {
                        "id": 7,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string",
                        "color": "string"
                      },
                      {
                        "id": 3,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string",
                        "color": "string"
                      },
                      {
                        "id": 1,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string",
                        "color": "string"
                      }
                    ],
                    "custom_fields": {},
                    "created": "string",
                    "last_updated": "string"
                  },
                  {
                    "id": 6,
                    "url": "string",
                    "display": "string",
                    "family": {
                      "label": "IPv4",
                      "value": 4
                    },
                    "address": "string",
                    "vrf": {
                      "id": 2,
                      "url": "string",
                      "display": "string",
                      "name": "string",
                      "rd": "string",
                      "prefix_count": 5
                    },
                    "tenant": {
                      "id": 4,
                      "url": "string",
                      "display": "string",
                      "name": "string",
                      "slug": "string"
                    },
                    "status": {
                      "label": "SLAAC",
                      "value": "dhcp"
                    },
                    "role": {
                      "label": "HSRP",
                      "value": "vrrp"
                    },
                    "assigned_object_type": "string",
                    "assigned_object_id": 3,
                    "assigned_object": {},
                    "nat_inside": {
                      "id": 7,
                      "url": "string",
                      "display": "string",
                      "family": 2,
                      "address": "string"
                    },
                    "nat_outside": [
                      {
                        "id": 1,
                        "url": "string",
                        "display": "string",
                        "family": 5,
                        "address": "string"
                      },
                      {
                        "id": 2,
                        "url": "string",
                        "display": "string",
                        "family": 10,
                        "address": "string"
                      },
                      {
                        "id": 9,
                        "url": "string",
                        "display": "string",
                        "family": 4,
                        "address": "string"
                      },
                      {
                        "id": 5,
                        "url": "string",
                        "display": "string",
                        "family": 7,
                        "address": "string"
                      },
                      {
                        "id": 8,
                        "url": "string",
                        "display": "string",
                        "family": 9,
                        "address": "string"
                      },
                      {
                        "id": 4,
                        "url": "string",
                        "display": "string",
                        "family": 2,
                        "address": "string"
                      },
                      {
                        "id": 5,
                        "url": "string",
                        "display": "string",
                        "family": 7,
                        "address": "string"
                      },
                      {
                        "id": 1,
                        "url": "string",
                        "display": "string",
                        "family": 7,
                        "address": "string"
                      },
                      {
                        "id": 4,
                        "url": "string",
                        "display": "string",
                        "family": 4,
                        "address": "string"
                      }
                    ],
                    "dns_name": "string",
                    "description": "string",
                    "tags": [
                      {
                        "id": 8,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string",
                        "color": "string"
                      },
                      {
                        "id": 3,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string",
                        "color": "string"
                      },
                      {
                        "id": 7,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string",
                        "color": "string"
                      },
                      {
                        "id": 2,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string",
                        "color": "string"
                      },
                      {
                        "id": 9,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string",
                        "color": "string"
                      },
                      {
                        "id": 9,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string",
                        "color": "string"
                      },
                      {
                        "id": 5,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string",
                        "color": "string"
                      },
                      {
                        "id": 2,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string",
                        "color": "string"
                      },
                      {
                        "id": 1,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string",
                        "color": "string"
                      },
                      {
                        "id": 5,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string",
                        "color": "string"
                      }
                    ],
                    "custom_fields": {},
                    "created": "string",
                    "last_updated": "string"
                  },
                  {
                    "id": 8,
                    "url": "string",
                    "display": "string",
                    "family": {
                      "label": "IPv4",
                      "value": 4
                    },
                    "address": "string",
                    "vrf": {
                      "id": 8,
                      "url": "string",
                      "display": "string",
                      "name": "string",
                      "rd": "string",
                      "prefix_count": 9
                    },
                    "tenant": {
                      "id": 2,
                      "url": "string",
                      "display": "string",
                      "name": "string",
                      "slug": "string"
                    },
                    "status": {
                      "label": "SLAAC",
                      "value": "slaac"
                    },
                    "role": {
                      "label": "CARP",
                      "value": "secondary"
                    },
                    "assigned_object_type": "string",
                    "assigned_object_id": 2,
                    "assigned_object": {},
                    "nat_inside": {
                      "id": 10,
                      "url": "string",
                      "display": "string",
                      "family": 1,
                      "address": "string"
                    },
                    "nat_outside": [
                      {
                        "id": 10,
                        "url": "string",
                        "display": "string",
                        "family": 10,
                        "address": "string"
                      },
                      {
                        "id": 2,
                        "url": "string",
                        "display": "string",
                        "family": 1,
                        "address": "string"
                      },
                      {
                        "id": 9,
                        "url": "string",
                        "display": "string",
                        "family": 1,
                        "address": "string"
                      },
                      {
                        "id": 3,
                        "url": "string",
                        "display": "string",
                        "family": 3,
                        "address": "string"
                      },
                      {
                        "id": 7,
                        "url": "string",
                        "display": "string",
                        "family": 6,
                        "address": "string"
                      },
                      {
                        "id": 5,
                        "url": "string",
                        "display": "string",
                        "family": 4,
                        "address": "string"
                      },
                      {
                        "id": 2,
                        "url": "string",
                        "display": "string",
                        "family": 6,
                        "address": "string"
                      },
                      {
                        "id": 1,
                        "url": "string",
                        "display": "string",
                        "family": 1,
                        "address": "string"
                      },
                      {
                        "id": 8,
                        "url": "string",
                        "display": "string",
                        "family": 8,
                        "address": "string"
                      },
                      {
                        "id": 6,
                        "url": "string",
                        "display": "string",
                        "family": 1,
                        "address": "string"
                      }
                    ],
                    "dns_name": "string",
                    "description": "string",
                    "tags": [
                      {
                        "id": 8,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string",
                        "color": "string"
                      },
                      {
                        "id": 8,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string",
                        "color": "string"
                      },
                      {
                        "id": 1,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string",
                        "color": "string"
                      },
                      {
                        "id": 1,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string",
                        "color": "string"
                      }
                    ],
                    "custom_fields": {},
                    "created": "string",
                    "last_updated": "string"
                  },
                  {
                    "id": 5,
                    "url": "string",
                    "display": "string",
                    "family": {
                      "label": "IPv4",
                      "value": 4
                    },
                    "address": "string",
                    "vrf": {
                      "id": 7,
                      "url": "string",
                      "display": "string",
                      "name": "string",
                      "rd": "string",
                      "prefix_count": 6
                    },
                    "tenant": {
                      "id": 2,
                      "url": "string",
                      "display": "string",
                      "name": "string",
                      "slug": "string"
                    },
                    "status": {
                      "label": "Active",
                      "value": "deprecated"
                    },
                    "role": {
                      "label": "VIP",
                      "value": "anycast"
                    },
                    "assigned_object_type": "string",
                    "assigned_object_id": 1,
                    "assigned_object": {},
                    "nat_inside": {
                      "id": 3,
                      "url": "string",
                      "display": "string",
                      "family": 2,
                      "address": "string"
                    },
                    "nat_outside": [
                      {
                        "id": 3,
                        "url": "string",
                        "display": "string",
                        "family": 9,
                        "address": "string"
                      },
                      {
                        "id": 10,
                        "url": "string",
                        "display": "string",
                        "family": 1,
                        "address": "string"
                      },
                      {
                        "id": 7,
                        "url": "string",
                        "display": "string",
                        "family": 1,
                        "address": "string"
                      },
                      {
                        "id": 4,
                        "url": "string",
                        "display": "string",
                        "family": 10,
                        "address": "string"
                      },
                      {
                        "id": 1,
                        "url": "string",
                        "display": "string",
                        "family": 3,
                        "address": "string"
                      },
                      {
                        "id": 6,
                        "url": "string",
                        "display": "string",
                        "family": 10,
                        "address": "string"
                      },
                      {
                        "id": 10,
                        "url": "string",
                        "display": "string",
                        "family": 1,
                        "address": "string"
                      },
                      {
                        "id": 4,
                        "url": "string",
                        "display": "string",
                        "family": 8,
                        "address": "string"
                      },
                      {
                        "id": 4,
                        "url": "string",
                        "display": "string",
                        "family": 3,
                        "address": "string"
                      }
                    ],
                    "dns_name": "string",
                    "description": "string",
                    "tags": [
                      {
                        "id": 2,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string",
                        "color": "string"
                      },
                      {
                        "id": 7,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string",
                        "color": "string"
                      },
                      {
                        "id": 4,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string",
                        "color": "string"
                      },
                      {
                        "id": 8,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string",
                        "color": "string"
                      },
                      {
                        "id": 5,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string",
                        "color": "string"
                      },
                      {
                        "id": 4,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string",
                        "color": "string"
                      },
                      {
                        "id": 6,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string",
                        "color": "string"
                      },
                      {
                        "id": 3,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string",
                        "color": "string"
                      },
                      {
                        "id": 1,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string",
                        "color": "string"
                      }
                    ],
                    "custom_fields": {},
                    "created": "string",
                    "last_updated": "string"
                  }
                ]
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      }
    },
    "/ipam/prefixes/{id}/available-prefixes/": {
      "get": {
        "tags": [
          "Ipam"
        ],
        "operationId": "getIpamPrefixesIdAvailablePrefixes",
        "description": "The parameters and request body are for method: getIpamPrefixesIdAvailablePrefixes. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "family": {
                        "type": "number"
                      },
                      "prefix": {
                        "type": "string"
                      },
                      "vrf": {
                        "type": "object",
                        "properties": {
                          "id": {
                            "type": "number"
                          },
                          "url": {
                            "type": "string"
                          },
                          "display": {
                            "type": "string"
                          },
                          "name": {
                            "type": "string"
                          },
                          "rd": {
                            "type": "string"
                          },
                          "prefix_count": {
                            "type": "number"
                          }
                        }
                      }
                    }
                  }
                },
                "example": [
                  {
                    "family": 6,
                    "prefix": "string",
                    "vrf": {
                      "id": 9,
                      "url": "string",
                      "display": "string",
                      "name": "string",
                      "rd": "string",
                      "prefix_count": 1
                    }
                  },
                  {
                    "family": 2,
                    "prefix": "string",
                    "vrf": {
                      "id": 1,
                      "url": "string",
                      "display": "string",
                      "name": "string",
                      "rd": "string",
                      "prefix_count": 1
                    }
                  }
                ]
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Ipam"
        ],
        "operationId": "postIpamPrefixesIdAvailablePrefixes",
        "description": "The parameters and request body are for method: postIpamPrefixesIdAvailablePrefixes. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "id": {
                        "type": "number"
                      },
                      "url": {
                        "type": "string"
                      },
                      "display": {
                        "type": "string"
                      },
                      "family": {
                        "type": "object",
                        "properties": {
                          "label": {
                            "type": "string"
                          },
                          "value": {
                            "type": "number"
                          }
                        }
                      },
                      "prefix": {
                        "type": "string"
                      },
                      "site": {
                        "type": "object",
                        "properties": {
                          "id": {
                            "type": "number"
                          },
                          "url": {
                            "type": "string"
                          },
                          "display": {
                            "type": "string"
                          },
                          "name": {
                            "type": "string"
                          },
                          "slug": {
                            "type": "string"
                          }
                        }
                      },
                      "vrf": {
                        "type": "object",
                        "properties": {
                          "id": {
                            "type": "number"
                          },
                          "url": {
                            "type": "string"
                          },
                          "display": {
                            "type": "string"
                          },
                          "name": {
                            "type": "string"
                          },
                          "rd": {
                            "type": "string"
                          },
                          "prefix_count": {
                            "type": "number"
                          }
                        }
                      },
                      "tenant": {
                        "type": "object",
                        "properties": {
                          "id": {
                            "type": "number"
                          },
                          "url": {
                            "type": "string"
                          },
                          "display": {
                            "type": "string"
                          },
                          "name": {
                            "type": "string"
                          },
                          "slug": {
                            "type": "string"
                          }
                        }
                      },
                      "vlan": {
                        "type": "object",
                        "properties": {
                          "id": {
                            "type": "number"
                          },
                          "url": {
                            "type": "string"
                          },
                          "display": {
                            "type": "string"
                          },
                          "vid": {
                            "type": "number"
                          },
                          "name": {
                            "type": "string"
                          }
                        }
                      },
                      "status": {
                        "type": "object",
                        "properties": {
                          "label": {
                            "type": "string"
                          },
                          "value": {
                            "type": "string"
                          }
                        }
                      },
                      "role": {
                        "type": "object",
                        "properties": {
                          "id": {
                            "type": "number"
                          },
                          "url": {
                            "type": "string"
                          },
                          "display": {
                            "type": "string"
                          },
                          "name": {
                            "type": "string"
                          },
                          "slug": {
                            "type": "string"
                          },
                          "prefix_count": {
                            "type": "number"
                          },
                          "vlan_count": {
                            "type": "number"
                          }
                        }
                      },
                      "is_pool": {
                        "type": "boolean"
                      },
                      "mark_utilized": {
                        "type": "boolean"
                      },
                      "description": {
                        "type": "string"
                      },
                      "tags": {
                        "type": "array",
                        "items": {
                          "type": "object",
                          "properties": {
                            "id": {
                              "type": "number"
                            },
                            "url": {
                              "type": "string"
                            },
                            "display": {
                              "type": "string"
                            },
                            "name": {
                              "type": "string"
                            },
                            "slug": {
                              "type": "string"
                            },
                            "color": {
                              "type": "string"
                            }
                          }
                        }
                      },
                      "custom_fields": {
                        "type": "object"
                      },
                      "created": {
                        "type": "string"
                      },
                      "last_updated": {
                        "type": "string"
                      },
                      "children": {
                        "type": "number"
                      },
                      "_depth": {
                        "type": "number"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "id": 9,
                    "url": "string",
                    "display": "string",
                    "family": {
                      "label": "IPv4",
                      "value": 6
                    },
                    "prefix": "string",
                    "site": {
                      "id": 2,
                      "url": "string",
                      "display": "string",
                      "name": "string",
                      "slug": "string"
                    },
                    "vrf": {
                      "id": 6,
                      "url": "string",
                      "display": "string",
                      "name": "string",
                      "rd": "string",
                      "prefix_count": 10
                    },
                    "tenant": {
                      "id": 5,
                      "url": "string",
                      "display": "string",
                      "name": "string",
                      "slug": "string"
                    },
                    "vlan": {
                      "id": 5,
                      "url": "string",
                      "display": "string",
                      "vid": 5,
                      "name": "string"
                    },
                    "status": {
                      "label": "Deprecated",
                      "value": "deprecated"
                    },
                    "role": {
                      "id": 6,
                      "url": "string",
                      "display": "string",
                      "name": "string",
                      "slug": "string",
                      "prefix_count": 3,
                      "vlan_count": 10
                    },
                    "is_pool": false,
                    "mark_utilized": false,
                    "description": "string",
                    "tags": [
                      {
                        "id": 10,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string",
                        "color": "string"
                      }
                    ],
                    "custom_fields": {},
                    "created": "string",
                    "last_updated": "string",
                    "children": 1,
                    "_depth": 2
                  },
                  {
                    "id": 4,
                    "url": "string",
                    "display": "string",
                    "family": {
                      "label": "IPv6",
                      "value": 4
                    },
                    "prefix": "string",
                    "site": {
                      "id": 9,
                      "url": "string",
                      "display": "string",
                      "name": "string",
                      "slug": "string"
                    },
                    "vrf": {
                      "id": 1,
                      "url": "string",
                      "display": "string",
                      "name": "string",
                      "rd": "string",
                      "prefix_count": 6
                    },
                    "tenant": {
                      "id": 9,
                      "url": "string",
                      "display": "string",
                      "name": "string",
                      "slug": "string"
                    },
                    "vlan": {
                      "id": 9,
                      "url": "string",
                      "display": "string",
                      "vid": 3,
                      "name": "string"
                    },
                    "status": {
                      "label": "Reserved",
                      "value": "reserved"
                    },
                    "role": {
                      "id": 10,
                      "url": "string",
                      "display": "string",
                      "name": "string",
                      "slug": "string",
                      "prefix_count": 9,
                      "vlan_count": 4
                    },
                    "is_pool": true,
                    "mark_utilized": true,
                    "description": "string",
                    "tags": [
                      {
                        "id": 7,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string",
                        "color": "string"
                      },
                      {
                        "id": 2,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string",
                        "color": "string"
                      },
                      {
                        "id": 1,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string",
                        "color": "string"
                      },
                      {
                        "id": 3,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string",
                        "color": "string"
                      },
                      {
                        "id": 10,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string",
                        "color": "string"
                      },
                      {
                        "id": 4,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string",
                        "color": "string"
                      },
                      {
                        "id": 9,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string",
                        "color": "string"
                      },
                      {
                        "id": 3,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string",
                        "color": "string"
                      },
                      {
                        "id": 5,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string",
                        "color": "string"
                      },
                      {
                        "id": 8,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string",
                        "color": "string"
                      }
                    ],
                    "custom_fields": {},
                    "created": "string",
                    "last_updated": "string",
                    "children": 7,
                    "_depth": 8
                  },
                  {
                    "id": 5,
                    "url": "string",
                    "display": "string",
                    "family": {
                      "label": "IPv6",
                      "value": 6
                    },
                    "prefix": "string",
                    "site": {
                      "id": 5,
                      "url": "string",
                      "display": "string",
                      "name": "string",
                      "slug": "string"
                    },
                    "vrf": {
                      "id": 7,
                      "url": "string",
                      "display": "string",
                      "name": "string",
                      "rd": "string",
                      "prefix_count": 6
                    },
                    "tenant": {
                      "id": 1,
                      "url": "string",
                      "display": "string",
                      "name": "string",
                      "slug": "string"
                    },
                    "vlan": {
                      "id": 10,
                      "url": "string",
                      "display": "string",
                      "vid": 7,
                      "name": "string"
                    },
                    "status": {
                      "label": "Active",
                      "value": "deprecated"
                    },
                    "role": {
                      "id": 2,
                      "url": "string",
                      "display": "string",
                      "name": "string",
                      "slug": "string",
                      "prefix_count": 5,
                      "vlan_count": 10
                    },
                    "is_pool": true,
                    "mark_utilized": true,
                    "description": "string",
                    "tags": [
                      {
                        "id": 7,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string",
                        "color": "string"
                      },
                      {
                        "id": 3,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string",
                        "color": "string"
                      }
                    ],
                    "custom_fields": {},
                    "created": "string",
                    "last_updated": "string",
                    "children": 9,
                    "_depth": 3
                  }
                ]
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      }
    },
    "/ipam/rirs/": {
      "get": {
        "tags": [
          "Ipam"
        ],
        "operationId": "getIpamRirs",
        "description": "The parameters and request body are for method: getIpamRirs. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "count": {
                      "type": "number"
                    },
                    "next": {
                      "type": "string"
                    },
                    "previous": {
                      "type": "string"
                    },
                    "results": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "id": {
                            "type": "number"
                          },
                          "url": {
                            "type": "string"
                          },
                          "display": {
                            "type": "string"
                          },
                          "name": {
                            "type": "string"
                          },
                          "slug": {
                            "type": "string"
                          },
                          "is_private": {
                            "type": "boolean"
                          },
                          "description": {
                            "type": "string"
                          },
                          "tags": {
                            "type": "array",
                            "items": {
                              "type": "object",
                              "properties": {
                                "id": {
                                  "type": "number"
                                },
                                "url": {
                                  "type": "string"
                                },
                                "display": {
                                  "type": "string"
                                },
                                "name": {
                                  "type": "string"
                                },
                                "slug": {
                                  "type": "string"
                                },
                                "color": {
                                  "type": "string"
                                }
                              }
                            }
                          },
                          "custom_fields": {
                            "type": "object"
                          },
                          "created": {
                            "type": "string"
                          },
                          "last_updated": {
                            "type": "string"
                          },
                          "aggregate_count": {
                            "type": "number"
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "count": 3,
                  "next": "string",
                  "previous": "string",
                  "results": [
                    {
                      "id": 10,
                      "url": "string",
                      "display": "string",
                      "name": "string",
                      "slug": "string",
                      "is_private": true,
                      "description": "string",
                      "tags": [
                        {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 4,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 7,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "created": "string",
                      "last_updated": "string",
                      "aggregate_count": 1
                    },
                    {
                      "id": 7,
                      "url": "string",
                      "display": "string",
                      "name": "string",
                      "slug": "string",
                      "is_private": false,
                      "description": "string",
                      "tags": [
                        {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "created": "string",
                      "last_updated": "string",
                      "aggregate_count": 5
                    },
                    {
                      "id": 4,
                      "url": "string",
                      "display": "string",
                      "name": "string",
                      "slug": "string",
                      "is_private": false,
                      "description": "string",
                      "tags": [
                        {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "created": "string",
                      "last_updated": "string",
                      "aggregate_count": 6
                    },
                    {
                      "id": 8,
                      "url": "string",
                      "display": "string",
                      "name": "string",
                      "slug": "string",
                      "is_private": true,
                      "description": "string",
                      "tags": [
                        {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "created": "string",
                      "last_updated": "string",
                      "aggregate_count": 10
                    }
                  ]
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "name",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slug",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "isPrivate",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "description",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "created",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdated",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "q",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tag",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIc",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNic",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNiew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIsw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNisw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNie",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slugN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slugIc",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slugNic",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slugIew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slugNiew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slugIsw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slugNisw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slugIe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slugNie",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionIc",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionNic",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionIew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionNiew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionIsw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionNisw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionIe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionNie",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tagN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ordering",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Ipam"
        ],
        "operationId": "postIpamRirs",
        "description": "The parameters and request body are for method: postIpamRirs. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "put": {
        "tags": [
          "Ipam"
        ],
        "operationId": "putIpamRirs",
        "description": "The parameters and request body are for method: putIpamRirs. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Ipam"
        ],
        "operationId": "patchIpamRirs",
        "description": "The parameters and request body are for method: patchIpamRirs. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Ipam"
        ],
        "operationId": "deleteIpamRirs",
        "description": "The parameters and request body are for method: deleteIpamRirs. 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": {}
            }
          }
        }
      }
    },
    "/ipam/rirs/{id}/": {
      "get": {
        "tags": [
          "Ipam"
        ],
        "operationId": "getIpamRirsId",
        "description": "The parameters and request body are for method: getIpamRirsId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Ipam"
        ],
        "operationId": "putIpamRirsId",
        "description": "The parameters and request body are for method: putIpamRirsId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Ipam"
        ],
        "operationId": "patchIpamRirsId",
        "description": "The parameters and request body are for method: patchIpamRirsId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Ipam"
        ],
        "operationId": "deleteIpamRirsId",
        "description": "The parameters and request body are for method: deleteIpamRirsId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/ipam/roles/": {
      "get": {
        "tags": [
          "Ipam"
        ],
        "operationId": "getIpamRoles",
        "description": "The parameters and request body are for method: getIpamRoles. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "count": {
                      "type": "number"
                    },
                    "next": {
                      "type": "string"
                    },
                    "previous": {
                      "type": "string"
                    },
                    "results": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "id": {
                            "type": "number"
                          },
                          "url": {
                            "type": "string"
                          },
                          "display": {
                            "type": "string"
                          },
                          "name": {
                            "type": "string"
                          },
                          "slug": {
                            "type": "string"
                          },
                          "weight": {
                            "type": "number"
                          },
                          "description": {
                            "type": "string"
                          },
                          "tags": {
                            "type": "array",
                            "items": {
                              "type": "object",
                              "properties": {
                                "id": {
                                  "type": "number"
                                },
                                "url": {
                                  "type": "string"
                                },
                                "display": {
                                  "type": "string"
                                },
                                "name": {
                                  "type": "string"
                                },
                                "slug": {
                                  "type": "string"
                                },
                                "color": {
                                  "type": "string"
                                }
                              }
                            }
                          },
                          "custom_fields": {
                            "type": "object"
                          },
                          "created": {
                            "type": "string"
                          },
                          "last_updated": {
                            "type": "string"
                          },
                          "prefix_count": {
                            "type": "number"
                          },
                          "vlan_count": {
                            "type": "number"
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "count": 8,
                  "next": "string",
                  "previous": "string",
                  "results": [
                    {
                      "id": 5,
                      "url": "string",
                      "display": "string",
                      "name": "string",
                      "slug": "string",
                      "weight": 1,
                      "description": "string",
                      "tags": [
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 4,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 4,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "created": "string",
                      "last_updated": "string",
                      "prefix_count": 10,
                      "vlan_count": 3
                    },
                    {
                      "id": 3,
                      "url": "string",
                      "display": "string",
                      "name": "string",
                      "slug": "string",
                      "weight": 1,
                      "description": "string",
                      "tags": [
                        {
                          "id": 7,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 4,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "created": "string",
                      "last_updated": "string",
                      "prefix_count": 9,
                      "vlan_count": 6
                    },
                    {
                      "id": 6,
                      "url": "string",
                      "display": "string",
                      "name": "string",
                      "slug": "string",
                      "weight": 9,
                      "description": "string",
                      "tags": [
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "created": "string",
                      "last_updated": "string",
                      "prefix_count": 3,
                      "vlan_count": 10
                    },
                    {
                      "id": 3,
                      "url": "string",
                      "display": "string",
                      "name": "string",
                      "slug": "string",
                      "weight": 4,
                      "description": "string",
                      "tags": [
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "created": "string",
                      "last_updated": "string",
                      "prefix_count": 9,
                      "vlan_count": 9
                    },
                    {
                      "id": 1,
                      "url": "string",
                      "display": "string",
                      "name": "string",
                      "slug": "string",
                      "weight": 8,
                      "description": "string",
                      "tags": [
                        {
                          "id": 4,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 4,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "created": "string",
                      "last_updated": "string",
                      "prefix_count": 10,
                      "vlan_count": 8
                    },
                    {
                      "id": 3,
                      "url": "string",
                      "display": "string",
                      "name": "string",
                      "slug": "string",
                      "weight": 10,
                      "description": "string",
                      "tags": [
                        {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "created": "string",
                      "last_updated": "string",
                      "prefix_count": 5,
                      "vlan_count": 6
                    }
                  ]
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "name",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slug",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "description",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "created",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdated",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "q",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tag",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIc",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNic",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNiew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIsw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNisw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNie",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slugN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slugIc",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slugNic",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slugIew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slugNiew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slugIsw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slugNisw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slugIe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slugNie",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionIc",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionNic",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionIew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionNiew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionIsw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionNisw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionIe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionNie",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tagN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ordering",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Ipam"
        ],
        "operationId": "postIpamRoles",
        "description": "The parameters and request body are for method: postIpamRoles. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "put": {
        "tags": [
          "Ipam"
        ],
        "operationId": "putIpamRoles",
        "description": "The parameters and request body are for method: putIpamRoles. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Ipam"
        ],
        "operationId": "patchIpamRoles",
        "description": "The parameters and request body are for method: patchIpamRoles. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Ipam"
        ],
        "operationId": "deleteIpamRoles",
        "description": "The parameters and request body are for method: deleteIpamRoles. 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": {}
            }
          }
        }
      }
    },
    "/ipam/roles/{id}/": {
      "get": {
        "tags": [
          "Ipam"
        ],
        "operationId": "getIpamRolesId",
        "description": "The parameters and request body are for method: getIpamRolesId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Ipam"
        ],
        "operationId": "putIpamRolesId",
        "description": "The parameters and request body are for method: putIpamRolesId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Ipam"
        ],
        "operationId": "patchIpamRolesId",
        "description": "The parameters and request body are for method: patchIpamRolesId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Ipam"
        ],
        "operationId": "deleteIpamRolesId",
        "description": "The parameters and request body are for method: deleteIpamRolesId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/ipam/route-targets/": {
      "get": {
        "tags": [
          "Ipam"
        ],
        "operationId": "getIpamRouteTargets",
        "description": "The parameters and request body are for method: getIpamRouteTargets. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "count": {
                      "type": "number"
                    },
                    "next": {
                      "type": "string"
                    },
                    "previous": {
                      "type": "string"
                    },
                    "results": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "id": {
                            "type": "number"
                          },
                          "url": {
                            "type": "string"
                          },
                          "display": {
                            "type": "string"
                          },
                          "name": {
                            "type": "string"
                          },
                          "tenant": {
                            "type": "object",
                            "properties": {
                              "id": {
                                "type": "number"
                              },
                              "url": {
                                "type": "string"
                              },
                              "display": {
                                "type": "string"
                              },
                              "name": {
                                "type": "string"
                              },
                              "slug": {
                                "type": "string"
                              }
                            }
                          },
                          "description": {
                            "type": "string"
                          },
                          "tags": {
                            "type": "array",
                            "items": {
                              "type": "object",
                              "properties": {
                                "id": {
                                  "type": "number"
                                },
                                "url": {
                                  "type": "string"
                                },
                                "display": {
                                  "type": "string"
                                },
                                "name": {
                                  "type": "string"
                                },
                                "slug": {
                                  "type": "string"
                                },
                                "color": {
                                  "type": "string"
                                }
                              }
                            }
                          },
                          "custom_fields": {
                            "type": "object"
                          },
                          "created": {
                            "type": "string"
                          },
                          "last_updated": {
                            "type": "string"
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "count": 4,
                  "next": "string",
                  "previous": "string",
                  "results": [
                    {
                      "id": 4,
                      "url": "string",
                      "display": "string",
                      "name": "string",
                      "tenant": {
                        "id": 9,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string"
                      },
                      "description": "string",
                      "tags": [
                        {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 4,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 4,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 7,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "created": "string",
                      "last_updated": "string"
                    },
                    {
                      "id": 9,
                      "url": "string",
                      "display": "string",
                      "name": "string",
                      "tenant": {
                        "id": 3,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string"
                      },
                      "description": "string",
                      "tags": [
                        {
                          "id": 4,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 7,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 7,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "created": "string",
                      "last_updated": "string"
                    }
                  ]
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "name",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "description",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "created",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdated",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "q",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tag",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tenantGroupId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tenantGroup",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tenantId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tenant",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "importingVrfId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "importingVrf",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "exportingVrfId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "exportingVrf",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIc",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNic",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNiew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIsw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNisw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNie",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionIc",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionNic",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionIew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionNiew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionIsw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionNisw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionIe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionNie",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tagN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tenantGroupIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tenantGroupN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tenantIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tenantN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "importingVrfIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "importingVrfN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "exportingVrfIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "exportingVrfN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ordering",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Ipam"
        ],
        "operationId": "postIpamRouteTargets",
        "description": "The parameters and request body are for method: postIpamRouteTargets. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "put": {
        "tags": [
          "Ipam"
        ],
        "operationId": "putIpamRouteTargets",
        "description": "The parameters and request body are for method: putIpamRouteTargets. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Ipam"
        ],
        "operationId": "patchIpamRouteTargets",
        "description": "The parameters and request body are for method: patchIpamRouteTargets. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Ipam"
        ],
        "operationId": "deleteIpamRouteTargets",
        "description": "The parameters and request body are for method: deleteIpamRouteTargets. 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": {}
            }
          }
        }
      }
    },
    "/ipam/route-targets/{id}/": {
      "get": {
        "tags": [
          "Ipam"
        ],
        "operationId": "getIpamRouteTargetsId",
        "description": "The parameters and request body are for method: getIpamRouteTargetsId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Ipam"
        ],
        "operationId": "putIpamRouteTargetsId",
        "description": "The parameters and request body are for method: putIpamRouteTargetsId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Ipam"
        ],
        "operationId": "patchIpamRouteTargetsId",
        "description": "The parameters and request body are for method: patchIpamRouteTargetsId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Ipam"
        ],
        "operationId": "deleteIpamRouteTargetsId",
        "description": "The parameters and request body are for method: deleteIpamRouteTargetsId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/ipam/service-templates/": {
      "get": {
        "tags": [
          "Ipam"
        ],
        "operationId": "getIpamServiceTemplates",
        "description": "The parameters and request body are for method: getIpamServiceTemplates. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "count": {
                      "type": "number"
                    },
                    "next": {
                      "type": "string"
                    },
                    "previous": {
                      "type": "string"
                    },
                    "results": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "id": {
                            "type": "number"
                          },
                          "url": {
                            "type": "string"
                          },
                          "display": {
                            "type": "string"
                          },
                          "name": {
                            "type": "string"
                          },
                          "ports": {
                            "type": "array",
                            "items": {
                              "type": "number"
                            }
                          },
                          "protocol": {
                            "type": "object",
                            "properties": {
                              "label": {
                                "type": "string"
                              },
                              "value": {
                                "type": "string"
                              }
                            }
                          },
                          "description": {
                            "type": "string"
                          },
                          "tags": {
                            "type": "array",
                            "items": {
                              "type": "object",
                              "properties": {
                                "id": {
                                  "type": "number"
                                },
                                "url": {
                                  "type": "string"
                                },
                                "display": {
                                  "type": "string"
                                },
                                "name": {
                                  "type": "string"
                                },
                                "slug": {
                                  "type": "string"
                                },
                                "color": {
                                  "type": "string"
                                }
                              }
                            }
                          },
                          "custom_fields": {
                            "type": "object"
                          },
                          "created": {
                            "type": "string"
                          },
                          "last_updated": {
                            "type": "string"
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "count": 10,
                  "next": "string",
                  "previous": "string",
                  "results": [
                    {
                      "id": 2,
                      "url": "string",
                      "display": "string",
                      "name": "string",
                      "ports": [
                        6,
                        2,
                        9,
                        2,
                        10,
                        6,
                        6
                      ],
                      "protocol": {
                        "label": "SCTP",
                        "value": "udp"
                      },
                      "description": "string",
                      "tags": [
                        {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "created": "string",
                      "last_updated": "string"
                    },
                    {
                      "id": 7,
                      "url": "string",
                      "display": "string",
                      "name": "string",
                      "ports": [
                        8,
                        7,
                        7,
                        9,
                        6,
                        5
                      ],
                      "protocol": {
                        "label": "UDP",
                        "value": "sctp"
                      },
                      "description": "string",
                      "tags": [
                        {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "created": "string",
                      "last_updated": "string"
                    },
                    {
                      "id": 2,
                      "url": "string",
                      "display": "string",
                      "name": "string",
                      "ports": [
                        1,
                        7,
                        9,
                        3,
                        10,
                        3
                      ],
                      "protocol": {
                        "label": "UDP",
                        "value": "sctp"
                      },
                      "description": "string",
                      "tags": [
                        {
                          "id": 4,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 7,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "created": "string",
                      "last_updated": "string"
                    },
                    {
                      "id": 2,
                      "url": "string",
                      "display": "string",
                      "name": "string",
                      "ports": [
                        8,
                        6,
                        7,
                        5,
                        8,
                        10
                      ],
                      "protocol": {
                        "label": "TCP",
                        "value": "tcp"
                      },
                      "description": "string",
                      "tags": [
                        {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 4,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "created": "string",
                      "last_updated": "string"
                    }
                  ]
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "name",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "protocol",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "created",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdated",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "q",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tag",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "port",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIc",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNic",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNiew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIsw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNisw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNie",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "protocolN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tagN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ordering",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Ipam"
        ],
        "operationId": "postIpamServiceTemplates",
        "description": "The parameters and request body are for method: postIpamServiceTemplates. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "put": {
        "tags": [
          "Ipam"
        ],
        "operationId": "putIpamServiceTemplates",
        "description": "The parameters and request body are for method: putIpamServiceTemplates. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Ipam"
        ],
        "operationId": "patchIpamServiceTemplates",
        "description": "The parameters and request body are for method: patchIpamServiceTemplates. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Ipam"
        ],
        "operationId": "deleteIpamServiceTemplates",
        "description": "The parameters and request body are for method: deleteIpamServiceTemplates. 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": {}
            }
          }
        }
      }
    },
    "/ipam/service-templates/{id}/": {
      "get": {
        "tags": [
          "Ipam"
        ],
        "operationId": "getIpamServiceTemplatesId",
        "description": "The parameters and request body are for method: getIpamServiceTemplatesId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Ipam"
        ],
        "operationId": "putIpamServiceTemplatesId",
        "description": "The parameters and request body are for method: putIpamServiceTemplatesId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Ipam"
        ],
        "operationId": "patchIpamServiceTemplatesId",
        "description": "The parameters and request body are for method: patchIpamServiceTemplatesId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Ipam"
        ],
        "operationId": "deleteIpamServiceTemplatesId",
        "description": "The parameters and request body are for method: deleteIpamServiceTemplatesId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/ipam/services/": {
      "get": {
        "tags": [
          "Ipam"
        ],
        "operationId": "getIpamServices",
        "description": "The parameters and request body are for method: getIpamServices. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "count": {
                      "type": "number"
                    },
                    "next": {
                      "type": "string"
                    },
                    "previous": {
                      "type": "string"
                    },
                    "results": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "id": {
                            "type": "number"
                          },
                          "url": {
                            "type": "string"
                          },
                          "display": {
                            "type": "string"
                          },
                          "device": {
                            "type": "object",
                            "properties": {
                              "id": {
                                "type": "number"
                              },
                              "url": {
                                "type": "string"
                              },
                              "display": {
                                "type": "string"
                              },
                              "name": {
                                "type": "string"
                              }
                            }
                          },
                          "virtual_machine": {
                            "type": "object",
                            "properties": {
                              "id": {
                                "type": "number"
                              },
                              "url": {
                                "type": "string"
                              },
                              "display": {
                                "type": "string"
                              },
                              "name": {
                                "type": "string"
                              }
                            }
                          },
                          "name": {
                            "type": "string"
                          },
                          "ports": {
                            "type": "array",
                            "items": {
                              "type": "number"
                            }
                          },
                          "protocol": {
                            "type": "object",
                            "properties": {
                              "label": {
                                "type": "string"
                              },
                              "value": {
                                "type": "string"
                              }
                            }
                          },
                          "ipaddresses": {
                            "type": "array",
                            "items": {
                              "type": "object",
                              "properties": {
                                "id": {
                                  "type": "number"
                                },
                                "url": {
                                  "type": "string"
                                },
                                "display": {
                                  "type": "string"
                                },
                                "family": {
                                  "type": "number"
                                },
                                "address": {
                                  "type": "string"
                                }
                              }
                            }
                          },
                          "description": {
                            "type": "string"
                          },
                          "tags": {
                            "type": "array",
                            "items": {
                              "type": "object",
                              "properties": {
                                "id": {
                                  "type": "number"
                                },
                                "url": {
                                  "type": "string"
                                },
                                "display": {
                                  "type": "string"
                                },
                                "name": {
                                  "type": "string"
                                },
                                "slug": {
                                  "type": "string"
                                },
                                "color": {
                                  "type": "string"
                                }
                              }
                            }
                          },
                          "custom_fields": {
                            "type": "object"
                          },
                          "created": {
                            "type": "string"
                          },
                          "last_updated": {
                            "type": "string"
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "count": 2,
                  "next": "string",
                  "previous": "string",
                  "results": [
                    {
                      "id": 8,
                      "url": "string",
                      "display": "string",
                      "device": {
                        "id": 4,
                        "url": "string",
                        "display": "string",
                        "name": "string"
                      },
                      "virtual_machine": {
                        "id": 3,
                        "url": "string",
                        "display": "string",
                        "name": "string"
                      },
                      "name": "string",
                      "ports": [
                        5
                      ],
                      "protocol": {
                        "label": "TCP",
                        "value": "sctp"
                      },
                      "ipaddresses": [
                        {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "family": 10,
                          "address": "string"
                        },
                        {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "family": 8,
                          "address": "string"
                        },
                        {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "family": 1,
                          "address": "string"
                        },
                        {
                          "id": 4,
                          "url": "string",
                          "display": "string",
                          "family": 7,
                          "address": "string"
                        },
                        {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "family": 6,
                          "address": "string"
                        },
                        {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "family": 2,
                          "address": "string"
                        },
                        {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "family": 9,
                          "address": "string"
                        },
                        {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "family": 5,
                          "address": "string"
                        },
                        {
                          "id": 7,
                          "url": "string",
                          "display": "string",
                          "family": 4,
                          "address": "string"
                        }
                      ],
                      "description": "string",
                      "tags": [
                        {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 7,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "created": "string",
                      "last_updated": "string"
                    },
                    {
                      "id": 9,
                      "url": "string",
                      "display": "string",
                      "device": {
                        "id": 9,
                        "url": "string",
                        "display": "string",
                        "name": "string"
                      },
                      "virtual_machine": {
                        "id": 10,
                        "url": "string",
                        "display": "string",
                        "name": "string"
                      },
                      "name": "string",
                      "ports": [
                        2,
                        4,
                        5,
                        10,
                        5,
                        3,
                        6,
                        6
                      ],
                      "protocol": {
                        "label": "UDP",
                        "value": "sctp"
                      },
                      "ipaddresses": [
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "family": 8,
                          "address": "string"
                        },
                        {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "family": 8,
                          "address": "string"
                        }
                      ],
                      "description": "string",
                      "tags": [
                        {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 4,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "created": "string",
                      "last_updated": "string"
                    },
                    {
                      "id": 4,
                      "url": "string",
                      "display": "string",
                      "device": {
                        "id": 10,
                        "url": "string",
                        "display": "string",
                        "name": "string"
                      },
                      "virtual_machine": {
                        "id": 6,
                        "url": "string",
                        "display": "string",
                        "name": "string"
                      },
                      "name": "string",
                      "ports": [
                        10,
                        9,
                        4,
                        4,
                        1,
                        3
                      ],
                      "protocol": {
                        "label": "SCTP",
                        "value": "sctp"
                      },
                      "ipaddresses": [
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "family": 2,
                          "address": "string"
                        },
                        {
                          "id": 4,
                          "url": "string",
                          "display": "string",
                          "family": 8,
                          "address": "string"
                        }
                      ],
                      "description": "string",
                      "tags": [
                        {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "created": "string",
                      "last_updated": "string"
                    },
                    {
                      "id": 6,
                      "url": "string",
                      "display": "string",
                      "device": {
                        "id": 8,
                        "url": "string",
                        "display": "string",
                        "name": "string"
                      },
                      "virtual_machine": {
                        "id": 5,
                        "url": "string",
                        "display": "string",
                        "name": "string"
                      },
                      "name": "string",
                      "ports": [
                        6,
                        2,
                        7,
                        6,
                        1,
                        9,
                        9,
                        10,
                        8
                      ],
                      "protocol": {
                        "label": "UDP",
                        "value": "sctp"
                      },
                      "ipaddresses": [
                        {
                          "id": 7,
                          "url": "string",
                          "display": "string",
                          "family": 5,
                          "address": "string"
                        },
                        {
                          "id": 4,
                          "url": "string",
                          "display": "string",
                          "family": 2,
                          "address": "string"
                        }
                      ],
                      "description": "string",
                      "tags": [
                        {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "created": "string",
                      "last_updated": "string"
                    },
                    {
                      "id": 8,
                      "url": "string",
                      "display": "string",
                      "device": {
                        "id": 10,
                        "url": "string",
                        "display": "string",
                        "name": "string"
                      },
                      "virtual_machine": {
                        "id": 2,
                        "url": "string",
                        "display": "string",
                        "name": "string"
                      },
                      "name": "string",
                      "ports": [
                        8,
                        5,
                        4
                      ],
                      "protocol": {
                        "label": "UDP",
                        "value": "udp"
                      },
                      "ipaddresses": [
                        {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "family": 3,
                          "address": "string"
                        },
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "family": 10,
                          "address": "string"
                        },
                        {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "family": 4,
                          "address": "string"
                        },
                        {
                          "id": 7,
                          "url": "string",
                          "display": "string",
                          "family": 2,
                          "address": "string"
                        },
                        {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "family": 9,
                          "address": "string"
                        },
                        {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "family": 1,
                          "address": "string"
                        },
                        {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "family": 8,
                          "address": "string"
                        },
                        {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "family": 8,
                          "address": "string"
                        },
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "family": 9,
                          "address": "string"
                        },
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "family": 5,
                          "address": "string"
                        }
                      ],
                      "description": "string",
                      "tags": [
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "created": "string",
                      "last_updated": "string"
                    },
                    {
                      "id": 9,
                      "url": "string",
                      "display": "string",
                      "device": {
                        "id": 10,
                        "url": "string",
                        "display": "string",
                        "name": "string"
                      },
                      "virtual_machine": {
                        "id": 2,
                        "url": "string",
                        "display": "string",
                        "name": "string"
                      },
                      "name": "string",
                      "ports": [
                        3,
                        10,
                        5,
                        10,
                        2,
                        4,
                        10,
                        2
                      ],
                      "protocol": {
                        "label": "TCP",
                        "value": "tcp"
                      },
                      "ipaddresses": [
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "family": 1,
                          "address": "string"
                        },
                        {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "family": 2,
                          "address": "string"
                        },
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "family": 9,
                          "address": "string"
                        }
                      ],
                      "description": "string",
                      "tags": [
                        {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 7,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 4,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 4,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "created": "string",
                      "last_updated": "string"
                    }
                  ]
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "name",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "protocol",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "description",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "created",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdated",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "q",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tag",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "deviceId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "device",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "virtualMachineId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "virtualMachine",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "port",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIc",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNic",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNiew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIsw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNisw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNie",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "protocolN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionIc",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionNic",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionIew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionNiew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionIsw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionNisw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionIe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionNie",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tagN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "deviceIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "deviceN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "virtualMachineIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "virtualMachineN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ordering",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Ipam"
        ],
        "operationId": "postIpamServices",
        "description": "The parameters and request body are for method: postIpamServices. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "put": {
        "tags": [
          "Ipam"
        ],
        "operationId": "putIpamServices",
        "description": "The parameters and request body are for method: putIpamServices. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Ipam"
        ],
        "operationId": "patchIpamServices",
        "description": "The parameters and request body are for method: patchIpamServices. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Ipam"
        ],
        "operationId": "deleteIpamServices",
        "description": "The parameters and request body are for method: deleteIpamServices. 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": {}
            }
          }
        }
      }
    },
    "/ipam/services/{id}/": {
      "get": {
        "tags": [
          "Ipam"
        ],
        "operationId": "getIpamServicesId",
        "description": "The parameters and request body are for method: getIpamServicesId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Ipam"
        ],
        "operationId": "putIpamServicesId",
        "description": "The parameters and request body are for method: putIpamServicesId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Ipam"
        ],
        "operationId": "patchIpamServicesId",
        "description": "The parameters and request body are for method: patchIpamServicesId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Ipam"
        ],
        "operationId": "deleteIpamServicesId",
        "description": "The parameters and request body are for method: deleteIpamServicesId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/ipam/vlan-groups/": {
      "get": {
        "tags": [
          "Ipam"
        ],
        "operationId": "getIpamVlanGroups",
        "description": "The parameters and request body are for method: getIpamVlanGroups. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "count": {
                      "type": "number"
                    },
                    "next": {
                      "type": "string"
                    },
                    "previous": {
                      "type": "string"
                    },
                    "results": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "id": {
                            "type": "number"
                          },
                          "url": {
                            "type": "string"
                          },
                          "display": {
                            "type": "string"
                          },
                          "name": {
                            "type": "string"
                          },
                          "slug": {
                            "type": "string"
                          },
                          "scope_type": {
                            "type": "string"
                          },
                          "scope_id": {
                            "type": "number"
                          },
                          "scope": {
                            "type": "object"
                          },
                          "min_vid": {
                            "type": "number"
                          },
                          "max_vid": {
                            "type": "number"
                          },
                          "description": {
                            "type": "string"
                          },
                          "tags": {
                            "type": "array",
                            "items": {
                              "type": "object",
                              "properties": {
                                "id": {
                                  "type": "number"
                                },
                                "url": {
                                  "type": "string"
                                },
                                "display": {
                                  "type": "string"
                                },
                                "name": {
                                  "type": "string"
                                },
                                "slug": {
                                  "type": "string"
                                },
                                "color": {
                                  "type": "string"
                                }
                              }
                            }
                          },
                          "custom_fields": {
                            "type": "object"
                          },
                          "created": {
                            "type": "string"
                          },
                          "last_updated": {
                            "type": "string"
                          },
                          "vlan_count": {
                            "type": "number"
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "count": 8,
                  "next": "string",
                  "previous": "string",
                  "results": [
                    {
                      "id": 8,
                      "url": "string",
                      "display": "string",
                      "name": "string",
                      "slug": "string",
                      "scope_type": "string",
                      "scope_id": 8,
                      "scope": {},
                      "min_vid": 5,
                      "max_vid": 7,
                      "description": "string",
                      "tags": [
                        {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 7,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 4,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 4,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "created": "string",
                      "last_updated": "string",
                      "vlan_count": 9
                    },
                    {
                      "id": 6,
                      "url": "string",
                      "display": "string",
                      "name": "string",
                      "slug": "string",
                      "scope_type": "string",
                      "scope_id": 6,
                      "scope": {},
                      "min_vid": 6,
                      "max_vid": 8,
                      "description": "string",
                      "tags": [
                        {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 7,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 7,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "created": "string",
                      "last_updated": "string",
                      "vlan_count": 3
                    },
                    {
                      "id": 7,
                      "url": "string",
                      "display": "string",
                      "name": "string",
                      "slug": "string",
                      "scope_type": "string",
                      "scope_id": 4,
                      "scope": {},
                      "min_vid": 9,
                      "max_vid": 4,
                      "description": "string",
                      "tags": [
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "created": "string",
                      "last_updated": "string",
                      "vlan_count": 5
                    },
                    {
                      "id": 1,
                      "url": "string",
                      "display": "string",
                      "name": "string",
                      "slug": "string",
                      "scope_type": "string",
                      "scope_id": 2,
                      "scope": {},
                      "min_vid": 10,
                      "max_vid": 9,
                      "description": "string",
                      "tags": [
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "created": "string",
                      "last_updated": "string",
                      "vlan_count": 9
                    },
                    {
                      "id": 7,
                      "url": "string",
                      "display": "string",
                      "name": "string",
                      "slug": "string",
                      "scope_type": "string",
                      "scope_id": 3,
                      "scope": {},
                      "min_vid": 3,
                      "max_vid": 3,
                      "description": "string",
                      "tags": [
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 4,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "created": "string",
                      "last_updated": "string",
                      "vlan_count": 4
                    },
                    {
                      "id": 9,
                      "url": "string",
                      "display": "string",
                      "name": "string",
                      "slug": "string",
                      "scope_type": "string",
                      "scope_id": 4,
                      "scope": {},
                      "min_vid": 4,
                      "max_vid": 4,
                      "description": "string",
                      "tags": [
                        {
                          "id": 7,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 7,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "created": "string",
                      "last_updated": "string",
                      "vlan_count": 4
                    },
                    {
                      "id": 1,
                      "url": "string",
                      "display": "string",
                      "name": "string",
                      "slug": "string",
                      "scope_type": "string",
                      "scope_id": 5,
                      "scope": {},
                      "min_vid": 1,
                      "max_vid": 9,
                      "description": "string",
                      "tags": [
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 7,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 4,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "created": "string",
                      "last_updated": "string",
                      "vlan_count": 4
                    },
                    {
                      "id": 10,
                      "url": "string",
                      "display": "string",
                      "name": "string",
                      "slug": "string",
                      "scope_type": "string",
                      "scope_id": 8,
                      "scope": {},
                      "min_vid": 5,
                      "max_vid": 7,
                      "description": "string",
                      "tags": [
                        {
                          "id": 4,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "created": "string",
                      "last_updated": "string",
                      "vlan_count": 9
                    },
                    {
                      "id": 9,
                      "url": "string",
                      "display": "string",
                      "name": "string",
                      "slug": "string",
                      "scope_type": "string",
                      "scope_id": 10,
                      "scope": {},
                      "min_vid": 10,
                      "max_vid": 8,
                      "description": "string",
                      "tags": [
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 7,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 4,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 7,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "created": "string",
                      "last_updated": "string",
                      "vlan_count": 9
                    }
                  ]
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "name",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slug",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "minVid",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "maxVid",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "description",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "scopeId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "created",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdated",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "q",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tag",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "scopeType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "region",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "sitegroup",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "site",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "location",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "rack",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "clustergroup",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "cluster",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIc",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNic",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNiew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIsw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNisw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNie",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slugN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slugIc",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slugNic",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slugIew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slugNiew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slugIsw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slugNisw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slugIe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slugNie",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "minVidN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "minVidLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "minVidLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "minVidGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "minVidGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "maxVidN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "maxVidLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "maxVidLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "maxVidGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "maxVidGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionIc",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionNic",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionIew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionNiew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionIsw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionNisw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionIe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionNie",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "scopeIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "scopeIdLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "scopeIdLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "scopeIdGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "scopeIdGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tagN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "scopeTypeN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ordering",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Ipam"
        ],
        "operationId": "postIpamVlanGroups",
        "description": "The parameters and request body are for method: postIpamVlanGroups. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "put": {
        "tags": [
          "Ipam"
        ],
        "operationId": "putIpamVlanGroups",
        "description": "The parameters and request body are for method: putIpamVlanGroups. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Ipam"
        ],
        "operationId": "patchIpamVlanGroups",
        "description": "The parameters and request body are for method: patchIpamVlanGroups. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Ipam"
        ],
        "operationId": "deleteIpamVlanGroups",
        "description": "The parameters and request body are for method: deleteIpamVlanGroups. 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": {}
            }
          }
        }
      }
    },
    "/ipam/vlan-groups/{id}/": {
      "get": {
        "tags": [
          "Ipam"
        ],
        "operationId": "getIpamVlanGroupsId",
        "description": "The parameters and request body are for method: getIpamVlanGroupsId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Ipam"
        ],
        "operationId": "putIpamVlanGroupsId",
        "description": "The parameters and request body are for method: putIpamVlanGroupsId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Ipam"
        ],
        "operationId": "patchIpamVlanGroupsId",
        "description": "The parameters and request body are for method: patchIpamVlanGroupsId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Ipam"
        ],
        "operationId": "deleteIpamVlanGroupsId",
        "description": "The parameters and request body are for method: deleteIpamVlanGroupsId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/ipam/vlan-groups/{id}/available-vlans/": {
      "get": {
        "tags": [
          "Ipam"
        ],
        "operationId": "getIpamVlanGroupsIdAvailableVlans",
        "description": "The parameters and request body are for method: getIpamVlanGroupsIdAvailableVlans. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "vid": {
                        "type": "number"
                      },
                      "group": {
                        "type": "object",
                        "properties": {
                          "id": {
                            "type": "number"
                          },
                          "url": {
                            "type": "string"
                          },
                          "display": {
                            "type": "string"
                          },
                          "name": {
                            "type": "string"
                          },
                          "slug": {
                            "type": "string"
                          },
                          "vlan_count": {
                            "type": "number"
                          }
                        }
                      }
                    }
                  }
                },
                "example": [
                  {
                    "vid": 6,
                    "group": {
                      "id": 2,
                      "url": "string",
                      "display": "string",
                      "name": "string",
                      "slug": "string",
                      "vlan_count": 6
                    }
                  },
                  {
                    "vid": 1,
                    "group": {
                      "id": 3,
                      "url": "string",
                      "display": "string",
                      "name": "string",
                      "slug": "string",
                      "vlan_count": 10
                    }
                  }
                ]
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Ipam"
        ],
        "operationId": "postIpamVlanGroupsIdAvailableVlans",
        "description": "The parameters and request body are for method: postIpamVlanGroupsIdAvailableVlans. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "id": {
                        "type": "number"
                      },
                      "url": {
                        "type": "string"
                      },
                      "display": {
                        "type": "string"
                      },
                      "site": {
                        "type": "object",
                        "properties": {
                          "id": {
                            "type": "number"
                          },
                          "url": {
                            "type": "string"
                          },
                          "display": {
                            "type": "string"
                          },
                          "name": {
                            "type": "string"
                          },
                          "slug": {
                            "type": "string"
                          }
                        }
                      },
                      "group": {
                        "type": "object",
                        "properties": {
                          "id": {
                            "type": "number"
                          },
                          "url": {
                            "type": "string"
                          },
                          "display": {
                            "type": "string"
                          },
                          "name": {
                            "type": "string"
                          },
                          "slug": {
                            "type": "string"
                          },
                          "vlan_count": {
                            "type": "number"
                          }
                        }
                      },
                      "vid": {
                        "type": "number"
                      },
                      "name": {
                        "type": "string"
                      },
                      "tenant": {
                        "type": "object",
                        "properties": {
                          "id": {
                            "type": "number"
                          },
                          "url": {
                            "type": "string"
                          },
                          "display": {
                            "type": "string"
                          },
                          "name": {
                            "type": "string"
                          },
                          "slug": {
                            "type": "string"
                          }
                        }
                      },
                      "status": {
                        "type": "object",
                        "properties": {
                          "label": {
                            "type": "string"
                          },
                          "value": {
                            "type": "string"
                          }
                        }
                      },
                      "role": {
                        "type": "object",
                        "properties": {
                          "id": {
                            "type": "number"
                          },
                          "url": {
                            "type": "string"
                          },
                          "display": {
                            "type": "string"
                          },
                          "name": {
                            "type": "string"
                          },
                          "slug": {
                            "type": "string"
                          },
                          "prefix_count": {
                            "type": "number"
                          },
                          "vlan_count": {
                            "type": "number"
                          }
                        }
                      },
                      "description": {
                        "type": "string"
                      },
                      "l2vpn_termination": {
                        "type": "object",
                        "properties": {
                          "id": {
                            "type": "number"
                          },
                          "url": {
                            "type": "string"
                          },
                          "display": {
                            "type": "string"
                          },
                          "l2vpn": {
                            "type": "object",
                            "properties": {
                              "id": {
                                "type": "number"
                              },
                              "url": {
                                "type": "string"
                              },
                              "display": {
                                "type": "string"
                              },
                              "identifier": {
                                "type": "number"
                              },
                              "name": {
                                "type": "string"
                              },
                              "slug": {
                                "type": "string"
                              },
                              "type": {
                                "type": "string"
                              }
                            }
                          }
                        }
                      },
                      "tags": {
                        "type": "array",
                        "items": {
                          "type": "object",
                          "properties": {
                            "id": {
                              "type": "number"
                            },
                            "url": {
                              "type": "string"
                            },
                            "display": {
                              "type": "string"
                            },
                            "name": {
                              "type": "string"
                            },
                            "slug": {
                              "type": "string"
                            },
                            "color": {
                              "type": "string"
                            }
                          }
                        }
                      },
                      "custom_fields": {
                        "type": "object"
                      },
                      "created": {
                        "type": "string"
                      },
                      "last_updated": {
                        "type": "string"
                      },
                      "prefix_count": {
                        "type": "number"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "id": 6,
                    "url": "string",
                    "display": "string",
                    "site": {
                      "id": 2,
                      "url": "string",
                      "display": "string",
                      "name": "string",
                      "slug": "string"
                    },
                    "group": {
                      "id": 1,
                      "url": "string",
                      "display": "string",
                      "name": "string",
                      "slug": "string",
                      "vlan_count": 3
                    },
                    "vid": 8,
                    "name": "string",
                    "tenant": {
                      "id": 1,
                      "url": "string",
                      "display": "string",
                      "name": "string",
                      "slug": "string"
                    },
                    "status": {
                      "label": "Deprecated",
                      "value": "reserved"
                    },
                    "role": {
                      "id": 7,
                      "url": "string",
                      "display": "string",
                      "name": "string",
                      "slug": "string",
                      "prefix_count": 4,
                      "vlan_count": 1
                    },
                    "description": "string",
                    "l2vpn_termination": {
                      "id": 7,
                      "url": "string",
                      "display": "string",
                      "l2vpn": {
                        "id": 7,
                        "url": "string",
                        "display": "string",
                        "identifier": 3,
                        "name": "string",
                        "slug": "string",
                        "type": "epl"
                      }
                    },
                    "tags": [
                      {
                        "id": 7,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string",
                        "color": "string"
                      },
                      {
                        "id": 7,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string",
                        "color": "string"
                      },
                      {
                        "id": 6,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string",
                        "color": "string"
                      },
                      {
                        "id": 3,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string",
                        "color": "string"
                      },
                      {
                        "id": 1,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string",
                        "color": "string"
                      },
                      {
                        "id": 6,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string",
                        "color": "string"
                      },
                      {
                        "id": 10,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string",
                        "color": "string"
                      },
                      {
                        "id": 9,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string",
                        "color": "string"
                      },
                      {
                        "id": 1,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string",
                        "color": "string"
                      }
                    ],
                    "custom_fields": {},
                    "created": "string",
                    "last_updated": "string",
                    "prefix_count": 10
                  },
                  {
                    "id": 9,
                    "url": "string",
                    "display": "string",
                    "site": {
                      "id": 8,
                      "url": "string",
                      "display": "string",
                      "name": "string",
                      "slug": "string"
                    },
                    "group": {
                      "id": 9,
                      "url": "string",
                      "display": "string",
                      "name": "string",
                      "slug": "string",
                      "vlan_count": 2
                    },
                    "vid": 1,
                    "name": "string",
                    "tenant": {
                      "id": 1,
                      "url": "string",
                      "display": "string",
                      "name": "string",
                      "slug": "string"
                    },
                    "status": {
                      "label": "Active",
                      "value": "reserved"
                    },
                    "role": {
                      "id": 10,
                      "url": "string",
                      "display": "string",
                      "name": "string",
                      "slug": "string",
                      "prefix_count": 6,
                      "vlan_count": 3
                    },
                    "description": "string",
                    "l2vpn_termination": {
                      "id": 7,
                      "url": "string",
                      "display": "string",
                      "l2vpn": {
                        "id": 5,
                        "url": "string",
                        "display": "string",
                        "identifier": 7,
                        "name": "string",
                        "slug": "string",
                        "type": "pbb-evpn"
                      }
                    },
                    "tags": [
                      {
                        "id": 8,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string",
                        "color": "string"
                      },
                      {
                        "id": 6,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string",
                        "color": "string"
                      },
                      {
                        "id": 8,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string",
                        "color": "string"
                      }
                    ],
                    "custom_fields": {},
                    "created": "string",
                    "last_updated": "string",
                    "prefix_count": 3
                  },
                  {
                    "id": 9,
                    "url": "string",
                    "display": "string",
                    "site": {
                      "id": 9,
                      "url": "string",
                      "display": "string",
                      "name": "string",
                      "slug": "string"
                    },
                    "group": {
                      "id": 7,
                      "url": "string",
                      "display": "string",
                      "name": "string",
                      "slug": "string",
                      "vlan_count": 6
                    },
                    "vid": 6,
                    "name": "string",
                    "tenant": {
                      "id": 10,
                      "url": "string",
                      "display": "string",
                      "name": "string",
                      "slug": "string"
                    },
                    "status": {
                      "label": "Active",
                      "value": "active"
                    },
                    "role": {
                      "id": 5,
                      "url": "string",
                      "display": "string",
                      "name": "string",
                      "slug": "string",
                      "prefix_count": 9,
                      "vlan_count": 1
                    },
                    "description": "string",
                    "l2vpn_termination": {
                      "id": 4,
                      "url": "string",
                      "display": "string",
                      "l2vpn": {
                        "id": 3,
                        "url": "string",
                        "display": "string",
                        "identifier": 2,
                        "name": "string",
                        "slug": "string",
                        "type": "vpls"
                      }
                    },
                    "tags": [
                      {
                        "id": 8,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string",
                        "color": "string"
                      },
                      {
                        "id": 10,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string",
                        "color": "string"
                      },
                      {
                        "id": 8,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string",
                        "color": "string"
                      },
                      {
                        "id": 5,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string",
                        "color": "string"
                      },
                      {
                        "id": 8,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string",
                        "color": "string"
                      },
                      {
                        "id": 6,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string",
                        "color": "string"
                      },
                      {
                        "id": 6,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string",
                        "color": "string"
                      }
                    ],
                    "custom_fields": {},
                    "created": "string",
                    "last_updated": "string",
                    "prefix_count": 9
                  }
                ]
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      }
    },
    "/ipam/vlans/": {
      "get": {
        "tags": [
          "Ipam"
        ],
        "operationId": "getIpamVlans",
        "description": "The parameters and request body are for method: getIpamVlans. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "count": {
                      "type": "number"
                    },
                    "next": {
                      "type": "string"
                    },
                    "previous": {
                      "type": "string"
                    },
                    "results": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "id": {
                            "type": "number"
                          },
                          "url": {
                            "type": "string"
                          },
                          "display": {
                            "type": "string"
                          },
                          "site": {
                            "type": "object",
                            "properties": {
                              "id": {
                                "type": "number"
                              },
                              "url": {
                                "type": "string"
                              },
                              "display": {
                                "type": "string"
                              },
                              "name": {
                                "type": "string"
                              },
                              "slug": {
                                "type": "string"
                              }
                            }
                          },
                          "group": {
                            "type": "object",
                            "properties": {
                              "id": {
                                "type": "number"
                              },
                              "url": {
                                "type": "string"
                              },
                              "display": {
                                "type": "string"
                              },
                              "name": {
                                "type": "string"
                              },
                              "slug": {
                                "type": "string"
                              },
                              "vlan_count": {
                                "type": "number"
                              }
                            }
                          },
                          "vid": {
                            "type": "number"
                          },
                          "name": {
                            "type": "string"
                          },
                          "tenant": {
                            "type": "object",
                            "properties": {
                              "id": {
                                "type": "number"
                              },
                              "url": {
                                "type": "string"
                              },
                              "display": {
                                "type": "string"
                              },
                              "name": {
                                "type": "string"
                              },
                              "slug": {
                                "type": "string"
                              }
                            }
                          },
                          "status": {
                            "type": "object",
                            "properties": {
                              "label": {
                                "type": "string"
                              },
                              "value": {
                                "type": "string"
                              }
                            }
                          },
                          "role": {
                            "type": "object",
                            "properties": {
                              "id": {
                                "type": "number"
                              },
                              "url": {
                                "type": "string"
                              },
                              "display": {
                                "type": "string"
                              },
                              "name": {
                                "type": "string"
                              },
                              "slug": {
                                "type": "string"
                              },
                              "prefix_count": {
                                "type": "number"
                              },
                              "vlan_count": {
                                "type": "number"
                              }
                            }
                          },
                          "description": {
                            "type": "string"
                          },
                          "l2vpn_termination": {
                            "type": "object",
                            "properties": {
                              "id": {
                                "type": "number"
                              },
                              "url": {
                                "type": "string"
                              },
                              "display": {
                                "type": "string"
                              },
                              "l2vpn": {
                                "type": "object",
                                "properties": {
                                  "id": {
                                    "type": "number"
                                  },
                                  "url": {
                                    "type": "string"
                                  },
                                  "display": {
                                    "type": "string"
                                  },
                                  "identifier": {
                                    "type": "number"
                                  },
                                  "name": {
                                    "type": "string"
                                  },
                                  "slug": {
                                    "type": "string"
                                  },
                                  "type": {
                                    "type": "string"
                                  }
                                }
                              }
                            }
                          },
                          "tags": {
                            "type": "array",
                            "items": {
                              "type": "object",
                              "properties": {
                                "id": {
                                  "type": "number"
                                },
                                "url": {
                                  "type": "string"
                                },
                                "display": {
                                  "type": "string"
                                },
                                "name": {
                                  "type": "string"
                                },
                                "slug": {
                                  "type": "string"
                                },
                                "color": {
                                  "type": "string"
                                }
                              }
                            }
                          },
                          "custom_fields": {
                            "type": "object"
                          },
                          "created": {
                            "type": "string"
                          },
                          "last_updated": {
                            "type": "string"
                          },
                          "prefix_count": {
                            "type": "number"
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "count": 4,
                  "next": "string",
                  "previous": "string",
                  "results": [
                    {
                      "id": 9,
                      "url": "string",
                      "display": "string",
                      "site": {
                        "id": 9,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string"
                      },
                      "group": {
                        "id": 1,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string",
                        "vlan_count": 5
                      },
                      "vid": 9,
                      "name": "string",
                      "tenant": {
                        "id": 3,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string"
                      },
                      "status": {
                        "label": "Reserved",
                        "value": "deprecated"
                      },
                      "role": {
                        "id": 2,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string",
                        "prefix_count": 8,
                        "vlan_count": 1
                      },
                      "description": "string",
                      "l2vpn_termination": {
                        "id": 6,
                        "url": "string",
                        "display": "string",
                        "l2vpn": {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "identifier": 3,
                          "name": "string",
                          "slug": "string",
                          "type": "evp-tree"
                        }
                      },
                      "tags": [
                        {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 4,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "created": "string",
                      "last_updated": "string",
                      "prefix_count": 2
                    },
                    {
                      "id": 3,
                      "url": "string",
                      "display": "string",
                      "site": {
                        "id": 1,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string"
                      },
                      "group": {
                        "id": 2,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string",
                        "vlan_count": 8
                      },
                      "vid": 4,
                      "name": "string",
                      "tenant": {
                        "id": 5,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string"
                      },
                      "status": {
                        "label": "Active",
                        "value": "active"
                      },
                      "role": {
                        "id": 2,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string",
                        "prefix_count": 9,
                        "vlan_count": 2
                      },
                      "description": "string",
                      "l2vpn_termination": {
                        "id": 6,
                        "url": "string",
                        "display": "string",
                        "l2vpn": {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "identifier": 8,
                          "name": "string",
                          "slug": "string",
                          "type": "vpls"
                        }
                      },
                      "tags": [
                        {
                          "id": 7,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 4,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "created": "string",
                      "last_updated": "string",
                      "prefix_count": 6
                    },
                    {
                      "id": 4,
                      "url": "string",
                      "display": "string",
                      "site": {
                        "id": 8,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string"
                      },
                      "group": {
                        "id": 10,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string",
                        "vlan_count": 2
                      },
                      "vid": 2,
                      "name": "string",
                      "tenant": {
                        "id": 1,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string"
                      },
                      "status": {
                        "label": "Reserved",
                        "value": "active"
                      },
                      "role": {
                        "id": 1,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string",
                        "prefix_count": 10,
                        "vlan_count": 10
                      },
                      "description": "string",
                      "l2vpn_termination": {
                        "id": 6,
                        "url": "string",
                        "display": "string",
                        "l2vpn": {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "identifier": 3,
                          "name": "string",
                          "slug": "string",
                          "type": "vxlan-evpn"
                        }
                      },
                      "tags": [
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "created": "string",
                      "last_updated": "string",
                      "prefix_count": 3
                    }
                  ]
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "vid",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "name",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "description",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "created",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdated",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "q",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tag",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tenantGroupId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tenantGroup",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tenantId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tenant",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "regionId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "region",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "siteGroupId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "siteGroup",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "siteId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "site",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "groupId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "group",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "roleId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "role",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "status",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "availableOnDevice",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "availableOnVirtualmachine",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "vidN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "vidLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "vidLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "vidGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "vidGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIc",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNic",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNiew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIsw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNisw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNie",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionIc",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionNic",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionIew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionNiew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionIsw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionNisw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionIe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionNie",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tagN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tenantGroupIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tenantGroupN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tenantIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tenantN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "regionIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "regionN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "siteGroupIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "siteGroupN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "siteIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "siteN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "groupIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "groupN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "roleIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "roleN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "statusN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ordering",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Ipam"
        ],
        "operationId": "postIpamVlans",
        "description": "The parameters and request body are for method: postIpamVlans. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "put": {
        "tags": [
          "Ipam"
        ],
        "operationId": "putIpamVlans",
        "description": "The parameters and request body are for method: putIpamVlans. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Ipam"
        ],
        "operationId": "patchIpamVlans",
        "description": "The parameters and request body are for method: patchIpamVlans. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Ipam"
        ],
        "operationId": "deleteIpamVlans",
        "description": "The parameters and request body are for method: deleteIpamVlans. 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": {}
            }
          }
        }
      }
    },
    "/ipam/vlans/{id}/": {
      "get": {
        "tags": [
          "Ipam"
        ],
        "operationId": "getIpamVlansId",
        "description": "The parameters and request body are for method: getIpamVlansId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Ipam"
        ],
        "operationId": "putIpamVlansId",
        "description": "The parameters and request body are for method: putIpamVlansId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Ipam"
        ],
        "operationId": "patchIpamVlansId",
        "description": "The parameters and request body are for method: patchIpamVlansId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Ipam"
        ],
        "operationId": "deleteIpamVlansId",
        "description": "The parameters and request body are for method: deleteIpamVlansId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/ipam/vrfs/": {
      "get": {
        "tags": [
          "Ipam"
        ],
        "operationId": "getIpamVrfs",
        "description": "The parameters and request body are for method: getIpamVrfs. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "count": {
                      "type": "number"
                    },
                    "next": {
                      "type": "string"
                    },
                    "previous": {
                      "type": "string"
                    },
                    "results": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "id": {
                            "type": "number"
                          },
                          "url": {
                            "type": "string"
                          },
                          "display": {
                            "type": "string"
                          },
                          "name": {
                            "type": "string"
                          },
                          "rd": {
                            "type": "string"
                          },
                          "tenant": {
                            "type": "object",
                            "properties": {
                              "id": {
                                "type": "number"
                              },
                              "url": {
                                "type": "string"
                              },
                              "display": {
                                "type": "string"
                              },
                              "name": {
                                "type": "string"
                              },
                              "slug": {
                                "type": "string"
                              }
                            }
                          },
                          "enforce_unique": {
                            "type": "boolean"
                          },
                          "description": {
                            "type": "string"
                          },
                          "import_targets": {
                            "type": "array",
                            "items": {
                              "type": "object",
                              "properties": {
                                "id": {
                                  "type": "number"
                                },
                                "url": {
                                  "type": "string"
                                },
                                "display": {
                                  "type": "string"
                                },
                                "name": {
                                  "type": "string"
                                }
                              }
                            }
                          },
                          "export_targets": {
                            "type": "array",
                            "items": {
                              "type": "object",
                              "properties": {
                                "id": {
                                  "type": "number"
                                },
                                "url": {
                                  "type": "string"
                                },
                                "display": {
                                  "type": "string"
                                },
                                "name": {
                                  "type": "string"
                                }
                              }
                            }
                          },
                          "tags": {
                            "type": "array",
                            "items": {
                              "type": "object",
                              "properties": {
                                "id": {
                                  "type": "number"
                                },
                                "url": {
                                  "type": "string"
                                },
                                "display": {
                                  "type": "string"
                                },
                                "name": {
                                  "type": "string"
                                },
                                "slug": {
                                  "type": "string"
                                },
                                "color": {
                                  "type": "string"
                                }
                              }
                            }
                          },
                          "custom_fields": {
                            "type": "object"
                          },
                          "created": {
                            "type": "string"
                          },
                          "last_updated": {
                            "type": "string"
                          },
                          "ipaddress_count": {
                            "type": "number"
                          },
                          "prefix_count": {
                            "type": "number"
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "count": 5,
                  "next": "string",
                  "previous": "string",
                  "results": [
                    {
                      "id": 6,
                      "url": "string",
                      "display": "string",
                      "name": "string",
                      "rd": "string",
                      "tenant": {
                        "id": 7,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string"
                      },
                      "enforce_unique": false,
                      "description": "string",
                      "import_targets": [
                        {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        },
                        {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        },
                        {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        },
                        {
                          "id": 4,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        },
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        },
                        {
                          "id": 7,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        },
                        {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        }
                      ],
                      "export_targets": [
                        {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        },
                        {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        },
                        {
                          "id": 4,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        }
                      ],
                      "tags": [
                        {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "created": "string",
                      "last_updated": "string",
                      "ipaddress_count": 8,
                      "prefix_count": 4
                    },
                    {
                      "id": 3,
                      "url": "string",
                      "display": "string",
                      "name": "string",
                      "rd": "string",
                      "tenant": {
                        "id": 3,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string"
                      },
                      "enforce_unique": true,
                      "description": "string",
                      "import_targets": [
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        },
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        },
                        {
                          "id": 4,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        },
                        {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        },
                        {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        }
                      ],
                      "export_targets": [
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        },
                        {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        },
                        {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        }
                      ],
                      "tags": [
                        {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "created": "string",
                      "last_updated": "string",
                      "ipaddress_count": 6,
                      "prefix_count": 2
                    },
                    {
                      "id": 10,
                      "url": "string",
                      "display": "string",
                      "name": "string",
                      "rd": "string",
                      "tenant": {
                        "id": 8,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string"
                      },
                      "enforce_unique": false,
                      "description": "string",
                      "import_targets": [
                        {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        },
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        },
                        {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        },
                        {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        },
                        {
                          "id": 4,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        },
                        {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        }
                      ],
                      "export_targets": [
                        {
                          "id": 7,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        },
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        },
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        },
                        {
                          "id": 7,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        },
                        {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        },
                        {
                          "id": 7,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        },
                        {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        }
                      ],
                      "tags": [
                        {
                          "id": 4,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 4,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "created": "string",
                      "last_updated": "string",
                      "ipaddress_count": 10,
                      "prefix_count": 3
                    },
                    {
                      "id": 8,
                      "url": "string",
                      "display": "string",
                      "name": "string",
                      "rd": "string",
                      "tenant": {
                        "id": 5,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string"
                      },
                      "enforce_unique": true,
                      "description": "string",
                      "import_targets": [
                        {
                          "id": 4,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        },
                        {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        },
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        },
                        {
                          "id": 7,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        }
                      ],
                      "export_targets": [
                        {
                          "id": 7,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        },
                        {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        },
                        {
                          "id": 7,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        },
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        },
                        {
                          "id": 7,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        },
                        {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        },
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        },
                        {
                          "id": 4,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        }
                      ],
                      "tags": [
                        {
                          "id": 7,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "created": "string",
                      "last_updated": "string",
                      "ipaddress_count": 9,
                      "prefix_count": 4
                    },
                    {
                      "id": 4,
                      "url": "string",
                      "display": "string",
                      "name": "string",
                      "rd": "string",
                      "tenant": {
                        "id": 5,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string"
                      },
                      "enforce_unique": true,
                      "description": "string",
                      "import_targets": [
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        },
                        {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        },
                        {
                          "id": 7,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        },
                        {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        },
                        {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        },
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        },
                        {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        }
                      ],
                      "export_targets": [
                        {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        },
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        },
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        },
                        {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        },
                        {
                          "id": 4,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        },
                        {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        }
                      ],
                      "tags": [
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "created": "string",
                      "last_updated": "string",
                      "ipaddress_count": 9,
                      "prefix_count": 2
                    },
                    {
                      "id": 8,
                      "url": "string",
                      "display": "string",
                      "name": "string",
                      "rd": "string",
                      "tenant": {
                        "id": 5,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string"
                      },
                      "enforce_unique": true,
                      "description": "string",
                      "import_targets": [
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        },
                        {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        },
                        {
                          "id": 7,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        },
                        {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        },
                        {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        },
                        {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        },
                        {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        },
                        {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        }
                      ],
                      "export_targets": [
                        {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        }
                      ],
                      "tags": [
                        {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 7,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "created": "string",
                      "last_updated": "string",
                      "ipaddress_count": 5,
                      "prefix_count": 7
                    },
                    {
                      "id": 3,
                      "url": "string",
                      "display": "string",
                      "name": "string",
                      "rd": "string",
                      "tenant": {
                        "id": 6,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string"
                      },
                      "enforce_unique": true,
                      "description": "string",
                      "import_targets": [
                        {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        },
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        }
                      ],
                      "export_targets": [
                        {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        },
                        {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        }
                      ],
                      "tags": [
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "created": "string",
                      "last_updated": "string",
                      "ipaddress_count": 10,
                      "prefix_count": 5
                    },
                    {
                      "id": 3,
                      "url": "string",
                      "display": "string",
                      "name": "string",
                      "rd": "string",
                      "tenant": {
                        "id": 1,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string"
                      },
                      "enforce_unique": false,
                      "description": "string",
                      "import_targets": [
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        },
                        {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        },
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        },
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        },
                        {
                          "id": 7,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        },
                        {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        },
                        {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        }
                      ],
                      "export_targets": [
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        },
                        {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        },
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        },
                        {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        },
                        {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        },
                        {
                          "id": 7,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        },
                        {
                          "id": 7,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        }
                      ],
                      "tags": [
                        {
                          "id": 4,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 7,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "created": "string",
                      "last_updated": "string",
                      "ipaddress_count": 5,
                      "prefix_count": 7
                    },
                    {
                      "id": 7,
                      "url": "string",
                      "display": "string",
                      "name": "string",
                      "rd": "string",
                      "tenant": {
                        "id": 3,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string"
                      },
                      "enforce_unique": false,
                      "description": "string",
                      "import_targets": [
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        },
                        {
                          "id": 4,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        },
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        },
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        },
                        {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        }
                      ],
                      "export_targets": [
                        {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        },
                        {
                          "id": 7,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        },
                        {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        },
                        {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        },
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        },
                        {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        },
                        {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        },
                        {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        }
                      ],
                      "tags": [
                        {
                          "id": 7,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 7,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "created": "string",
                      "last_updated": "string",
                      "ipaddress_count": 5,
                      "prefix_count": 5
                    }
                  ]
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "name",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "rd",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "enforceUnique",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "description",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "created",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdated",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "q",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tag",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tenantGroupId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tenantGroup",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tenantId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tenant",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "importTargetId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "importTarget",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "exportTargetId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "exportTarget",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIc",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNic",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNiew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIsw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNisw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNie",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "rdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "rdIc",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "rdNic",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "rdIew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "rdNiew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "rdIsw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "rdNisw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "rdIe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "rdNie",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionIc",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionNic",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionIew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionNiew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionIsw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionNisw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionIe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionNie",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tagN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tenantGroupIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tenantGroupN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tenantIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tenantN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "importTargetIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "importTargetN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "exportTargetIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "exportTargetN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ordering",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Ipam"
        ],
        "operationId": "postIpamVrfs",
        "description": "The parameters and request body are for method: postIpamVrfs. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "put": {
        "tags": [
          "Ipam"
        ],
        "operationId": "putIpamVrfs",
        "description": "The parameters and request body are for method: putIpamVrfs. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Ipam"
        ],
        "operationId": "patchIpamVrfs",
        "description": "The parameters and request body are for method: patchIpamVrfs. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Ipam"
        ],
        "operationId": "deleteIpamVrfs",
        "description": "The parameters and request body are for method: deleteIpamVrfs. 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": {}
            }
          }
        }
      }
    },
    "/ipam/vrfs/{id}/": {
      "get": {
        "tags": [
          "Ipam"
        ],
        "operationId": "getIpamVrfsId",
        "description": "The parameters and request body are for method: getIpamVrfsId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Ipam"
        ],
        "operationId": "putIpamVrfsId",
        "description": "The parameters and request body are for method: putIpamVrfsId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Ipam"
        ],
        "operationId": "patchIpamVrfsId",
        "description": "The parameters and request body are for method: patchIpamVrfsId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Ipam"
        ],
        "operationId": "deleteIpamVrfsId",
        "description": "The parameters and request body are for method: deleteIpamVrfsId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/status/": {
      "get": {
        "tags": [
          "Status"
        ],
        "operationId": "getStatus",
        "description": "The parameters and request body are for method: getStatus. 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": {}
            }
          }
        }
      }
    },
    "/tenancy/contact-assignments/": {
      "get": {
        "tags": [
          "Tenancy"
        ],
        "operationId": "getTenancyContactAssignments",
        "description": "The parameters and request body are for method: getTenancyContactAssignments. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "count": {
                      "type": "number"
                    },
                    "next": {
                      "type": "string"
                    },
                    "previous": {
                      "type": "string"
                    },
                    "results": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "id": {
                            "type": "number"
                          },
                          "url": {
                            "type": "string"
                          },
                          "display": {
                            "type": "string"
                          },
                          "content_type": {
                            "type": "string"
                          },
                          "object_id": {
                            "type": "number"
                          },
                          "object": {
                            "type": "object"
                          },
                          "contact": {
                            "type": "object",
                            "properties": {
                              "id": {
                                "type": "number"
                              },
                              "url": {
                                "type": "string"
                              },
                              "display": {
                                "type": "string"
                              },
                              "name": {
                                "type": "string"
                              }
                            }
                          },
                          "role": {
                            "type": "object",
                            "properties": {
                              "id": {
                                "type": "number"
                              },
                              "url": {
                                "type": "string"
                              },
                              "display": {
                                "type": "string"
                              },
                              "name": {
                                "type": "string"
                              },
                              "slug": {
                                "type": "string"
                              }
                            }
                          },
                          "priority": {
                            "type": "object",
                            "properties": {
                              "label": {
                                "type": "string"
                              },
                              "value": {
                                "type": "string"
                              }
                            }
                          },
                          "created": {
                            "type": "string"
                          },
                          "last_updated": {
                            "type": "string"
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "count": 3,
                  "next": "string",
                  "previous": "string",
                  "results": [
                    {
                      "id": 9,
                      "url": "string",
                      "display": "string",
                      "content_type": "string",
                      "object_id": 6,
                      "object": {},
                      "contact": {
                        "id": 10,
                        "url": "string",
                        "display": "string",
                        "name": "string"
                      },
                      "role": {
                        "id": 3,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string"
                      },
                      "priority": {
                        "label": "Primary",
                        "value": "inactive"
                      },
                      "created": "string",
                      "last_updated": "string"
                    },
                    {
                      "id": 7,
                      "url": "string",
                      "display": "string",
                      "content_type": "string",
                      "object_id": 8,
                      "object": {},
                      "contact": {
                        "id": 9,
                        "url": "string",
                        "display": "string",
                        "name": "string"
                      },
                      "role": {
                        "id": 10,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string"
                      },
                      "priority": {
                        "label": "Tertiary",
                        "value": "tertiary"
                      },
                      "created": "string",
                      "last_updated": "string"
                    },
                    {
                      "id": 10,
                      "url": "string",
                      "display": "string",
                      "content_type": "string",
                      "object_id": 6,
                      "object": {},
                      "contact": {
                        "id": 5,
                        "url": "string",
                        "display": "string",
                        "name": "string"
                      },
                      "role": {
                        "id": 3,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string"
                      },
                      "priority": {
                        "label": "Tertiary",
                        "value": "tertiary"
                      },
                      "created": "string",
                      "last_updated": "string"
                    },
                    {
                      "id": 3,
                      "url": "string",
                      "display": "string",
                      "content_type": "string",
                      "object_id": 7,
                      "object": {},
                      "contact": {
                        "id": 7,
                        "url": "string",
                        "display": "string",
                        "name": "string"
                      },
                      "role": {
                        "id": 4,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string"
                      },
                      "priority": {
                        "label": "Inactive",
                        "value": "inactive"
                      },
                      "created": "string",
                      "last_updated": "string"
                    },
                    {
                      "id": 8,
                      "url": "string",
                      "display": "string",
                      "content_type": "string",
                      "object_id": 4,
                      "object": {},
                      "contact": {
                        "id": 2,
                        "url": "string",
                        "display": "string",
                        "name": "string"
                      },
                      "role": {
                        "id": 8,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string"
                      },
                      "priority": {
                        "label": "Primary",
                        "value": "primary"
                      },
                      "created": "string",
                      "last_updated": "string"
                    },
                    {
                      "id": 3,
                      "url": "string",
                      "display": "string",
                      "content_type": "string",
                      "object_id": 10,
                      "object": {},
                      "contact": {
                        "id": 7,
                        "url": "string",
                        "display": "string",
                        "name": "string"
                      },
                      "role": {
                        "id": 1,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string"
                      },
                      "priority": {
                        "label": "Inactive",
                        "value": "tertiary"
                      },
                      "created": "string",
                      "last_updated": "string"
                    },
                    {
                      "id": 4,
                      "url": "string",
                      "display": "string",
                      "content_type": "string",
                      "object_id": 5,
                      "object": {},
                      "contact": {
                        "id": 4,
                        "url": "string",
                        "display": "string",
                        "name": "string"
                      },
                      "role": {
                        "id": 10,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string"
                      },
                      "priority": {
                        "label": "Primary",
                        "value": "primary"
                      },
                      "created": "string",
                      "last_updated": "string"
                    },
                    {
                      "id": 4,
                      "url": "string",
                      "display": "string",
                      "content_type": "string",
                      "object_id": 7,
                      "object": {},
                      "contact": {
                        "id": 9,
                        "url": "string",
                        "display": "string",
                        "name": "string"
                      },
                      "role": {
                        "id": 9,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string"
                      },
                      "priority": {
                        "label": "Secondary",
                        "value": "tertiary"
                      },
                      "created": "string",
                      "last_updated": "string"
                    }
                  ]
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "contentTypeId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "objectId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "priority",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "created",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdated",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "contentType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "contactId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "roleId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "role",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "contentTypeIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "objectIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "objectIdLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "objectIdLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "objectIdGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "objectIdGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "priorityN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "contentTypeN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "contactIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "roleIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "roleN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ordering",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Tenancy"
        ],
        "operationId": "postTenancyContactAssignments",
        "description": "The parameters and request body are for method: postTenancyContactAssignments. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "put": {
        "tags": [
          "Tenancy"
        ],
        "operationId": "putTenancyContactAssignments",
        "description": "The parameters and request body are for method: putTenancyContactAssignments. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Tenancy"
        ],
        "operationId": "patchTenancyContactAssignments",
        "description": "The parameters and request body are for method: patchTenancyContactAssignments. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Tenancy"
        ],
        "operationId": "deleteTenancyContactAssignments",
        "description": "The parameters and request body are for method: deleteTenancyContactAssignments. 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": {}
            }
          }
        }
      }
    },
    "/tenancy/contact-assignments/{id}/": {
      "get": {
        "tags": [
          "Tenancy"
        ],
        "operationId": "getTenancyContactAssignmentsId",
        "description": "The parameters and request body are for method: getTenancyContactAssignmentsId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Tenancy"
        ],
        "operationId": "putTenancyContactAssignmentsId",
        "description": "The parameters and request body are for method: putTenancyContactAssignmentsId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Tenancy"
        ],
        "operationId": "patchTenancyContactAssignmentsId",
        "description": "The parameters and request body are for method: patchTenancyContactAssignmentsId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Tenancy"
        ],
        "operationId": "deleteTenancyContactAssignmentsId",
        "description": "The parameters and request body are for method: deleteTenancyContactAssignmentsId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/tenancy/contact-groups/": {
      "get": {
        "tags": [
          "Tenancy"
        ],
        "operationId": "getTenancyContactGroups",
        "description": "The parameters and request body are for method: getTenancyContactGroups. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "count": {
                      "type": "number"
                    },
                    "next": {
                      "type": "string"
                    },
                    "previous": {
                      "type": "string"
                    },
                    "results": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "id": {
                            "type": "number"
                          },
                          "url": {
                            "type": "string"
                          },
                          "display": {
                            "type": "string"
                          },
                          "name": {
                            "type": "string"
                          },
                          "slug": {
                            "type": "string"
                          },
                          "parent": {
                            "type": "object",
                            "properties": {
                              "id": {
                                "type": "number"
                              },
                              "url": {
                                "type": "string"
                              },
                              "display": {
                                "type": "string"
                              },
                              "name": {
                                "type": "string"
                              },
                              "slug": {
                                "type": "string"
                              },
                              "contact_count": {
                                "type": "number"
                              },
                              "_depth": {
                                "type": "number"
                              }
                            }
                          },
                          "description": {
                            "type": "string"
                          },
                          "tags": {
                            "type": "array",
                            "items": {
                              "type": "object",
                              "properties": {
                                "id": {
                                  "type": "number"
                                },
                                "url": {
                                  "type": "string"
                                },
                                "display": {
                                  "type": "string"
                                },
                                "name": {
                                  "type": "string"
                                },
                                "slug": {
                                  "type": "string"
                                },
                                "color": {
                                  "type": "string"
                                }
                              }
                            }
                          },
                          "custom_fields": {
                            "type": "object"
                          },
                          "created": {
                            "type": "string"
                          },
                          "last_updated": {
                            "type": "string"
                          },
                          "contact_count": {
                            "type": "number"
                          },
                          "_depth": {
                            "type": "number"
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "count": 1,
                  "next": "string",
                  "previous": "string",
                  "results": [
                    {
                      "id": 8,
                      "url": "string",
                      "display": "string",
                      "name": "string",
                      "slug": "string",
                      "parent": {
                        "id": 2,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string",
                        "contact_count": 9,
                        "_depth": 4
                      },
                      "description": "string",
                      "tags": [
                        {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 7,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "created": "string",
                      "last_updated": "string",
                      "contact_count": 2,
                      "_depth": 9
                    }
                  ]
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "name",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slug",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "description",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "created",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdated",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "q",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tag",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "parentId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "parent",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIc",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNic",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNiew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIsw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNisw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNie",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slugN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slugIc",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slugNic",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slugIew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slugNiew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slugIsw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slugNisw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slugIe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slugNie",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionIc",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionNic",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionIew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionNiew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionIsw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionNisw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionIe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionNie",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tagN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "parentIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "parentN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ordering",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Tenancy"
        ],
        "operationId": "postTenancyContactGroups",
        "description": "The parameters and request body are for method: postTenancyContactGroups. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "put": {
        "tags": [
          "Tenancy"
        ],
        "operationId": "putTenancyContactGroups",
        "description": "The parameters and request body are for method: putTenancyContactGroups. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Tenancy"
        ],
        "operationId": "patchTenancyContactGroups",
        "description": "The parameters and request body are for method: patchTenancyContactGroups. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Tenancy"
        ],
        "operationId": "deleteTenancyContactGroups",
        "description": "The parameters and request body are for method: deleteTenancyContactGroups. 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": {}
            }
          }
        }
      }
    },
    "/tenancy/contact-groups/{id}/": {
      "get": {
        "tags": [
          "Tenancy"
        ],
        "operationId": "getTenancyContactGroupsId",
        "description": "The parameters and request body are for method: getTenancyContactGroupsId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Tenancy"
        ],
        "operationId": "putTenancyContactGroupsId",
        "description": "The parameters and request body are for method: putTenancyContactGroupsId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Tenancy"
        ],
        "operationId": "patchTenancyContactGroupsId",
        "description": "The parameters and request body are for method: patchTenancyContactGroupsId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Tenancy"
        ],
        "operationId": "deleteTenancyContactGroupsId",
        "description": "The parameters and request body are for method: deleteTenancyContactGroupsId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/tenancy/contact-roles/": {
      "get": {
        "tags": [
          "Tenancy"
        ],
        "operationId": "getTenancyContactRoles",
        "description": "The parameters and request body are for method: getTenancyContactRoles. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "count": {
                      "type": "number"
                    },
                    "next": {
                      "type": "string"
                    },
                    "previous": {
                      "type": "string"
                    },
                    "results": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "id": {
                            "type": "number"
                          },
                          "url": {
                            "type": "string"
                          },
                          "display": {
                            "type": "string"
                          },
                          "name": {
                            "type": "string"
                          },
                          "slug": {
                            "type": "string"
                          },
                          "description": {
                            "type": "string"
                          },
                          "tags": {
                            "type": "array",
                            "items": {
                              "type": "object",
                              "properties": {
                                "id": {
                                  "type": "number"
                                },
                                "url": {
                                  "type": "string"
                                },
                                "display": {
                                  "type": "string"
                                },
                                "name": {
                                  "type": "string"
                                },
                                "slug": {
                                  "type": "string"
                                },
                                "color": {
                                  "type": "string"
                                }
                              }
                            }
                          },
                          "custom_fields": {
                            "type": "object"
                          },
                          "created": {
                            "type": "string"
                          },
                          "last_updated": {
                            "type": "string"
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "count": 8,
                  "next": "string",
                  "previous": "string",
                  "results": [
                    {
                      "id": 9,
                      "url": "string",
                      "display": "string",
                      "name": "string",
                      "slug": "string",
                      "description": "string",
                      "tags": [
                        {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "created": "string",
                      "last_updated": "string"
                    },
                    {
                      "id": 6,
                      "url": "string",
                      "display": "string",
                      "name": "string",
                      "slug": "string",
                      "description": "string",
                      "tags": [
                        {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 4,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 4,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "created": "string",
                      "last_updated": "string"
                    },
                    {
                      "id": 1,
                      "url": "string",
                      "display": "string",
                      "name": "string",
                      "slug": "string",
                      "description": "string",
                      "tags": [
                        {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 7,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 7,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "created": "string",
                      "last_updated": "string"
                    },
                    {
                      "id": 4,
                      "url": "string",
                      "display": "string",
                      "name": "string",
                      "slug": "string",
                      "description": "string",
                      "tags": [
                        {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 4,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 4,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "created": "string",
                      "last_updated": "string"
                    }
                  ]
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "name",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slug",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "description",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "created",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdated",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "q",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tag",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIc",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNic",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNiew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIsw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNisw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNie",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slugN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slugIc",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slugNic",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slugIew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slugNiew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slugIsw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slugNisw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slugIe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slugNie",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionIc",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionNic",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionIew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionNiew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionIsw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionNisw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionIe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionNie",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tagN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ordering",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Tenancy"
        ],
        "operationId": "postTenancyContactRoles",
        "description": "The parameters and request body are for method: postTenancyContactRoles. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "put": {
        "tags": [
          "Tenancy"
        ],
        "operationId": "putTenancyContactRoles",
        "description": "The parameters and request body are for method: putTenancyContactRoles. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Tenancy"
        ],
        "operationId": "patchTenancyContactRoles",
        "description": "The parameters and request body are for method: patchTenancyContactRoles. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Tenancy"
        ],
        "operationId": "deleteTenancyContactRoles",
        "description": "The parameters and request body are for method: deleteTenancyContactRoles. 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": {}
            }
          }
        }
      }
    },
    "/tenancy/contact-roles/{id}/": {
      "get": {
        "tags": [
          "Tenancy"
        ],
        "operationId": "getTenancyContactRolesId",
        "description": "The parameters and request body are for method: getTenancyContactRolesId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Tenancy"
        ],
        "operationId": "putTenancyContactRolesId",
        "description": "The parameters and request body are for method: putTenancyContactRolesId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Tenancy"
        ],
        "operationId": "patchTenancyContactRolesId",
        "description": "The parameters and request body are for method: patchTenancyContactRolesId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Tenancy"
        ],
        "operationId": "deleteTenancyContactRolesId",
        "description": "The parameters and request body are for method: deleteTenancyContactRolesId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/tenancy/contacts/": {
      "get": {
        "tags": [
          "Tenancy"
        ],
        "operationId": "getTenancyContacts",
        "description": "The parameters and request body are for method: getTenancyContacts. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "count": {
                      "type": "number"
                    },
                    "next": {
                      "type": "string"
                    },
                    "previous": {
                      "type": "string"
                    },
                    "results": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "id": {
                            "type": "number"
                          },
                          "url": {
                            "type": "string"
                          },
                          "display": {
                            "type": "string"
                          },
                          "group": {
                            "type": "object",
                            "properties": {
                              "id": {
                                "type": "number"
                              },
                              "url": {
                                "type": "string"
                              },
                              "display": {
                                "type": "string"
                              },
                              "name": {
                                "type": "string"
                              },
                              "slug": {
                                "type": "string"
                              },
                              "contact_count": {
                                "type": "number"
                              },
                              "_depth": {
                                "type": "number"
                              }
                            }
                          },
                          "name": {
                            "type": "string"
                          },
                          "title": {
                            "type": "string"
                          },
                          "phone": {
                            "type": "string"
                          },
                          "email": {
                            "type": "string"
                          },
                          "address": {
                            "type": "string"
                          },
                          "link": {
                            "type": "string"
                          },
                          "comments": {
                            "type": "string"
                          },
                          "tags": {
                            "type": "array",
                            "items": {
                              "type": "object",
                              "properties": {
                                "id": {
                                  "type": "number"
                                },
                                "url": {
                                  "type": "string"
                                },
                                "display": {
                                  "type": "string"
                                },
                                "name": {
                                  "type": "string"
                                },
                                "slug": {
                                  "type": "string"
                                },
                                "color": {
                                  "type": "string"
                                }
                              }
                            }
                          },
                          "custom_fields": {
                            "type": "object"
                          },
                          "created": {
                            "type": "string"
                          },
                          "last_updated": {
                            "type": "string"
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "count": 6,
                  "next": "string",
                  "previous": "string",
                  "results": [
                    {
                      "id": 3,
                      "url": "string",
                      "display": "string",
                      "group": {
                        "id": 10,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string",
                        "contact_count": 3,
                        "_depth": 9
                      },
                      "name": "string",
                      "title": "string",
                      "phone": "string",
                      "email": "string",
                      "address": "string",
                      "link": "string",
                      "comments": "string",
                      "tags": [
                        {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "created": "string",
                      "last_updated": "string"
                    },
                    {
                      "id": 4,
                      "url": "string",
                      "display": "string",
                      "group": {
                        "id": 6,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string",
                        "contact_count": 1,
                        "_depth": 4
                      },
                      "name": "string",
                      "title": "string",
                      "phone": "string",
                      "email": "string",
                      "address": "string",
                      "link": "string",
                      "comments": "string",
                      "tags": [
                        {
                          "id": 7,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 7,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 4,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 7,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "created": "string",
                      "last_updated": "string"
                    },
                    {
                      "id": 6,
                      "url": "string",
                      "display": "string",
                      "group": {
                        "id": 6,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string",
                        "contact_count": 2,
                        "_depth": 2
                      },
                      "name": "string",
                      "title": "string",
                      "phone": "string",
                      "email": "string",
                      "address": "string",
                      "link": "string",
                      "comments": "string",
                      "tags": [
                        {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "created": "string",
                      "last_updated": "string"
                    },
                    {
                      "id": 3,
                      "url": "string",
                      "display": "string",
                      "group": {
                        "id": 5,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string",
                        "contact_count": 8,
                        "_depth": 3
                      },
                      "name": "string",
                      "title": "string",
                      "phone": "string",
                      "email": "string",
                      "address": "string",
                      "link": "string",
                      "comments": "string",
                      "tags": [
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 4,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 4,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "created": "string",
                      "last_updated": "string"
                    },
                    {
                      "id": 7,
                      "url": "string",
                      "display": "string",
                      "group": {
                        "id": 6,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string",
                        "contact_count": 4,
                        "_depth": 8
                      },
                      "name": "string",
                      "title": "string",
                      "phone": "string",
                      "email": "string",
                      "address": "string",
                      "link": "string",
                      "comments": "string",
                      "tags": [
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 7,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "created": "string",
                      "last_updated": "string"
                    },
                    {
                      "id": 5,
                      "url": "string",
                      "display": "string",
                      "group": {
                        "id": 6,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string",
                        "contact_count": 4,
                        "_depth": 7
                      },
                      "name": "string",
                      "title": "string",
                      "phone": "string",
                      "email": "string",
                      "address": "string",
                      "link": "string",
                      "comments": "string",
                      "tags": [
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 4,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "created": "string",
                      "last_updated": "string"
                    },
                    {
                      "id": 9,
                      "url": "string",
                      "display": "string",
                      "group": {
                        "id": 4,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string",
                        "contact_count": 1,
                        "_depth": 3
                      },
                      "name": "string",
                      "title": "string",
                      "phone": "string",
                      "email": "string",
                      "address": "string",
                      "link": "string",
                      "comments": "string",
                      "tags": [
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "created": "string",
                      "last_updated": "string"
                    },
                    {
                      "id": 8,
                      "url": "string",
                      "display": "string",
                      "group": {
                        "id": 7,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string",
                        "contact_count": 9,
                        "_depth": 3
                      },
                      "name": "string",
                      "title": "string",
                      "phone": "string",
                      "email": "string",
                      "address": "string",
                      "link": "string",
                      "comments": "string",
                      "tags": [
                        {
                          "id": 4,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 4,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "created": "string",
                      "last_updated": "string"
                    },
                    {
                      "id": 2,
                      "url": "string",
                      "display": "string",
                      "group": {
                        "id": 2,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string",
                        "contact_count": 4,
                        "_depth": 8
                      },
                      "name": "string",
                      "title": "string",
                      "phone": "string",
                      "email": "string",
                      "address": "string",
                      "link": "string",
                      "comments": "string",
                      "tags": [
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "created": "string",
                      "last_updated": "string"
                    },
                    {
                      "id": 7,
                      "url": "string",
                      "display": "string",
                      "group": {
                        "id": 9,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string",
                        "contact_count": 6,
                        "_depth": 7
                      },
                      "name": "string",
                      "title": "string",
                      "phone": "string",
                      "email": "string",
                      "address": "string",
                      "link": "string",
                      "comments": "string",
                      "tags": [
                        {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 4,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "created": "string",
                      "last_updated": "string"
                    }
                  ]
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "name",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "title",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "phone",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "email",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "address",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "link",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "created",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdated",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "q",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tag",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "groupId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "group",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIc",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNic",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNiew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIsw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNisw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNie",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "titleN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "titleIc",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "titleNic",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "titleIew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "titleNiew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "titleIsw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "titleNisw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "titleIe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "titleNie",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "phoneN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "phoneIc",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "phoneNic",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "phoneIew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "phoneNiew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "phoneIsw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "phoneNisw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "phoneIe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "phoneNie",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "emailN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "emailIc",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "emailNic",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "emailIew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "emailNiew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "emailIsw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "emailNisw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "emailIe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "emailNie",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "addressN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "addressIc",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "addressNic",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "addressIew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "addressNiew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "addressIsw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "addressNisw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "addressIe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "addressNie",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "linkN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "linkIc",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "linkNic",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "linkIew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "linkNiew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "linkIsw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "linkNisw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "linkIe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "linkNie",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tagN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "groupIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "groupN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ordering",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Tenancy"
        ],
        "operationId": "postTenancyContacts",
        "description": "The parameters and request body are for method: postTenancyContacts. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "put": {
        "tags": [
          "Tenancy"
        ],
        "operationId": "putTenancyContacts",
        "description": "The parameters and request body are for method: putTenancyContacts. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Tenancy"
        ],
        "operationId": "patchTenancyContacts",
        "description": "The parameters and request body are for method: patchTenancyContacts. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Tenancy"
        ],
        "operationId": "deleteTenancyContacts",
        "description": "The parameters and request body are for method: deleteTenancyContacts. 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": {}
            }
          }
        }
      }
    },
    "/tenancy/contacts/{id}/": {
      "get": {
        "tags": [
          "Tenancy"
        ],
        "operationId": "getTenancyContactsId",
        "description": "The parameters and request body are for method: getTenancyContactsId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Tenancy"
        ],
        "operationId": "putTenancyContactsId",
        "description": "The parameters and request body are for method: putTenancyContactsId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Tenancy"
        ],
        "operationId": "patchTenancyContactsId",
        "description": "The parameters and request body are for method: patchTenancyContactsId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Tenancy"
        ],
        "operationId": "deleteTenancyContactsId",
        "description": "The parameters and request body are for method: deleteTenancyContactsId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/tenancy/tenant-groups/": {
      "get": {
        "tags": [
          "Tenancy"
        ],
        "operationId": "getTenancyTenantGroups",
        "description": "The parameters and request body are for method: getTenancyTenantGroups. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "count": {
                      "type": "number"
                    },
                    "next": {
                      "type": "string"
                    },
                    "previous": {
                      "type": "string"
                    },
                    "results": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "id": {
                            "type": "number"
                          },
                          "url": {
                            "type": "string"
                          },
                          "display": {
                            "type": "string"
                          },
                          "name": {
                            "type": "string"
                          },
                          "slug": {
                            "type": "string"
                          },
                          "parent": {
                            "type": "object",
                            "properties": {
                              "id": {
                                "type": "number"
                              },
                              "url": {
                                "type": "string"
                              },
                              "display": {
                                "type": "string"
                              },
                              "name": {
                                "type": "string"
                              },
                              "slug": {
                                "type": "string"
                              },
                              "tenant_count": {
                                "type": "number"
                              },
                              "_depth": {
                                "type": "number"
                              }
                            }
                          },
                          "description": {
                            "type": "string"
                          },
                          "tags": {
                            "type": "array",
                            "items": {
                              "type": "object",
                              "properties": {
                                "id": {
                                  "type": "number"
                                },
                                "url": {
                                  "type": "string"
                                },
                                "display": {
                                  "type": "string"
                                },
                                "name": {
                                  "type": "string"
                                },
                                "slug": {
                                  "type": "string"
                                },
                                "color": {
                                  "type": "string"
                                }
                              }
                            }
                          },
                          "custom_fields": {
                            "type": "object"
                          },
                          "created": {
                            "type": "string"
                          },
                          "last_updated": {
                            "type": "string"
                          },
                          "tenant_count": {
                            "type": "number"
                          },
                          "_depth": {
                            "type": "number"
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "count": 7,
                  "next": "string",
                  "previous": "string",
                  "results": [
                    {
                      "id": 1,
                      "url": "string",
                      "display": "string",
                      "name": "string",
                      "slug": "string",
                      "parent": {
                        "id": 3,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string",
                        "tenant_count": 5,
                        "_depth": 9
                      },
                      "description": "string",
                      "tags": [
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 4,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 4,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 4,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "created": "string",
                      "last_updated": "string",
                      "tenant_count": 10,
                      "_depth": 8
                    },
                    {
                      "id": 1,
                      "url": "string",
                      "display": "string",
                      "name": "string",
                      "slug": "string",
                      "parent": {
                        "id": 9,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string",
                        "tenant_count": 6,
                        "_depth": 5
                      },
                      "description": "string",
                      "tags": [
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 4,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "created": "string",
                      "last_updated": "string",
                      "tenant_count": 3,
                      "_depth": 6
                    }
                  ]
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "name",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slug",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "description",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "created",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdated",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "q",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tag",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "parentId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "parent",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIc",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNic",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNiew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIsw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNisw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNie",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slugN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slugIc",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slugNic",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slugIew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slugNiew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slugIsw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slugNisw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slugIe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slugNie",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionIc",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionNic",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionIew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionNiew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionIsw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionNisw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionIe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionNie",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tagN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "parentIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "parentN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ordering",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Tenancy"
        ],
        "operationId": "postTenancyTenantGroups",
        "description": "The parameters and request body are for method: postTenancyTenantGroups. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "put": {
        "tags": [
          "Tenancy"
        ],
        "operationId": "putTenancyTenantGroups",
        "description": "The parameters and request body are for method: putTenancyTenantGroups. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Tenancy"
        ],
        "operationId": "patchTenancyTenantGroups",
        "description": "The parameters and request body are for method: patchTenancyTenantGroups. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Tenancy"
        ],
        "operationId": "deleteTenancyTenantGroups",
        "description": "The parameters and request body are for method: deleteTenancyTenantGroups. 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": {}
            }
          }
        }
      }
    },
    "/tenancy/tenant-groups/{id}/": {
      "get": {
        "tags": [
          "Tenancy"
        ],
        "operationId": "getTenancyTenantGroupsId",
        "description": "The parameters and request body are for method: getTenancyTenantGroupsId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Tenancy"
        ],
        "operationId": "putTenancyTenantGroupsId",
        "description": "The parameters and request body are for method: putTenancyTenantGroupsId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Tenancy"
        ],
        "operationId": "patchTenancyTenantGroupsId",
        "description": "The parameters and request body are for method: patchTenancyTenantGroupsId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Tenancy"
        ],
        "operationId": "deleteTenancyTenantGroupsId",
        "description": "The parameters and request body are for method: deleteTenancyTenantGroupsId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/tenancy/tenants/": {
      "get": {
        "tags": [
          "Tenancy"
        ],
        "operationId": "getTenancyTenants",
        "description": "The parameters and request body are for method: getTenancyTenants. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "count": {
                      "type": "number"
                    },
                    "next": {
                      "type": "string"
                    },
                    "previous": {
                      "type": "string"
                    },
                    "results": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "id": {
                            "type": "number"
                          },
                          "url": {
                            "type": "string"
                          },
                          "display": {
                            "type": "string"
                          },
                          "name": {
                            "type": "string"
                          },
                          "slug": {
                            "type": "string"
                          },
                          "group": {
                            "type": "object",
                            "properties": {
                              "id": {
                                "type": "number"
                              },
                              "url": {
                                "type": "string"
                              },
                              "display": {
                                "type": "string"
                              },
                              "name": {
                                "type": "string"
                              },
                              "slug": {
                                "type": "string"
                              },
                              "tenant_count": {
                                "type": "number"
                              },
                              "_depth": {
                                "type": "number"
                              }
                            }
                          },
                          "description": {
                            "type": "string"
                          },
                          "comments": {
                            "type": "string"
                          },
                          "tags": {
                            "type": "array",
                            "items": {
                              "type": "object",
                              "properties": {
                                "id": {
                                  "type": "number"
                                },
                                "url": {
                                  "type": "string"
                                },
                                "display": {
                                  "type": "string"
                                },
                                "name": {
                                  "type": "string"
                                },
                                "slug": {
                                  "type": "string"
                                },
                                "color": {
                                  "type": "string"
                                }
                              }
                            }
                          },
                          "custom_fields": {
                            "type": "object"
                          },
                          "created": {
                            "type": "string"
                          },
                          "last_updated": {
                            "type": "string"
                          },
                          "circuit_count": {
                            "type": "number"
                          },
                          "device_count": {
                            "type": "number"
                          },
                          "ipaddress_count": {
                            "type": "number"
                          },
                          "prefix_count": {
                            "type": "number"
                          },
                          "rack_count": {
                            "type": "number"
                          },
                          "site_count": {
                            "type": "number"
                          },
                          "virtualmachine_count": {
                            "type": "number"
                          },
                          "vlan_count": {
                            "type": "number"
                          },
                          "vrf_count": {
                            "type": "number"
                          },
                          "cluster_count": {
                            "type": "number"
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "count": 1,
                  "next": "string",
                  "previous": "string",
                  "results": [
                    {
                      "id": 6,
                      "url": "string",
                      "display": "string",
                      "name": "string",
                      "slug": "string",
                      "group": {
                        "id": 5,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string",
                        "tenant_count": 5,
                        "_depth": 5
                      },
                      "description": "string",
                      "comments": "string",
                      "tags": [
                        {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "created": "string",
                      "last_updated": "string",
                      "circuit_count": 10,
                      "device_count": 6,
                      "ipaddress_count": 3,
                      "prefix_count": 6,
                      "rack_count": 6,
                      "site_count": 9,
                      "virtualmachine_count": 10,
                      "vlan_count": 6,
                      "vrf_count": 7,
                      "cluster_count": 2
                    },
                    {
                      "id": 5,
                      "url": "string",
                      "display": "string",
                      "name": "string",
                      "slug": "string",
                      "group": {
                        "id": 7,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string",
                        "tenant_count": 7,
                        "_depth": 9
                      },
                      "description": "string",
                      "comments": "string",
                      "tags": [
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "created": "string",
                      "last_updated": "string",
                      "circuit_count": 3,
                      "device_count": 2,
                      "ipaddress_count": 2,
                      "prefix_count": 2,
                      "rack_count": 8,
                      "site_count": 8,
                      "virtualmachine_count": 5,
                      "vlan_count": 1,
                      "vrf_count": 6,
                      "cluster_count": 10
                    },
                    {
                      "id": 1,
                      "url": "string",
                      "display": "string",
                      "name": "string",
                      "slug": "string",
                      "group": {
                        "id": 9,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string",
                        "tenant_count": 6,
                        "_depth": 9
                      },
                      "description": "string",
                      "comments": "string",
                      "tags": [
                        {
                          "id": 4,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 7,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "created": "string",
                      "last_updated": "string",
                      "circuit_count": 8,
                      "device_count": 8,
                      "ipaddress_count": 8,
                      "prefix_count": 9,
                      "rack_count": 2,
                      "site_count": 7,
                      "virtualmachine_count": 6,
                      "vlan_count": 1,
                      "vrf_count": 6,
                      "cluster_count": 8
                    },
                    {
                      "id": 4,
                      "url": "string",
                      "display": "string",
                      "name": "string",
                      "slug": "string",
                      "group": {
                        "id": 6,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string",
                        "tenant_count": 4,
                        "_depth": 5
                      },
                      "description": "string",
                      "comments": "string",
                      "tags": [
                        {
                          "id": 7,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 7,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "created": "string",
                      "last_updated": "string",
                      "circuit_count": 7,
                      "device_count": 9,
                      "ipaddress_count": 10,
                      "prefix_count": 8,
                      "rack_count": 3,
                      "site_count": 9,
                      "virtualmachine_count": 7,
                      "vlan_count": 2,
                      "vrf_count": 9,
                      "cluster_count": 10
                    },
                    {
                      "id": 1,
                      "url": "string",
                      "display": "string",
                      "name": "string",
                      "slug": "string",
                      "group": {
                        "id": 5,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string",
                        "tenant_count": 5,
                        "_depth": 3
                      },
                      "description": "string",
                      "comments": "string",
                      "tags": [
                        {
                          "id": 7,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "created": "string",
                      "last_updated": "string",
                      "circuit_count": 6,
                      "device_count": 5,
                      "ipaddress_count": 9,
                      "prefix_count": 4,
                      "rack_count": 6,
                      "site_count": 3,
                      "virtualmachine_count": 1,
                      "vlan_count": 6,
                      "vrf_count": 2,
                      "cluster_count": 4
                    }
                  ]
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "name",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slug",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "description",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "created",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdated",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "q",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tag",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "contact",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "contactRole",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "contactGroup",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "groupId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "group",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIc",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNic",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNiew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIsw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNisw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNie",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slugN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slugIc",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slugNic",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slugIew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slugNiew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slugIsw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slugNisw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slugIe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slugNie",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionIc",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionNic",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionIew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionNiew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionIsw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionNisw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionIe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionNie",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tagN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "contactN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "contactRoleN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "contactGroupN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "groupIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "groupN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ordering",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Tenancy"
        ],
        "operationId": "postTenancyTenants",
        "description": "The parameters and request body are for method: postTenancyTenants. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "put": {
        "tags": [
          "Tenancy"
        ],
        "operationId": "putTenancyTenants",
        "description": "The parameters and request body are for method: putTenancyTenants. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Tenancy"
        ],
        "operationId": "patchTenancyTenants",
        "description": "The parameters and request body are for method: patchTenancyTenants. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Tenancy"
        ],
        "operationId": "deleteTenancyTenants",
        "description": "The parameters and request body are for method: deleteTenancyTenants. 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": {}
            }
          }
        }
      }
    },
    "/tenancy/tenants/{id}/": {
      "get": {
        "tags": [
          "Tenancy"
        ],
        "operationId": "getTenancyTenantsId",
        "description": "The parameters and request body are for method: getTenancyTenantsId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Tenancy"
        ],
        "operationId": "putTenancyTenantsId",
        "description": "The parameters and request body are for method: putTenancyTenantsId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Tenancy"
        ],
        "operationId": "patchTenancyTenantsId",
        "description": "The parameters and request body are for method: patchTenancyTenantsId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Tenancy"
        ],
        "operationId": "deleteTenancyTenantsId",
        "description": "The parameters and request body are for method: deleteTenancyTenantsId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/users/config/": {
      "get": {
        "tags": [
          "Users"
        ],
        "operationId": "getUsersConfig",
        "description": "The parameters and request body are for method: getUsersConfig. 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": {}
            }
          }
        }
      }
    },
    "/users/groups/": {
      "get": {
        "tags": [
          "Users"
        ],
        "operationId": "getUsersGroups",
        "description": "The parameters and request body are for method: getUsersGroups. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "count": {
                      "type": "number"
                    },
                    "next": {
                      "type": "string"
                    },
                    "previous": {
                      "type": "string"
                    },
                    "results": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "id": {
                            "type": "number"
                          },
                          "url": {
                            "type": "string"
                          },
                          "display": {
                            "type": "string"
                          },
                          "name": {
                            "type": "string"
                          },
                          "user_count": {
                            "type": "number"
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "count": 6,
                  "next": "string",
                  "previous": "string",
                  "results": [
                    {
                      "id": 5,
                      "url": "string",
                      "display": "string",
                      "name": "string",
                      "user_count": 6
                    },
                    {
                      "id": 10,
                      "url": "string",
                      "display": "string",
                      "name": "string",
                      "user_count": 5
                    },
                    {
                      "id": 10,
                      "url": "string",
                      "display": "string",
                      "name": "string",
                      "user_count": 4
                    },
                    {
                      "id": 2,
                      "url": "string",
                      "display": "string",
                      "name": "string",
                      "user_count": 9
                    },
                    {
                      "id": 1,
                      "url": "string",
                      "display": "string",
                      "name": "string",
                      "user_count": 8
                    },
                    {
                      "id": 3,
                      "url": "string",
                      "display": "string",
                      "name": "string",
                      "user_count": 3
                    }
                  ]
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "name",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "q",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIc",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNic",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNiew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIsw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNisw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNie",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameEmpty",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ordering",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Users"
        ],
        "operationId": "postUsersGroups",
        "description": "The parameters and request body are for method: postUsersGroups. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "put": {
        "tags": [
          "Users"
        ],
        "operationId": "putUsersGroups",
        "description": "The parameters and request body are for method: putUsersGroups. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Users"
        ],
        "operationId": "patchUsersGroups",
        "description": "The parameters and request body are for method: patchUsersGroups. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Users"
        ],
        "operationId": "deleteUsersGroups",
        "description": "The parameters and request body are for method: deleteUsersGroups. 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": {}
            }
          }
        }
      }
    },
    "/users/groups/{id}/": {
      "get": {
        "tags": [
          "Users"
        ],
        "operationId": "getUsersGroupsId",
        "description": "The parameters and request body are for method: getUsersGroupsId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Users"
        ],
        "operationId": "putUsersGroupsId",
        "description": "The parameters and request body are for method: putUsersGroupsId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Users"
        ],
        "operationId": "patchUsersGroupsId",
        "description": "The parameters and request body are for method: patchUsersGroupsId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Users"
        ],
        "operationId": "deleteUsersGroupsId",
        "description": "The parameters and request body are for method: deleteUsersGroupsId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/users/permissions/": {
      "get": {
        "tags": [
          "Users"
        ],
        "operationId": "getUsersPermissions",
        "description": "The parameters and request body are for method: getUsersPermissions. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "count": {
                      "type": "number"
                    },
                    "next": {
                      "type": "string"
                    },
                    "previous": {
                      "type": "string"
                    },
                    "results": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "id": {
                            "type": "number"
                          },
                          "url": {
                            "type": "string"
                          },
                          "display": {
                            "type": "string"
                          },
                          "name": {
                            "type": "string"
                          },
                          "description": {
                            "type": "string"
                          },
                          "enabled": {
                            "type": "boolean"
                          },
                          "object_types": {
                            "type": "array",
                            "items": {
                              "type": "string"
                            }
                          },
                          "groups": {
                            "type": "array",
                            "items": {
                              "type": "object",
                              "properties": {
                                "id": {
                                  "type": "number"
                                },
                                "url": {
                                  "type": "string"
                                },
                                "display": {
                                  "type": "string"
                                },
                                "name": {
                                  "type": "string"
                                }
                              }
                            }
                          },
                          "users": {
                            "type": "array",
                            "items": {
                              "type": "object",
                              "properties": {
                                "id": {
                                  "type": "number"
                                },
                                "url": {
                                  "type": "string"
                                },
                                "display": {
                                  "type": "string"
                                },
                                "username": {
                                  "type": "string"
                                }
                              }
                            }
                          },
                          "actions": {
                            "type": "array",
                            "items": {
                              "type": "string"
                            }
                          },
                          "constraints": {
                            "type": "object"
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "count": 5,
                  "next": "string",
                  "previous": "string",
                  "results": [
                    {
                      "id": 2,
                      "url": "string",
                      "display": "string",
                      "name": "string",
                      "description": "string",
                      "enabled": false,
                      "object_types": [
                        "string"
                      ],
                      "groups": [
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        },
                        {
                          "id": 4,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        },
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        },
                        {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        },
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        },
                        {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        },
                        {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        },
                        {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        }
                      ],
                      "users": [
                        {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "username": "string"
                        },
                        {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "username": "string"
                        },
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "username": "string"
                        },
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "username": "string"
                        },
                        {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "username": "string"
                        },
                        {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "username": "string"
                        },
                        {
                          "id": 7,
                          "url": "string",
                          "display": "string",
                          "username": "string"
                        },
                        {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "username": "string"
                        }
                      ],
                      "actions": [
                        "string",
                        "string"
                      ],
                      "constraints": {}
                    },
                    {
                      "id": 9,
                      "url": "string",
                      "display": "string",
                      "name": "string",
                      "description": "string",
                      "enabled": false,
                      "object_types": [
                        "string"
                      ],
                      "groups": [
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        }
                      ],
                      "users": [
                        {
                          "id": 7,
                          "url": "string",
                          "display": "string",
                          "username": "string"
                        },
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "username": "string"
                        },
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "username": "string"
                        },
                        {
                          "id": 4,
                          "url": "string",
                          "display": "string",
                          "username": "string"
                        }
                      ],
                      "actions": [
                        "string",
                        "string",
                        "string",
                        "string",
                        "string"
                      ],
                      "constraints": {}
                    },
                    {
                      "id": 1,
                      "url": "string",
                      "display": "string",
                      "name": "string",
                      "description": "string",
                      "enabled": true,
                      "object_types": [
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string"
                      ],
                      "groups": [
                        {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        },
                        {
                          "id": 7,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        },
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        },
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        },
                        {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        },
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        },
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        },
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        }
                      ],
                      "users": [
                        {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "username": "string"
                        },
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "username": "string"
                        },
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "username": "string"
                        },
                        {
                          "id": 4,
                          "url": "string",
                          "display": "string",
                          "username": "string"
                        },
                        {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "username": "string"
                        }
                      ],
                      "actions": [
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string"
                      ],
                      "constraints": {}
                    },
                    {
                      "id": 6,
                      "url": "string",
                      "display": "string",
                      "name": "string",
                      "description": "string",
                      "enabled": true,
                      "object_types": [
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string"
                      ],
                      "groups": [
                        {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        },
                        {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        },
                        {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        },
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        },
                        {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        }
                      ],
                      "users": [
                        {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "username": "string"
                        },
                        {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "username": "string"
                        }
                      ],
                      "actions": [
                        "string"
                      ],
                      "constraints": {}
                    },
                    {
                      "id": 9,
                      "url": "string",
                      "display": "string",
                      "name": "string",
                      "description": "string",
                      "enabled": true,
                      "object_types": [
                        "string",
                        "string",
                        "string"
                      ],
                      "groups": [
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        },
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        },
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        },
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        },
                        {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        }
                      ],
                      "users": [
                        {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "username": "string"
                        },
                        {
                          "id": 4,
                          "url": "string",
                          "display": "string",
                          "username": "string"
                        },
                        {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "username": "string"
                        },
                        {
                          "id": 4,
                          "url": "string",
                          "display": "string",
                          "username": "string"
                        },
                        {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "username": "string"
                        },
                        {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "username": "string"
                        }
                      ],
                      "actions": [
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string"
                      ],
                      "constraints": {}
                    },
                    {
                      "id": 7,
                      "url": "string",
                      "display": "string",
                      "name": "string",
                      "description": "string",
                      "enabled": true,
                      "object_types": [
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string"
                      ],
                      "groups": [
                        {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        },
                        {
                          "id": 7,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        },
                        {
                          "id": 4,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        },
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        },
                        {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        },
                        {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        },
                        {
                          "id": 7,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        },
                        {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        },
                        {
                          "id": 7,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        }
                      ],
                      "users": [
                        {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "username": "string"
                        },
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "username": "string"
                        },
                        {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "username": "string"
                        },
                        {
                          "id": 7,
                          "url": "string",
                          "display": "string",
                          "username": "string"
                        }
                      ],
                      "actions": [
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string"
                      ],
                      "constraints": {}
                    }
                  ]
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "name",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "enabled",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "objectTypes",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "description",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "q",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "userId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "user",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "groupId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "group",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIc",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNic",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNiew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIsw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNisw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNie",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameEmpty",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "objectTypesN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionIc",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionNic",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionIew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionNiew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionIsw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionNisw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionIe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionNie",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionEmpty",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "userIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "userN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "groupIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "groupN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ordering",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Users"
        ],
        "operationId": "postUsersPermissions",
        "description": "The parameters and request body are for method: postUsersPermissions. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "put": {
        "tags": [
          "Users"
        ],
        "operationId": "putUsersPermissions",
        "description": "The parameters and request body are for method: putUsersPermissions. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Users"
        ],
        "operationId": "patchUsersPermissions",
        "description": "The parameters and request body are for method: patchUsersPermissions. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Users"
        ],
        "operationId": "deleteUsersPermissions",
        "description": "The parameters and request body are for method: deleteUsersPermissions. 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": {}
            }
          }
        }
      }
    },
    "/users/permissions/{id}/": {
      "get": {
        "tags": [
          "Users"
        ],
        "operationId": "getUsersPermissionsId",
        "description": "The parameters and request body are for method: getUsersPermissionsId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Users"
        ],
        "operationId": "putUsersPermissionsId",
        "description": "The parameters and request body are for method: putUsersPermissionsId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Users"
        ],
        "operationId": "patchUsersPermissionsId",
        "description": "The parameters and request body are for method: patchUsersPermissionsId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Users"
        ],
        "operationId": "deleteUsersPermissionsId",
        "description": "The parameters and request body are for method: deleteUsersPermissionsId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/users/tokens/": {
      "get": {
        "tags": [
          "Users"
        ],
        "operationId": "getUsersTokens",
        "description": "The parameters and request body are for method: getUsersTokens. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "count": {
                      "type": "number"
                    },
                    "next": {
                      "type": "string"
                    },
                    "previous": {
                      "type": "string"
                    },
                    "results": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "id": {
                            "type": "number"
                          },
                          "url": {
                            "type": "string"
                          },
                          "display": {
                            "type": "string"
                          },
                          "user": {
                            "type": "object",
                            "properties": {
                              "id": {
                                "type": "number"
                              },
                              "url": {
                                "type": "string"
                              },
                              "display": {
                                "type": "string"
                              },
                              "username": {
                                "type": "string"
                              }
                            }
                          },
                          "created": {
                            "type": "string"
                          },
                          "expires": {
                            "type": "string"
                          },
                          "last_used": {
                            "type": "string"
                          },
                          "key": {
                            "type": "string"
                          },
                          "write_enabled": {
                            "type": "boolean"
                          },
                          "description": {
                            "type": "string"
                          },
                          "allowed_ips": {
                            "type": "object"
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "count": 1,
                  "next": "string",
                  "previous": "string",
                  "results": [
                    {
                      "id": 1,
                      "url": "string",
                      "display": "string",
                      "user": {
                        "id": 7,
                        "url": "string",
                        "display": "string",
                        "username": "string"
                      },
                      "created": "string",
                      "expires": "string",
                      "last_used": "string",
                      "key": "string",
                      "write_enabled": true,
                      "description": "string",
                      "allowed_ips": []
                    },
                    {
                      "id": 9,
                      "url": "string",
                      "display": "string",
                      "user": {
                        "id": 4,
                        "url": "string",
                        "display": "string",
                        "username": "string"
                      },
                      "created": "string",
                      "expires": "string",
                      "last_used": "string",
                      "key": "string",
                      "write_enabled": false,
                      "description": "string",
                      "allowed_ips": []
                    },
                    {
                      "id": 7,
                      "url": "string",
                      "display": "string",
                      "user": {
                        "id": 9,
                        "url": "string",
                        "display": "string",
                        "username": "string"
                      },
                      "created": "string",
                      "expires": "string",
                      "last_used": "string",
                      "key": "string",
                      "write_enabled": false,
                      "description": "string",
                      "allowed_ips": []
                    },
                    {
                      "id": 10,
                      "url": "string",
                      "display": "string",
                      "user": {
                        "id": 5,
                        "url": "string",
                        "display": "string",
                        "username": "string"
                      },
                      "created": "string",
                      "expires": "string",
                      "last_used": "string",
                      "key": "string",
                      "write_enabled": false,
                      "description": "string",
                      "allowed_ips": []
                    },
                    {
                      "id": 5,
                      "url": "string",
                      "display": "string",
                      "user": {
                        "id": 1,
                        "url": "string",
                        "display": "string",
                        "username": "string"
                      },
                      "created": "string",
                      "expires": "string",
                      "last_used": "string",
                      "key": "string",
                      "write_enabled": true,
                      "description": "string",
                      "allowed_ips": []
                    }
                  ]
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "key",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "writeEnabled",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "description",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "q",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "userId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "user",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "created",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "expires",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "expiresGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "expiresLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "keyN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "keyIc",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "keyNic",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "keyIew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "keyNiew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "keyIsw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "keyNisw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "keyIe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "keyNie",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "keyEmpty",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionIc",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionNic",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionIew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionNiew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionIsw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionNisw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionIe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionNie",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionEmpty",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "userIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "userN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ordering",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Users"
        ],
        "operationId": "postUsersTokens",
        "description": "The parameters and request body are for method: postUsersTokens. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "put": {
        "tags": [
          "Users"
        ],
        "operationId": "putUsersTokens",
        "description": "The parameters and request body are for method: putUsersTokens. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Users"
        ],
        "operationId": "patchUsersTokens",
        "description": "The parameters and request body are for method: patchUsersTokens. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Users"
        ],
        "operationId": "deleteUsersTokens",
        "description": "The parameters and request body are for method: deleteUsersTokens. 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": {}
            }
          }
        }
      }
    },
    "/users/tokens/provision/": {
      "post": {
        "tags": [
          "Users"
        ],
        "operationId": "postUsersTokensProvision",
        "description": "The parameters and request body are for method: postUsersTokensProvision. 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": {}
            }
          }
        }
      }
    },
    "/users/tokens/{id}/": {
      "get": {
        "tags": [
          "Users"
        ],
        "operationId": "getUsersTokensId",
        "description": "The parameters and request body are for method: getUsersTokensId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Users"
        ],
        "operationId": "putUsersTokensId",
        "description": "The parameters and request body are for method: putUsersTokensId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Users"
        ],
        "operationId": "patchUsersTokensId",
        "description": "The parameters and request body are for method: patchUsersTokensId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Users"
        ],
        "operationId": "deleteUsersTokensId",
        "description": "The parameters and request body are for method: deleteUsersTokensId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/users/users/": {
      "get": {
        "tags": [
          "Users"
        ],
        "operationId": "getUsersUsers",
        "description": "The parameters and request body are for method: getUsersUsers. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "count": {
                      "type": "number"
                    },
                    "next": {
                      "type": "string"
                    },
                    "previous": {
                      "type": "string"
                    },
                    "results": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "id": {
                            "type": "number"
                          },
                          "url": {
                            "type": "string"
                          },
                          "display": {
                            "type": "string"
                          },
                          "username": {
                            "type": "string"
                          },
                          "password": {
                            "type": "string"
                          },
                          "first_name": {
                            "type": "string"
                          },
                          "last_name": {
                            "type": "string"
                          },
                          "email": {
                            "type": "string"
                          },
                          "is_staff": {
                            "type": "boolean"
                          },
                          "is_active": {
                            "type": "boolean"
                          },
                          "date_joined": {
                            "type": "string"
                          },
                          "groups": {
                            "type": "array",
                            "items": {
                              "type": "object",
                              "properties": {
                                "id": {
                                  "type": "number"
                                },
                                "url": {
                                  "type": "string"
                                },
                                "display": {
                                  "type": "string"
                                },
                                "name": {
                                  "type": "string"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "count": 6,
                  "next": "string",
                  "previous": "string",
                  "results": [
                    {
                      "id": 7,
                      "url": "string",
                      "display": "string",
                      "username": "string",
                      "password": "string",
                      "first_name": "string",
                      "last_name": "string",
                      "email": "string",
                      "is_staff": false,
                      "is_active": false,
                      "date_joined": "string",
                      "groups": [
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        },
                        {
                          "id": 4,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        },
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        },
                        {
                          "id": 4,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        },
                        {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        },
                        {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        },
                        {
                          "id": 7,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        },
                        {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        },
                        {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        }
                      ]
                    },
                    {
                      "id": 6,
                      "url": "string",
                      "display": "string",
                      "username": "string",
                      "password": "string",
                      "first_name": "string",
                      "last_name": "string",
                      "email": "string",
                      "is_staff": false,
                      "is_active": true,
                      "date_joined": "string",
                      "groups": [
                        {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        },
                        {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        },
                        {
                          "id": 7,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        },
                        {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        },
                        {
                          "id": 4,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        },
                        {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        }
                      ]
                    },
                    {
                      "id": 4,
                      "url": "string",
                      "display": "string",
                      "username": "string",
                      "password": "string",
                      "first_name": "string",
                      "last_name": "string",
                      "email": "string",
                      "is_staff": false,
                      "is_active": false,
                      "date_joined": "string",
                      "groups": [
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        },
                        {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        },
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        },
                        {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        },
                        {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        },
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        },
                        {
                          "id": 4,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        },
                        {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        },
                        {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        }
                      ]
                    },
                    {
                      "id": 8,
                      "url": "string",
                      "display": "string",
                      "username": "string",
                      "password": "string",
                      "first_name": "string",
                      "last_name": "string",
                      "email": "string",
                      "is_staff": false,
                      "is_active": true,
                      "date_joined": "string",
                      "groups": [
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        },
                        {
                          "id": 7,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        },
                        {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        },
                        {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        },
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        },
                        {
                          "id": 7,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        },
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        }
                      ]
                    },
                    {
                      "id": 1,
                      "url": "string",
                      "display": "string",
                      "username": "string",
                      "password": "string",
                      "first_name": "string",
                      "last_name": "string",
                      "email": "string",
                      "is_staff": false,
                      "is_active": true,
                      "date_joined": "string",
                      "groups": [
                        {
                          "id": 4,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        }
                      ]
                    },
                    {
                      "id": 10,
                      "url": "string",
                      "display": "string",
                      "username": "string",
                      "password": "string",
                      "first_name": "string",
                      "last_name": "string",
                      "email": "string",
                      "is_staff": true,
                      "is_active": true,
                      "date_joined": "string",
                      "groups": [
                        {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        },
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        },
                        {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        },
                        {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        },
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        },
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        },
                        {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        },
                        {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        },
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        },
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        }
                      ]
                    },
                    {
                      "id": 1,
                      "url": "string",
                      "display": "string",
                      "username": "string",
                      "password": "string",
                      "first_name": "string",
                      "last_name": "string",
                      "email": "string",
                      "is_staff": false,
                      "is_active": true,
                      "date_joined": "string",
                      "groups": [
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        },
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        },
                        {
                          "id": 7,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        },
                        {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        },
                        {
                          "id": 7,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        },
                        {
                          "id": 7,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        },
                        {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        },
                        {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        }
                      ]
                    },
                    {
                      "id": 2,
                      "url": "string",
                      "display": "string",
                      "username": "string",
                      "password": "string",
                      "first_name": "string",
                      "last_name": "string",
                      "email": "string",
                      "is_staff": true,
                      "is_active": false,
                      "date_joined": "string",
                      "groups": [
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        },
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        },
                        {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        },
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        }
                      ]
                    }
                  ]
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "username",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "firstName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "email",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "isStaff",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "isActive",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "q",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "groupId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "group",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "usernameN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "usernameIc",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "usernameNic",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "usernameIew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "usernameNiew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "usernameIsw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "usernameNisw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "usernameIe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "usernameNie",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "usernameEmpty",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "firstNameN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "firstNameIc",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "firstNameNic",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "firstNameIew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "firstNameNiew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "firstNameIsw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "firstNameNisw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "firstNameIe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "firstNameNie",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "firstNameEmpty",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastNameN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastNameIc",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastNameNic",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastNameIew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastNameNiew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastNameIsw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastNameNisw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastNameIe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastNameNie",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastNameEmpty",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "emailN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "emailIc",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "emailNic",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "emailIew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "emailNiew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "emailIsw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "emailNisw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "emailIe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "emailNie",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "emailEmpty",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "groupIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "groupN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ordering",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Users"
        ],
        "operationId": "postUsersUsers",
        "description": "The parameters and request body are for method: postUsersUsers. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "put": {
        "tags": [
          "Users"
        ],
        "operationId": "putUsersUsers",
        "description": "The parameters and request body are for method: putUsersUsers. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Users"
        ],
        "operationId": "patchUsersUsers",
        "description": "The parameters and request body are for method: patchUsersUsers. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Users"
        ],
        "operationId": "deleteUsersUsers",
        "description": "The parameters and request body are for method: deleteUsersUsers. 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": {}
            }
          }
        }
      }
    },
    "/users/users/{id}/": {
      "get": {
        "tags": [
          "Users"
        ],
        "operationId": "getUsersUsersId",
        "description": "The parameters and request body are for method: getUsersUsersId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Users"
        ],
        "operationId": "putUsersUsersId",
        "description": "The parameters and request body are for method: putUsersUsersId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Users"
        ],
        "operationId": "patchUsersUsersId",
        "description": "The parameters and request body are for method: patchUsersUsersId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Users"
        ],
        "operationId": "deleteUsersUsersId",
        "description": "The parameters and request body are for method: deleteUsersUsersId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/virtualization/cluster-groups/": {
      "get": {
        "tags": [
          "Virtualization"
        ],
        "operationId": "getVirtualizationClusterGroups",
        "description": "The parameters and request body are for method: getVirtualizationClusterGroups. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "count": {
                      "type": "number"
                    },
                    "next": {
                      "type": "string"
                    },
                    "previous": {
                      "type": "string"
                    },
                    "results": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "id": {
                            "type": "number"
                          },
                          "url": {
                            "type": "string"
                          },
                          "display": {
                            "type": "string"
                          },
                          "name": {
                            "type": "string"
                          },
                          "slug": {
                            "type": "string"
                          },
                          "description": {
                            "type": "string"
                          },
                          "tags": {
                            "type": "array",
                            "items": {
                              "type": "object",
                              "properties": {
                                "id": {
                                  "type": "number"
                                },
                                "url": {
                                  "type": "string"
                                },
                                "display": {
                                  "type": "string"
                                },
                                "name": {
                                  "type": "string"
                                },
                                "slug": {
                                  "type": "string"
                                },
                                "color": {
                                  "type": "string"
                                }
                              }
                            }
                          },
                          "custom_fields": {
                            "type": "object"
                          },
                          "created": {
                            "type": "string"
                          },
                          "last_updated": {
                            "type": "string"
                          },
                          "cluster_count": {
                            "type": "number"
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "count": 9,
                  "next": "string",
                  "previous": "string",
                  "results": [
                    {
                      "id": 4,
                      "url": "string",
                      "display": "string",
                      "name": "string",
                      "slug": "string",
                      "description": "string",
                      "tags": [
                        {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "created": "string",
                      "last_updated": "string",
                      "cluster_count": 8
                    },
                    {
                      "id": 8,
                      "url": "string",
                      "display": "string",
                      "name": "string",
                      "slug": "string",
                      "description": "string",
                      "tags": [
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 7,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "created": "string",
                      "last_updated": "string",
                      "cluster_count": 10
                    },
                    {
                      "id": 9,
                      "url": "string",
                      "display": "string",
                      "name": "string",
                      "slug": "string",
                      "description": "string",
                      "tags": [
                        {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "created": "string",
                      "last_updated": "string",
                      "cluster_count": 8
                    }
                  ]
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "name",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slug",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "description",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "created",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdated",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "q",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tag",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "contact",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "contactRole",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "contactGroup",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIc",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNic",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNiew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIsw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNisw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNie",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slugN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slugIc",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slugNic",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slugIew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slugNiew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slugIsw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slugNisw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slugIe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slugNie",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionIc",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionNic",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionIew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionNiew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionIsw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionNisw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionIe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionNie",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tagN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "contactN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "contactRoleN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "contactGroupN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ordering",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Virtualization"
        ],
        "operationId": "postVirtualizationClusterGroups",
        "description": "The parameters and request body are for method: postVirtualizationClusterGroups. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "put": {
        "tags": [
          "Virtualization"
        ],
        "operationId": "putVirtualizationClusterGroups",
        "description": "The parameters and request body are for method: putVirtualizationClusterGroups. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Virtualization"
        ],
        "operationId": "patchVirtualizationClusterGroups",
        "description": "The parameters and request body are for method: patchVirtualizationClusterGroups. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Virtualization"
        ],
        "operationId": "deleteVirtualizationClusterGroups",
        "description": "The parameters and request body are for method: deleteVirtualizationClusterGroups. 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": {}
            }
          }
        }
      }
    },
    "/virtualization/cluster-groups/{id}/": {
      "get": {
        "tags": [
          "Virtualization"
        ],
        "operationId": "getVirtualizationClusterGroupsId",
        "description": "The parameters and request body are for method: getVirtualizationClusterGroupsId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Virtualization"
        ],
        "operationId": "putVirtualizationClusterGroupsId",
        "description": "The parameters and request body are for method: putVirtualizationClusterGroupsId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Virtualization"
        ],
        "operationId": "patchVirtualizationClusterGroupsId",
        "description": "The parameters and request body are for method: patchVirtualizationClusterGroupsId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Virtualization"
        ],
        "operationId": "deleteVirtualizationClusterGroupsId",
        "description": "The parameters and request body are for method: deleteVirtualizationClusterGroupsId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/virtualization/cluster-types/": {
      "get": {
        "tags": [
          "Virtualization"
        ],
        "operationId": "getVirtualizationClusterTypes",
        "description": "The parameters and request body are for method: getVirtualizationClusterTypes. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "count": {
                      "type": "number"
                    },
                    "next": {
                      "type": "string"
                    },
                    "previous": {
                      "type": "string"
                    },
                    "results": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "id": {
                            "type": "number"
                          },
                          "url": {
                            "type": "string"
                          },
                          "display": {
                            "type": "string"
                          },
                          "name": {
                            "type": "string"
                          },
                          "slug": {
                            "type": "string"
                          },
                          "description": {
                            "type": "string"
                          },
                          "tags": {
                            "type": "array",
                            "items": {
                              "type": "object",
                              "properties": {
                                "id": {
                                  "type": "number"
                                },
                                "url": {
                                  "type": "string"
                                },
                                "display": {
                                  "type": "string"
                                },
                                "name": {
                                  "type": "string"
                                },
                                "slug": {
                                  "type": "string"
                                },
                                "color": {
                                  "type": "string"
                                }
                              }
                            }
                          },
                          "custom_fields": {
                            "type": "object"
                          },
                          "created": {
                            "type": "string"
                          },
                          "last_updated": {
                            "type": "string"
                          },
                          "cluster_count": {
                            "type": "number"
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "count": 4,
                  "next": "string",
                  "previous": "string",
                  "results": [
                    {
                      "id": 9,
                      "url": "string",
                      "display": "string",
                      "name": "string",
                      "slug": "string",
                      "description": "string",
                      "tags": [
                        {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "created": "string",
                      "last_updated": "string",
                      "cluster_count": 2
                    },
                    {
                      "id": 9,
                      "url": "string",
                      "display": "string",
                      "name": "string",
                      "slug": "string",
                      "description": "string",
                      "tags": [
                        {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "created": "string",
                      "last_updated": "string",
                      "cluster_count": 1
                    },
                    {
                      "id": 9,
                      "url": "string",
                      "display": "string",
                      "name": "string",
                      "slug": "string",
                      "description": "string",
                      "tags": [
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "created": "string",
                      "last_updated": "string",
                      "cluster_count": 2
                    },
                    {
                      "id": 4,
                      "url": "string",
                      "display": "string",
                      "name": "string",
                      "slug": "string",
                      "description": "string",
                      "tags": [
                        {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 7,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "created": "string",
                      "last_updated": "string",
                      "cluster_count": 2
                    },
                    {
                      "id": 5,
                      "url": "string",
                      "display": "string",
                      "name": "string",
                      "slug": "string",
                      "description": "string",
                      "tags": [
                        {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 4,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "created": "string",
                      "last_updated": "string",
                      "cluster_count": 7
                    },
                    {
                      "id": 2,
                      "url": "string",
                      "display": "string",
                      "name": "string",
                      "slug": "string",
                      "description": "string",
                      "tags": [
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 4,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "created": "string",
                      "last_updated": "string",
                      "cluster_count": 9
                    },
                    {
                      "id": 7,
                      "url": "string",
                      "display": "string",
                      "name": "string",
                      "slug": "string",
                      "description": "string",
                      "tags": [
                        {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "created": "string",
                      "last_updated": "string",
                      "cluster_count": 4
                    },
                    {
                      "id": 8,
                      "url": "string",
                      "display": "string",
                      "name": "string",
                      "slug": "string",
                      "description": "string",
                      "tags": [
                        {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 4,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 4,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "created": "string",
                      "last_updated": "string",
                      "cluster_count": 1
                    },
                    {
                      "id": 5,
                      "url": "string",
                      "display": "string",
                      "name": "string",
                      "slug": "string",
                      "description": "string",
                      "tags": [
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 7,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "created": "string",
                      "last_updated": "string",
                      "cluster_count": 7
                    },
                    {
                      "id": 3,
                      "url": "string",
                      "display": "string",
                      "name": "string",
                      "slug": "string",
                      "description": "string",
                      "tags": [
                        {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "created": "string",
                      "last_updated": "string",
                      "cluster_count": 8
                    }
                  ]
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "name",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slug",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "description",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "created",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdated",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "q",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tag",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIc",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNic",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNiew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIsw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNisw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNie",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slugN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slugIc",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slugNic",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slugIew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slugNiew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slugIsw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slugNisw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slugIe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slugNie",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionIc",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionNic",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionIew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionNiew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionIsw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionNisw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionIe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionNie",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tagN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ordering",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Virtualization"
        ],
        "operationId": "postVirtualizationClusterTypes",
        "description": "The parameters and request body are for method: postVirtualizationClusterTypes. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "put": {
        "tags": [
          "Virtualization"
        ],
        "operationId": "putVirtualizationClusterTypes",
        "description": "The parameters and request body are for method: putVirtualizationClusterTypes. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Virtualization"
        ],
        "operationId": "patchVirtualizationClusterTypes",
        "description": "The parameters and request body are for method: patchVirtualizationClusterTypes. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Virtualization"
        ],
        "operationId": "deleteVirtualizationClusterTypes",
        "description": "The parameters and request body are for method: deleteVirtualizationClusterTypes. 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": {}
            }
          }
        }
      }
    },
    "/virtualization/cluster-types/{id}/": {
      "get": {
        "tags": [
          "Virtualization"
        ],
        "operationId": "getVirtualizationClusterTypesId",
        "description": "The parameters and request body are for method: getVirtualizationClusterTypesId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Virtualization"
        ],
        "operationId": "putVirtualizationClusterTypesId",
        "description": "The parameters and request body are for method: putVirtualizationClusterTypesId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Virtualization"
        ],
        "operationId": "patchVirtualizationClusterTypesId",
        "description": "The parameters and request body are for method: patchVirtualizationClusterTypesId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Virtualization"
        ],
        "operationId": "deleteVirtualizationClusterTypesId",
        "description": "The parameters and request body are for method: deleteVirtualizationClusterTypesId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/virtualization/clusters/": {
      "get": {
        "tags": [
          "Virtualization"
        ],
        "operationId": "getVirtualizationClusters",
        "description": "The parameters and request body are for method: getVirtualizationClusters. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "count": {
                      "type": "number"
                    },
                    "next": {
                      "type": "string"
                    },
                    "previous": {
                      "type": "string"
                    },
                    "results": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "id": {
                            "type": "number"
                          },
                          "url": {
                            "type": "string"
                          },
                          "display": {
                            "type": "string"
                          },
                          "name": {
                            "type": "string"
                          },
                          "type": {
                            "type": "object",
                            "properties": {
                              "id": {
                                "type": "number"
                              },
                              "url": {
                                "type": "string"
                              },
                              "display": {
                                "type": "string"
                              },
                              "name": {
                                "type": "string"
                              },
                              "slug": {
                                "type": "string"
                              },
                              "cluster_count": {
                                "type": "number"
                              }
                            }
                          },
                          "group": {
                            "type": "object",
                            "properties": {
                              "id": {
                                "type": "number"
                              },
                              "url": {
                                "type": "string"
                              },
                              "display": {
                                "type": "string"
                              },
                              "name": {
                                "type": "string"
                              },
                              "slug": {
                                "type": "string"
                              },
                              "cluster_count": {
                                "type": "number"
                              }
                            }
                          },
                          "status": {
                            "type": "object",
                            "properties": {
                              "label": {
                                "type": "string"
                              },
                              "value": {
                                "type": "string"
                              }
                            }
                          },
                          "tenant": {
                            "type": "object",
                            "properties": {
                              "id": {
                                "type": "number"
                              },
                              "url": {
                                "type": "string"
                              },
                              "display": {
                                "type": "string"
                              },
                              "name": {
                                "type": "string"
                              },
                              "slug": {
                                "type": "string"
                              }
                            }
                          },
                          "site": {
                            "type": "object",
                            "properties": {
                              "id": {
                                "type": "number"
                              },
                              "url": {
                                "type": "string"
                              },
                              "display": {
                                "type": "string"
                              },
                              "name": {
                                "type": "string"
                              },
                              "slug": {
                                "type": "string"
                              }
                            }
                          },
                          "comments": {
                            "type": "string"
                          },
                          "tags": {
                            "type": "array",
                            "items": {
                              "type": "object",
                              "properties": {
                                "id": {
                                  "type": "number"
                                },
                                "url": {
                                  "type": "string"
                                },
                                "display": {
                                  "type": "string"
                                },
                                "name": {
                                  "type": "string"
                                },
                                "slug": {
                                  "type": "string"
                                },
                                "color": {
                                  "type": "string"
                                }
                              }
                            }
                          },
                          "custom_fields": {
                            "type": "object"
                          },
                          "created": {
                            "type": "string"
                          },
                          "last_updated": {
                            "type": "string"
                          },
                          "device_count": {
                            "type": "number"
                          },
                          "virtualmachine_count": {
                            "type": "number"
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "count": 6,
                  "next": "string",
                  "previous": "string",
                  "results": [
                    {
                      "id": 6,
                      "url": "string",
                      "display": "string",
                      "name": "string",
                      "type": {
                        "id": 8,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string",
                        "cluster_count": 9
                      },
                      "group": {
                        "id": 6,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string",
                        "cluster_count": 5
                      },
                      "status": {
                        "label": "Staging",
                        "value": "offline"
                      },
                      "tenant": {
                        "id": 5,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string"
                      },
                      "site": {
                        "id": 2,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string"
                      },
                      "comments": "string",
                      "tags": [
                        {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 4,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "created": "string",
                      "last_updated": "string",
                      "device_count": 8,
                      "virtualmachine_count": 6
                    },
                    {
                      "id": 10,
                      "url": "string",
                      "display": "string",
                      "name": "string",
                      "type": {
                        "id": 3,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string",
                        "cluster_count": 4
                      },
                      "group": {
                        "id": 6,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string",
                        "cluster_count": 3
                      },
                      "status": {
                        "label": "Planned",
                        "value": "offline"
                      },
                      "tenant": {
                        "id": 1,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string"
                      },
                      "site": {
                        "id": 9,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string"
                      },
                      "comments": "string",
                      "tags": [
                        {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "created": "string",
                      "last_updated": "string",
                      "device_count": 1,
                      "virtualmachine_count": 10
                    }
                  ]
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "name",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "created",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdated",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "q",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tag",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tenantGroupId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tenantGroup",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tenantId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tenant",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "contact",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "contactRole",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "contactGroup",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "regionId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "region",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "siteGroupId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "siteGroup",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "siteId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "site",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "groupId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "group",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "typeId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "type",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "status",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIc",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNic",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNiew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIsw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNisw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNie",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tagN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tenantGroupIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tenantGroupN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tenantIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tenantN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "contactN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "contactRoleN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "contactGroupN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "regionIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "regionN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "siteGroupIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "siteGroupN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "siteIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "siteN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "groupIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "groupN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "typeIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "typeN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "statusN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ordering",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Virtualization"
        ],
        "operationId": "postVirtualizationClusters",
        "description": "The parameters and request body are for method: postVirtualizationClusters. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "put": {
        "tags": [
          "Virtualization"
        ],
        "operationId": "putVirtualizationClusters",
        "description": "The parameters and request body are for method: putVirtualizationClusters. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Virtualization"
        ],
        "operationId": "patchVirtualizationClusters",
        "description": "The parameters and request body are for method: patchVirtualizationClusters. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Virtualization"
        ],
        "operationId": "deleteVirtualizationClusters",
        "description": "The parameters and request body are for method: deleteVirtualizationClusters. 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": {}
            }
          }
        }
      }
    },
    "/virtualization/clusters/{id}/": {
      "get": {
        "tags": [
          "Virtualization"
        ],
        "operationId": "getVirtualizationClustersId",
        "description": "The parameters and request body are for method: getVirtualizationClustersId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Virtualization"
        ],
        "operationId": "putVirtualizationClustersId",
        "description": "The parameters and request body are for method: putVirtualizationClustersId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Virtualization"
        ],
        "operationId": "patchVirtualizationClustersId",
        "description": "The parameters and request body are for method: patchVirtualizationClustersId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Virtualization"
        ],
        "operationId": "deleteVirtualizationClustersId",
        "description": "The parameters and request body are for method: deleteVirtualizationClustersId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/virtualization/interfaces/": {
      "get": {
        "tags": [
          "Virtualization"
        ],
        "operationId": "getVirtualizationInterfaces",
        "description": "The parameters and request body are for method: getVirtualizationInterfaces. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "count": {
                      "type": "number"
                    },
                    "next": {
                      "type": "string"
                    },
                    "previous": {
                      "type": "string"
                    },
                    "results": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "id": {
                            "type": "number"
                          },
                          "url": {
                            "type": "string"
                          },
                          "display": {
                            "type": "string"
                          },
                          "virtual_machine": {
                            "type": "object",
                            "properties": {
                              "id": {
                                "type": "number"
                              },
                              "url": {
                                "type": "string"
                              },
                              "display": {
                                "type": "string"
                              },
                              "name": {
                                "type": "string"
                              }
                            }
                          },
                          "name": {
                            "type": "string"
                          },
                          "enabled": {
                            "type": "boolean"
                          },
                          "parent": {
                            "type": "object",
                            "properties": {
                              "id": {
                                "type": "number"
                              },
                              "url": {
                                "type": "string"
                              },
                              "display": {
                                "type": "string"
                              },
                              "virtual_machine": {
                                "type": "object",
                                "properties": {
                                  "id": {
                                    "type": "number"
                                  },
                                  "url": {
                                    "type": "string"
                                  },
                                  "display": {
                                    "type": "string"
                                  },
                                  "name": {
                                    "type": "string"
                                  }
                                }
                              },
                              "name": {
                                "type": "string"
                              }
                            }
                          },
                          "bridge": {
                            "type": "object",
                            "properties": {
                              "id": {
                                "type": "number"
                              },
                              "url": {
                                "type": "string"
                              },
                              "display": {
                                "type": "string"
                              },
                              "virtual_machine": {
                                "type": "object",
                                "properties": {
                                  "id": {
                                    "type": "number"
                                  },
                                  "url": {
                                    "type": "string"
                                  },
                                  "display": {
                                    "type": "string"
                                  },
                                  "name": {
                                    "type": "string"
                                  }
                                }
                              },
                              "name": {
                                "type": "string"
                              }
                            }
                          },
                          "mtu": {
                            "type": "number"
                          },
                          "mac_address": {
                            "type": "string"
                          },
                          "description": {
                            "type": "string"
                          },
                          "mode": {
                            "type": "object",
                            "properties": {
                              "label": {
                                "type": "string"
                              },
                              "value": {
                                "type": "string"
                              }
                            }
                          },
                          "untagged_vlan": {
                            "type": "object",
                            "properties": {
                              "id": {
                                "type": "number"
                              },
                              "url": {
                                "type": "string"
                              },
                              "display": {
                                "type": "string"
                              },
                              "vid": {
                                "type": "number"
                              },
                              "name": {
                                "type": "string"
                              }
                            }
                          },
                          "tagged_vlans": {
                            "type": "array",
                            "items": {
                              "type": "object",
                              "properties": {
                                "id": {
                                  "type": "number"
                                },
                                "url": {
                                  "type": "string"
                                },
                                "display": {
                                  "type": "string"
                                },
                                "vid": {
                                  "type": "number"
                                },
                                "name": {
                                  "type": "string"
                                }
                              }
                            }
                          },
                          "vrf": {
                            "type": "object",
                            "properties": {
                              "id": {
                                "type": "number"
                              },
                              "url": {
                                "type": "string"
                              },
                              "display": {
                                "type": "string"
                              },
                              "name": {
                                "type": "string"
                              },
                              "rd": {
                                "type": "string"
                              },
                              "prefix_count": {
                                "type": "number"
                              }
                            }
                          },
                          "l2vpn_termination": {
                            "type": "object",
                            "properties": {
                              "id": {
                                "type": "number"
                              },
                              "url": {
                                "type": "string"
                              },
                              "display": {
                                "type": "string"
                              },
                              "l2vpn": {
                                "type": "object",
                                "properties": {
                                  "id": {
                                    "type": "number"
                                  },
                                  "url": {
                                    "type": "string"
                                  },
                                  "display": {
                                    "type": "string"
                                  },
                                  "identifier": {
                                    "type": "number"
                                  },
                                  "name": {
                                    "type": "string"
                                  },
                                  "slug": {
                                    "type": "string"
                                  },
                                  "type": {
                                    "type": "string"
                                  }
                                }
                              }
                            }
                          },
                          "tags": {
                            "type": "array",
                            "items": {
                              "type": "object",
                              "properties": {
                                "id": {
                                  "type": "number"
                                },
                                "url": {
                                  "type": "string"
                                },
                                "display": {
                                  "type": "string"
                                },
                                "name": {
                                  "type": "string"
                                },
                                "slug": {
                                  "type": "string"
                                },
                                "color": {
                                  "type": "string"
                                }
                              }
                            }
                          },
                          "custom_fields": {
                            "type": "object"
                          },
                          "created": {
                            "type": "string"
                          },
                          "last_updated": {
                            "type": "string"
                          },
                          "count_ipaddresses": {
                            "type": "number"
                          },
                          "count_fhrp_groups": {
                            "type": "number"
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "count": 6,
                  "next": "string",
                  "previous": "string",
                  "results": [
                    {
                      "id": 2,
                      "url": "string",
                      "display": "string",
                      "virtual_machine": {
                        "id": 5,
                        "url": "string",
                        "display": "string",
                        "name": "string"
                      },
                      "name": "string",
                      "enabled": true,
                      "parent": {
                        "id": 4,
                        "url": "string",
                        "display": "string",
                        "virtual_machine": {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        },
                        "name": "string"
                      },
                      "bridge": {
                        "id": 7,
                        "url": "string",
                        "display": "string",
                        "virtual_machine": {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        },
                        "name": "string"
                      },
                      "mtu": 6,
                      "mac_address": "string",
                      "description": "string",
                      "mode": {
                        "label": "Access",
                        "value": "access"
                      },
                      "untagged_vlan": {
                        "id": 1,
                        "url": "string",
                        "display": "string",
                        "vid": 5,
                        "name": "string"
                      },
                      "tagged_vlans": [
                        {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "vid": 1,
                          "name": "string"
                        },
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "vid": 10,
                          "name": "string"
                        },
                        {
                          "id": 4,
                          "url": "string",
                          "display": "string",
                          "vid": 4,
                          "name": "string"
                        },
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "vid": 1,
                          "name": "string"
                        },
                        {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "vid": 1,
                          "name": "string"
                        }
                      ],
                      "vrf": {
                        "id": 10,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "rd": "string",
                        "prefix_count": 4
                      },
                      "l2vpn_termination": {
                        "id": 2,
                        "url": "string",
                        "display": "string",
                        "l2vpn": {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "identifier": 9,
                          "name": "string",
                          "slug": "string",
                          "type": "vpws"
                        }
                      },
                      "tags": [
                        {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 7,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "created": "string",
                      "last_updated": "string",
                      "count_ipaddresses": 6,
                      "count_fhrp_groups": 4
                    },
                    {
                      "id": 10,
                      "url": "string",
                      "display": "string",
                      "virtual_machine": {
                        "id": 9,
                        "url": "string",
                        "display": "string",
                        "name": "string"
                      },
                      "name": "string",
                      "enabled": true,
                      "parent": {
                        "id": 3,
                        "url": "string",
                        "display": "string",
                        "virtual_machine": {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        },
                        "name": "string"
                      },
                      "bridge": {
                        "id": 4,
                        "url": "string",
                        "display": "string",
                        "virtual_machine": {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        },
                        "name": "string"
                      },
                      "mtu": 2,
                      "mac_address": "string",
                      "description": "string",
                      "mode": {
                        "label": "Access",
                        "value": "access"
                      },
                      "untagged_vlan": {
                        "id": 1,
                        "url": "string",
                        "display": "string",
                        "vid": 10,
                        "name": "string"
                      },
                      "tagged_vlans": [
                        {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "vid": 8,
                          "name": "string"
                        },
                        {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "vid": 7,
                          "name": "string"
                        },
                        {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "vid": 4,
                          "name": "string"
                        }
                      ],
                      "vrf": {
                        "id": 7,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "rd": "string",
                        "prefix_count": 8
                      },
                      "l2vpn_termination": {
                        "id": 6,
                        "url": "string",
                        "display": "string",
                        "l2vpn": {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "identifier": 2,
                          "name": "string",
                          "slug": "string",
                          "type": "epl"
                        }
                      },
                      "tags": [
                        {
                          "id": 7,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 7,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 4,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "created": "string",
                      "last_updated": "string",
                      "count_ipaddresses": 1,
                      "count_fhrp_groups": 3
                    },
                    {
                      "id": 4,
                      "url": "string",
                      "display": "string",
                      "virtual_machine": {
                        "id": 3,
                        "url": "string",
                        "display": "string",
                        "name": "string"
                      },
                      "name": "string",
                      "enabled": true,
                      "parent": {
                        "id": 6,
                        "url": "string",
                        "display": "string",
                        "virtual_machine": {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        },
                        "name": "string"
                      },
                      "bridge": {
                        "id": 5,
                        "url": "string",
                        "display": "string",
                        "virtual_machine": {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        },
                        "name": "string"
                      },
                      "mtu": 2,
                      "mac_address": "string",
                      "description": "string",
                      "mode": {
                        "label": "Tagged (All)",
                        "value": "tagged"
                      },
                      "untagged_vlan": {
                        "id": 1,
                        "url": "string",
                        "display": "string",
                        "vid": 8,
                        "name": "string"
                      },
                      "tagged_vlans": [
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "vid": 7,
                          "name": "string"
                        }
                      ],
                      "vrf": {
                        "id": 5,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "rd": "string",
                        "prefix_count": 4
                      },
                      "l2vpn_termination": {
                        "id": 4,
                        "url": "string",
                        "display": "string",
                        "l2vpn": {
                          "id": 7,
                          "url": "string",
                          "display": "string",
                          "identifier": 8,
                          "name": "string",
                          "slug": "string",
                          "type": "vpws"
                        }
                      },
                      "tags": [
                        {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 7,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "created": "string",
                      "last_updated": "string",
                      "count_ipaddresses": 10,
                      "count_fhrp_groups": 2
                    },
                    {
                      "id": 7,
                      "url": "string",
                      "display": "string",
                      "virtual_machine": {
                        "id": 1,
                        "url": "string",
                        "display": "string",
                        "name": "string"
                      },
                      "name": "string",
                      "enabled": true,
                      "parent": {
                        "id": 3,
                        "url": "string",
                        "display": "string",
                        "virtual_machine": {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        },
                        "name": "string"
                      },
                      "bridge": {
                        "id": 7,
                        "url": "string",
                        "display": "string",
                        "virtual_machine": {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        },
                        "name": "string"
                      },
                      "mtu": 8,
                      "mac_address": "string",
                      "description": "string",
                      "mode": {
                        "label": "Tagged (All)",
                        "value": "tagged-all"
                      },
                      "untagged_vlan": {
                        "id": 7,
                        "url": "string",
                        "display": "string",
                        "vid": 10,
                        "name": "string"
                      },
                      "tagged_vlans": [
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "vid": 2,
                          "name": "string"
                        },
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "vid": 4,
                          "name": "string"
                        },
                        {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "vid": 10,
                          "name": "string"
                        },
                        {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "vid": 3,
                          "name": "string"
                        },
                        {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "vid": 10,
                          "name": "string"
                        }
                      ],
                      "vrf": {
                        "id": 7,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "rd": "string",
                        "prefix_count": 8
                      },
                      "l2vpn_termination": {
                        "id": 2,
                        "url": "string",
                        "display": "string",
                        "l2vpn": {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "identifier": 8,
                          "name": "string",
                          "slug": "string",
                          "type": "ep-tree"
                        }
                      },
                      "tags": [
                        {
                          "id": 4,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "created": "string",
                      "last_updated": "string",
                      "count_ipaddresses": 6,
                      "count_fhrp_groups": 6
                    },
                    {
                      "id": 3,
                      "url": "string",
                      "display": "string",
                      "virtual_machine": {
                        "id": 5,
                        "url": "string",
                        "display": "string",
                        "name": "string"
                      },
                      "name": "string",
                      "enabled": true,
                      "parent": {
                        "id": 1,
                        "url": "string",
                        "display": "string",
                        "virtual_machine": {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        },
                        "name": "string"
                      },
                      "bridge": {
                        "id": 2,
                        "url": "string",
                        "display": "string",
                        "virtual_machine": {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        },
                        "name": "string"
                      },
                      "mtu": 4,
                      "mac_address": "string",
                      "description": "string",
                      "mode": {
                        "label": "Tagged (All)",
                        "value": "tagged-all"
                      },
                      "untagged_vlan": {
                        "id": 2,
                        "url": "string",
                        "display": "string",
                        "vid": 2,
                        "name": "string"
                      },
                      "tagged_vlans": [
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "vid": 9,
                          "name": "string"
                        },
                        {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "vid": 1,
                          "name": "string"
                        },
                        {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "vid": 10,
                          "name": "string"
                        }
                      ],
                      "vrf": {
                        "id": 6,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "rd": "string",
                        "prefix_count": 6
                      },
                      "l2vpn_termination": {
                        "id": 7,
                        "url": "string",
                        "display": "string",
                        "l2vpn": {
                          "id": 4,
                          "url": "string",
                          "display": "string",
                          "identifier": 4,
                          "name": "string",
                          "slug": "string",
                          "type": "evp-lan"
                        }
                      },
                      "tags": [
                        {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 4,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 4,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "created": "string",
                      "last_updated": "string",
                      "count_ipaddresses": 9,
                      "count_fhrp_groups": 5
                    },
                    {
                      "id": 1,
                      "url": "string",
                      "display": "string",
                      "virtual_machine": {
                        "id": 5,
                        "url": "string",
                        "display": "string",
                        "name": "string"
                      },
                      "name": "string",
                      "enabled": false,
                      "parent": {
                        "id": 7,
                        "url": "string",
                        "display": "string",
                        "virtual_machine": {
                          "id": 4,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        },
                        "name": "string"
                      },
                      "bridge": {
                        "id": 7,
                        "url": "string",
                        "display": "string",
                        "virtual_machine": {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        },
                        "name": "string"
                      },
                      "mtu": 3,
                      "mac_address": "string",
                      "description": "string",
                      "mode": {
                        "label": "Tagged",
                        "value": "access"
                      },
                      "untagged_vlan": {
                        "id": 1,
                        "url": "string",
                        "display": "string",
                        "vid": 9,
                        "name": "string"
                      },
                      "tagged_vlans": [
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "vid": 10,
                          "name": "string"
                        },
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "vid": 2,
                          "name": "string"
                        },
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "vid": 1,
                          "name": "string"
                        },
                        {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "vid": 9,
                          "name": "string"
                        },
                        {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "vid": 8,
                          "name": "string"
                        },
                        {
                          "id": 4,
                          "url": "string",
                          "display": "string",
                          "vid": 5,
                          "name": "string"
                        },
                        {
                          "id": 7,
                          "url": "string",
                          "display": "string",
                          "vid": 2,
                          "name": "string"
                        }
                      ],
                      "vrf": {
                        "id": 7,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "rd": "string",
                        "prefix_count": 8
                      },
                      "l2vpn_termination": {
                        "id": 5,
                        "url": "string",
                        "display": "string",
                        "l2vpn": {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "identifier": 6,
                          "name": "string",
                          "slug": "string",
                          "type": "ep-lan"
                        }
                      },
                      "tags": [
                        {
                          "id": 4,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 7,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 7,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "created": "string",
                      "last_updated": "string",
                      "count_ipaddresses": 7,
                      "count_fhrp_groups": 5
                    },
                    {
                      "id": 9,
                      "url": "string",
                      "display": "string",
                      "virtual_machine": {
                        "id": 4,
                        "url": "string",
                        "display": "string",
                        "name": "string"
                      },
                      "name": "string",
                      "enabled": false,
                      "parent": {
                        "id": 1,
                        "url": "string",
                        "display": "string",
                        "virtual_machine": {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        },
                        "name": "string"
                      },
                      "bridge": {
                        "id": 6,
                        "url": "string",
                        "display": "string",
                        "virtual_machine": {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        },
                        "name": "string"
                      },
                      "mtu": 1,
                      "mac_address": "string",
                      "description": "string",
                      "mode": {
                        "label": "Access",
                        "value": "tagged-all"
                      },
                      "untagged_vlan": {
                        "id": 9,
                        "url": "string",
                        "display": "string",
                        "vid": 7,
                        "name": "string"
                      },
                      "tagged_vlans": [
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "vid": 5,
                          "name": "string"
                        },
                        {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "vid": 4,
                          "name": "string"
                        },
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "vid": 4,
                          "name": "string"
                        },
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "vid": 2,
                          "name": "string"
                        },
                        {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "vid": 7,
                          "name": "string"
                        },
                        {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "vid": 10,
                          "name": "string"
                        }
                      ],
                      "vrf": {
                        "id": 10,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "rd": "string",
                        "prefix_count": 9
                      },
                      "l2vpn_termination": {
                        "id": 2,
                        "url": "string",
                        "display": "string",
                        "l2vpn": {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "identifier": 6,
                          "name": "string",
                          "slug": "string",
                          "type": "mpls-evpn"
                        }
                      },
                      "tags": [
                        {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "created": "string",
                      "last_updated": "string",
                      "count_ipaddresses": 3,
                      "count_fhrp_groups": 2
                    },
                    {
                      "id": 8,
                      "url": "string",
                      "display": "string",
                      "virtual_machine": {
                        "id": 1,
                        "url": "string",
                        "display": "string",
                        "name": "string"
                      },
                      "name": "string",
                      "enabled": true,
                      "parent": {
                        "id": 8,
                        "url": "string",
                        "display": "string",
                        "virtual_machine": {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        },
                        "name": "string"
                      },
                      "bridge": {
                        "id": 8,
                        "url": "string",
                        "display": "string",
                        "virtual_machine": {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        },
                        "name": "string"
                      },
                      "mtu": 8,
                      "mac_address": "string",
                      "description": "string",
                      "mode": {
                        "label": "Tagged",
                        "value": "tagged"
                      },
                      "untagged_vlan": {
                        "id": 1,
                        "url": "string",
                        "display": "string",
                        "vid": 8,
                        "name": "string"
                      },
                      "tagged_vlans": [
                        {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "vid": 1,
                          "name": "string"
                        },
                        {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "vid": 9,
                          "name": "string"
                        },
                        {
                          "id": 7,
                          "url": "string",
                          "display": "string",
                          "vid": 3,
                          "name": "string"
                        },
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "vid": 7,
                          "name": "string"
                        },
                        {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "vid": 4,
                          "name": "string"
                        },
                        {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "vid": 3,
                          "name": "string"
                        },
                        {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "vid": 9,
                          "name": "string"
                        },
                        {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "vid": 9,
                          "name": "string"
                        },
                        {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "vid": 4,
                          "name": "string"
                        },
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "vid": 7,
                          "name": "string"
                        }
                      ],
                      "vrf": {
                        "id": 6,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "rd": "string",
                        "prefix_count": 10
                      },
                      "l2vpn_termination": {
                        "id": 10,
                        "url": "string",
                        "display": "string",
                        "l2vpn": {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "identifier": 5,
                          "name": "string",
                          "slug": "string",
                          "type": "pbb-evpn"
                        }
                      },
                      "tags": [
                        {
                          "id": 7,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "created": "string",
                      "last_updated": "string",
                      "count_ipaddresses": 2,
                      "count_fhrp_groups": 8
                    }
                  ]
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "name",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "enabled",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "mtu",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "description",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "created",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdated",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "q",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tag",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "clusterId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "cluster",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "virtualMachineId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "virtualMachine",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "parentId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "bridgeId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "macAddress",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "vrfId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "vrf",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIc",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNic",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNiew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIsw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNisw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNie",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "mtuN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "mtuLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "mtuLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "mtuGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "mtuGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionIc",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionNic",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionIew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionNiew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionIsw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionNisw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionIe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionNie",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tagN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "clusterIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "clusterN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "virtualMachineIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "virtualMachineN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "parentIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "bridgeIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "macAddressN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "macAddressIc",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "macAddressNic",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "macAddressIew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "macAddressNiew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "macAddressIsw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "macAddressNisw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "macAddressIe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "macAddressNie",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "vrfIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "vrfN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ordering",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Virtualization"
        ],
        "operationId": "postVirtualizationInterfaces",
        "description": "The parameters and request body are for method: postVirtualizationInterfaces. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "put": {
        "tags": [
          "Virtualization"
        ],
        "operationId": "putVirtualizationInterfaces",
        "description": "The parameters and request body are for method: putVirtualizationInterfaces. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Virtualization"
        ],
        "operationId": "patchVirtualizationInterfaces",
        "description": "The parameters and request body are for method: patchVirtualizationInterfaces. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Virtualization"
        ],
        "operationId": "deleteVirtualizationInterfaces",
        "description": "The parameters and request body are for method: deleteVirtualizationInterfaces. 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": {}
            }
          }
        }
      }
    },
    "/virtualization/interfaces/{id}/": {
      "get": {
        "tags": [
          "Virtualization"
        ],
        "operationId": "getVirtualizationInterfacesId",
        "description": "The parameters and request body are for method: getVirtualizationInterfacesId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Virtualization"
        ],
        "operationId": "putVirtualizationInterfacesId",
        "description": "The parameters and request body are for method: putVirtualizationInterfacesId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Virtualization"
        ],
        "operationId": "patchVirtualizationInterfacesId",
        "description": "The parameters and request body are for method: patchVirtualizationInterfacesId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Virtualization"
        ],
        "operationId": "deleteVirtualizationInterfacesId",
        "description": "The parameters and request body are for method: deleteVirtualizationInterfacesId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/virtualization/virtual-machines/": {
      "get": {
        "tags": [
          "Virtualization"
        ],
        "operationId": "getVirtualizationVirtualMachines",
        "description": "The parameters and request body are for method: getVirtualizationVirtualMachines. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "count": {
                      "type": "number"
                    },
                    "next": {
                      "type": "string"
                    },
                    "previous": {
                      "type": "string"
                    },
                    "results": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "id": {
                            "type": "number"
                          },
                          "url": {
                            "type": "string"
                          },
                          "display": {
                            "type": "string"
                          },
                          "name": {
                            "type": "string"
                          },
                          "status": {
                            "type": "object",
                            "properties": {
                              "label": {
                                "type": "string"
                              },
                              "value": {
                                "type": "string"
                              }
                            }
                          },
                          "site": {
                            "type": "object",
                            "properties": {
                              "id": {
                                "type": "number"
                              },
                              "url": {
                                "type": "string"
                              },
                              "display": {
                                "type": "string"
                              },
                              "name": {
                                "type": "string"
                              },
                              "slug": {
                                "type": "string"
                              }
                            }
                          },
                          "cluster": {
                            "type": "object",
                            "properties": {
                              "id": {
                                "type": "number"
                              },
                              "url": {
                                "type": "string"
                              },
                              "display": {
                                "type": "string"
                              },
                              "name": {
                                "type": "string"
                              },
                              "virtualmachine_count": {
                                "type": "number"
                              }
                            }
                          },
                          "device": {
                            "type": "object",
                            "properties": {
                              "id": {
                                "type": "number"
                              },
                              "url": {
                                "type": "string"
                              },
                              "display": {
                                "type": "string"
                              },
                              "name": {
                                "type": "string"
                              }
                            }
                          },
                          "role": {
                            "type": "object",
                            "properties": {
                              "id": {
                                "type": "number"
                              },
                              "url": {
                                "type": "string"
                              },
                              "display": {
                                "type": "string"
                              },
                              "name": {
                                "type": "string"
                              },
                              "slug": {
                                "type": "string"
                              },
                              "device_count": {
                                "type": "number"
                              },
                              "virtualmachine_count": {
                                "type": "number"
                              }
                            }
                          },
                          "tenant": {
                            "type": "object",
                            "properties": {
                              "id": {
                                "type": "number"
                              },
                              "url": {
                                "type": "string"
                              },
                              "display": {
                                "type": "string"
                              },
                              "name": {
                                "type": "string"
                              },
                              "slug": {
                                "type": "string"
                              }
                            }
                          },
                          "platform": {
                            "type": "object",
                            "properties": {
                              "id": {
                                "type": "number"
                              },
                              "url": {
                                "type": "string"
                              },
                              "display": {
                                "type": "string"
                              },
                              "name": {
                                "type": "string"
                              },
                              "slug": {
                                "type": "string"
                              },
                              "device_count": {
                                "type": "number"
                              },
                              "virtualmachine_count": {
                                "type": "number"
                              }
                            }
                          },
                          "primary_ip": {
                            "type": "object",
                            "properties": {
                              "id": {
                                "type": "number"
                              },
                              "url": {
                                "type": "string"
                              },
                              "display": {
                                "type": "string"
                              },
                              "family": {
                                "type": "number"
                              },
                              "address": {
                                "type": "string"
                              }
                            }
                          },
                          "primary_ip4": {
                            "type": "object",
                            "properties": {
                              "id": {
                                "type": "number"
                              },
                              "url": {
                                "type": "string"
                              },
                              "display": {
                                "type": "string"
                              },
                              "family": {
                                "type": "number"
                              },
                              "address": {
                                "type": "string"
                              }
                            }
                          },
                          "primary_ip6": {
                            "type": "object",
                            "properties": {
                              "id": {
                                "type": "number"
                              },
                              "url": {
                                "type": "string"
                              },
                              "display": {
                                "type": "string"
                              },
                              "family": {
                                "type": "number"
                              },
                              "address": {
                                "type": "string"
                              }
                            }
                          },
                          "vcpus": {
                            "type": "number"
                          },
                          "memory": {
                            "type": "number"
                          },
                          "disk": {
                            "type": "number"
                          },
                          "comments": {
                            "type": "string"
                          },
                          "local_context_data": {
                            "type": "object"
                          },
                          "tags": {
                            "type": "array",
                            "items": {
                              "type": "object",
                              "properties": {
                                "id": {
                                  "type": "number"
                                },
                                "url": {
                                  "type": "string"
                                },
                                "display": {
                                  "type": "string"
                                },
                                "name": {
                                  "type": "string"
                                },
                                "slug": {
                                  "type": "string"
                                },
                                "color": {
                                  "type": "string"
                                }
                              }
                            }
                          },
                          "custom_fields": {
                            "type": "object"
                          },
                          "config_context": {
                            "type": "object"
                          },
                          "created": {
                            "type": "string"
                          },
                          "last_updated": {
                            "type": "string"
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "count": 10,
                  "next": "string",
                  "previous": "string",
                  "results": [
                    {
                      "id": 5,
                      "url": "string",
                      "display": "string",
                      "name": "string",
                      "status": {
                        "label": "Planned",
                        "value": "offline"
                      },
                      "site": {
                        "id": 7,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string"
                      },
                      "cluster": {
                        "id": 7,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "virtualmachine_count": 9
                      },
                      "device": {
                        "id": 2,
                        "url": "string",
                        "display": "string",
                        "name": "string"
                      },
                      "role": {
                        "id": 10,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string",
                        "device_count": 2,
                        "virtualmachine_count": 7
                      },
                      "tenant": {
                        "id": 8,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string"
                      },
                      "platform": {
                        "id": 7,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string",
                        "device_count": 6,
                        "virtualmachine_count": 2
                      },
                      "primary_ip": {
                        "id": 3,
                        "url": "string",
                        "display": "string",
                        "family": 3,
                        "address": "string"
                      },
                      "primary_ip4": {
                        "id": 8,
                        "url": "string",
                        "display": "string",
                        "family": 10,
                        "address": "string"
                      },
                      "primary_ip6": {
                        "id": 9,
                        "url": "string",
                        "display": "string",
                        "family": 7,
                        "address": "string"
                      },
                      "vcpus": 6,
                      "memory": 3,
                      "disk": 9,
                      "comments": "string",
                      "local_context_data": {},
                      "tags": [
                        {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "config_context": {},
                      "created": "string",
                      "last_updated": "string"
                    },
                    {
                      "id": 9,
                      "url": "string",
                      "display": "string",
                      "name": "string",
                      "status": {
                        "label": "Active",
                        "value": "offline"
                      },
                      "site": {
                        "id": 9,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string"
                      },
                      "cluster": {
                        "id": 8,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "virtualmachine_count": 6
                      },
                      "device": {
                        "id": 7,
                        "url": "string",
                        "display": "string",
                        "name": "string"
                      },
                      "role": {
                        "id": 1,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string",
                        "device_count": 3,
                        "virtualmachine_count": 6
                      },
                      "tenant": {
                        "id": 5,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string"
                      },
                      "platform": {
                        "id": 10,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string",
                        "device_count": 6,
                        "virtualmachine_count": 8
                      },
                      "primary_ip": {
                        "id": 7,
                        "url": "string",
                        "display": "string",
                        "family": 5,
                        "address": "string"
                      },
                      "primary_ip4": {
                        "id": 10,
                        "url": "string",
                        "display": "string",
                        "family": 10,
                        "address": "string"
                      },
                      "primary_ip6": {
                        "id": 3,
                        "url": "string",
                        "display": "string",
                        "family": 10,
                        "address": "string"
                      },
                      "vcpus": 6,
                      "memory": 7,
                      "disk": 1,
                      "comments": "string",
                      "local_context_data": {},
                      "tags": [
                        {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 7,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "config_context": {},
                      "created": "string",
                      "last_updated": "string"
                    }
                  ]
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "name",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "cluster",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "vcpus",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "memory",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "disk",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "created",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdated",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "q",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tag",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tenantGroupId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tenantGroup",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tenantId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tenant",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "contact",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "contactRole",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "contactGroup",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "localContextData",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "status",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "clusterGroupId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "clusterGroup",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "clusterTypeId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "clusterType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "clusterId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "deviceId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "device",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "regionId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "region",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "siteGroupId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "siteGroup",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "siteId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "site",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "roleId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "role",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "platformId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "platform",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "macAddress",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "hasPrimaryIp",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIc",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNic",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNiew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIsw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNisw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNie",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "clusterN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "vcpusN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "vcpusLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "vcpusLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "vcpusGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "vcpusGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "memoryN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "memoryLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "memoryLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "memoryGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "memoryGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "diskN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "diskLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "diskLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "diskGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "diskGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tagN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tenantGroupIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tenantGroupN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tenantIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tenantN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "contactN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "contactRoleN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "contactGroupN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "statusN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "clusterGroupIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "clusterGroupN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "clusterTypeIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "clusterTypeN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "clusterIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "deviceIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "deviceN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "regionIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "regionN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "siteGroupIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "siteGroupN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "siteIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "siteN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "roleIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "roleN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "platformIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "platformN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "macAddressN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "macAddressIc",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "macAddressNic",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "macAddressIew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "macAddressNiew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "macAddressIsw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "macAddressNisw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "macAddressIe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "macAddressNie",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ordering",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Virtualization"
        ],
        "operationId": "postVirtualizationVirtualMachines",
        "description": "The parameters and request body are for method: postVirtualizationVirtualMachines. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "put": {
        "tags": [
          "Virtualization"
        ],
        "operationId": "putVirtualizationVirtualMachines",
        "description": "The parameters and request body are for method: putVirtualizationVirtualMachines. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Virtualization"
        ],
        "operationId": "patchVirtualizationVirtualMachines",
        "description": "The parameters and request body are for method: patchVirtualizationVirtualMachines. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Virtualization"
        ],
        "operationId": "deleteVirtualizationVirtualMachines",
        "description": "The parameters and request body are for method: deleteVirtualizationVirtualMachines. 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": {}
            }
          }
        }
      }
    },
    "/virtualization/virtual-machines/{id}/": {
      "get": {
        "tags": [
          "Virtualization"
        ],
        "operationId": "getVirtualizationVirtualMachinesId",
        "description": "The parameters and request body are for method: getVirtualizationVirtualMachinesId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Virtualization"
        ],
        "operationId": "putVirtualizationVirtualMachinesId",
        "description": "The parameters and request body are for method: putVirtualizationVirtualMachinesId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Virtualization"
        ],
        "operationId": "patchVirtualizationVirtualMachinesId",
        "description": "The parameters and request body are for method: patchVirtualizationVirtualMachinesId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Virtualization"
        ],
        "operationId": "deleteVirtualizationVirtualMachinesId",
        "description": "The parameters and request body are for method: deleteVirtualizationVirtualMachinesId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/wireless/wireless-lan-groups/": {
      "get": {
        "tags": [
          "Wireless"
        ],
        "operationId": "getWirelessWirelessLanGroups",
        "description": "The parameters and request body are for method: getWirelessWirelessLanGroups. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "count": {
                      "type": "number"
                    },
                    "next": {
                      "type": "string"
                    },
                    "previous": {
                      "type": "string"
                    },
                    "results": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "id": {
                            "type": "number"
                          },
                          "url": {
                            "type": "string"
                          },
                          "display": {
                            "type": "string"
                          },
                          "name": {
                            "type": "string"
                          },
                          "slug": {
                            "type": "string"
                          },
                          "parent": {
                            "type": "object",
                            "properties": {
                              "id": {
                                "type": "number"
                              },
                              "url": {
                                "type": "string"
                              },
                              "display": {
                                "type": "string"
                              },
                              "name": {
                                "type": "string"
                              },
                              "slug": {
                                "type": "string"
                              },
                              "wirelesslan_count": {
                                "type": "number"
                              },
                              "_depth": {
                                "type": "number"
                              }
                            }
                          },
                          "description": {
                            "type": "string"
                          },
                          "tags": {
                            "type": "array",
                            "items": {
                              "type": "object",
                              "properties": {
                                "id": {
                                  "type": "number"
                                },
                                "url": {
                                  "type": "string"
                                },
                                "display": {
                                  "type": "string"
                                },
                                "name": {
                                  "type": "string"
                                },
                                "slug": {
                                  "type": "string"
                                },
                                "color": {
                                  "type": "string"
                                }
                              }
                            }
                          },
                          "custom_fields": {
                            "type": "object"
                          },
                          "created": {
                            "type": "string"
                          },
                          "last_updated": {
                            "type": "string"
                          },
                          "wirelesslan_count": {
                            "type": "number"
                          },
                          "_depth": {
                            "type": "number"
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "count": 9,
                  "next": "string",
                  "previous": "string",
                  "results": [
                    {
                      "id": 4,
                      "url": "string",
                      "display": "string",
                      "name": "string",
                      "slug": "string",
                      "parent": {
                        "id": 8,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string",
                        "wirelesslan_count": 10,
                        "_depth": 5
                      },
                      "description": "string",
                      "tags": [
                        {
                          "id": 4,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 4,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "created": "string",
                      "last_updated": "string",
                      "wirelesslan_count": 5,
                      "_depth": 2
                    },
                    {
                      "id": 3,
                      "url": "string",
                      "display": "string",
                      "name": "string",
                      "slug": "string",
                      "parent": {
                        "id": 3,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string",
                        "wirelesslan_count": 6,
                        "_depth": 10
                      },
                      "description": "string",
                      "tags": [
                        {
                          "id": 4,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 4,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "created": "string",
                      "last_updated": "string",
                      "wirelesslan_count": 6,
                      "_depth": 1
                    },
                    {
                      "id": 2,
                      "url": "string",
                      "display": "string",
                      "name": "string",
                      "slug": "string",
                      "parent": {
                        "id": 6,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string",
                        "wirelesslan_count": 5,
                        "_depth": 2
                      },
                      "description": "string",
                      "tags": [
                        {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 4,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "created": "string",
                      "last_updated": "string",
                      "wirelesslan_count": 1,
                      "_depth": 10
                    },
                    {
                      "id": 2,
                      "url": "string",
                      "display": "string",
                      "name": "string",
                      "slug": "string",
                      "parent": {
                        "id": 8,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string",
                        "wirelesslan_count": 2,
                        "_depth": 5
                      },
                      "description": "string",
                      "tags": [
                        {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 4,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 7,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 4,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 7,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "created": "string",
                      "last_updated": "string",
                      "wirelesslan_count": 1,
                      "_depth": 6
                    },
                    {
                      "id": 9,
                      "url": "string",
                      "display": "string",
                      "name": "string",
                      "slug": "string",
                      "parent": {
                        "id": 5,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string",
                        "wirelesslan_count": 6,
                        "_depth": 8
                      },
                      "description": "string",
                      "tags": [
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "created": "string",
                      "last_updated": "string",
                      "wirelesslan_count": 8,
                      "_depth": 2
                    },
                    {
                      "id": 9,
                      "url": "string",
                      "display": "string",
                      "name": "string",
                      "slug": "string",
                      "parent": {
                        "id": 9,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string",
                        "wirelesslan_count": 7,
                        "_depth": 10
                      },
                      "description": "string",
                      "tags": [
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 4,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "created": "string",
                      "last_updated": "string",
                      "wirelesslan_count": 9,
                      "_depth": 2
                    }
                  ]
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "name",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slug",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "description",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "created",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdated",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "q",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tag",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "parentId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "parent",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIc",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNic",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNiew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIsw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNisw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNie",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slugN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slugIc",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slugNic",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slugIew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slugNiew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slugIsw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slugNisw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slugIe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slugNie",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionIc",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionNic",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionIew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionNiew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionIsw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionNisw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionIe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionNie",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tagN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "parentIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "parentN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ordering",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Wireless"
        ],
        "operationId": "postWirelessWirelessLanGroups",
        "description": "The parameters and request body are for method: postWirelessWirelessLanGroups. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "put": {
        "tags": [
          "Wireless"
        ],
        "operationId": "putWirelessWirelessLanGroups",
        "description": "The parameters and request body are for method: putWirelessWirelessLanGroups. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Wireless"
        ],
        "operationId": "patchWirelessWirelessLanGroups",
        "description": "The parameters and request body are for method: patchWirelessWirelessLanGroups. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Wireless"
        ],
        "operationId": "deleteWirelessWirelessLanGroups",
        "description": "The parameters and request body are for method: deleteWirelessWirelessLanGroups. 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": {}
            }
          }
        }
      }
    },
    "/wireless/wireless-lan-groups/{id}/": {
      "get": {
        "tags": [
          "Wireless"
        ],
        "operationId": "getWirelessWirelessLanGroupsId",
        "description": "The parameters and request body are for method: getWirelessWirelessLanGroupsId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Wireless"
        ],
        "operationId": "putWirelessWirelessLanGroupsId",
        "description": "The parameters and request body are for method: putWirelessWirelessLanGroupsId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Wireless"
        ],
        "operationId": "patchWirelessWirelessLanGroupsId",
        "description": "The parameters and request body are for method: patchWirelessWirelessLanGroupsId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Wireless"
        ],
        "operationId": "deleteWirelessWirelessLanGroupsId",
        "description": "The parameters and request body are for method: deleteWirelessWirelessLanGroupsId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/wireless/wireless-lans/": {
      "get": {
        "tags": [
          "Wireless"
        ],
        "operationId": "getWirelessWirelessLans",
        "description": "The parameters and request body are for method: getWirelessWirelessLans. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "count": {
                      "type": "number"
                    },
                    "next": {
                      "type": "string"
                    },
                    "previous": {
                      "type": "string"
                    },
                    "results": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "id": {
                            "type": "number"
                          },
                          "url": {
                            "type": "string"
                          },
                          "display": {
                            "type": "string"
                          },
                          "ssid": {
                            "type": "string"
                          },
                          "description": {
                            "type": "string"
                          },
                          "group": {
                            "type": "object",
                            "properties": {
                              "id": {
                                "type": "number"
                              },
                              "url": {
                                "type": "string"
                              },
                              "display": {
                                "type": "string"
                              },
                              "name": {
                                "type": "string"
                              },
                              "slug": {
                                "type": "string"
                              },
                              "wirelesslan_count": {
                                "type": "number"
                              },
                              "_depth": {
                                "type": "number"
                              }
                            }
                          },
                          "vlan": {
                            "type": "object",
                            "properties": {
                              "id": {
                                "type": "number"
                              },
                              "url": {
                                "type": "string"
                              },
                              "display": {
                                "type": "string"
                              },
                              "vid": {
                                "type": "number"
                              },
                              "name": {
                                "type": "string"
                              }
                            }
                          },
                          "tenant": {
                            "type": "object",
                            "properties": {
                              "id": {
                                "type": "number"
                              },
                              "url": {
                                "type": "string"
                              },
                              "display": {
                                "type": "string"
                              },
                              "name": {
                                "type": "string"
                              },
                              "slug": {
                                "type": "string"
                              }
                            }
                          },
                          "auth_type": {
                            "type": "object",
                            "properties": {
                              "label": {
                                "type": "string"
                              },
                              "value": {
                                "type": "string"
                              }
                            }
                          },
                          "auth_cipher": {
                            "type": "object",
                            "properties": {
                              "label": {
                                "type": "string"
                              },
                              "value": {
                                "type": "string"
                              }
                            }
                          },
                          "auth_psk": {
                            "type": "string"
                          },
                          "tags": {
                            "type": "array",
                            "items": {
                              "type": "object",
                              "properties": {
                                "id": {
                                  "type": "number"
                                },
                                "url": {
                                  "type": "string"
                                },
                                "display": {
                                  "type": "string"
                                },
                                "name": {
                                  "type": "string"
                                },
                                "slug": {
                                  "type": "string"
                                },
                                "color": {
                                  "type": "string"
                                }
                              }
                            }
                          },
                          "custom_fields": {
                            "type": "object"
                          },
                          "created": {
                            "type": "string"
                          },
                          "last_updated": {
                            "type": "string"
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "count": 8,
                  "next": "string",
                  "previous": "string",
                  "results": [
                    {
                      "id": 9,
                      "url": "string",
                      "display": "string",
                      "ssid": "string",
                      "description": "string",
                      "group": {
                        "id": 4,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string",
                        "wirelesslan_count": 5,
                        "_depth": 1
                      },
                      "vlan": {
                        "id": 8,
                        "url": "string",
                        "display": "string",
                        "vid": 6,
                        "name": "string"
                      },
                      "tenant": {
                        "id": 9,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string"
                      },
                      "auth_type": {
                        "label": "Open",
                        "value": "wpa-enterprise"
                      },
                      "auth_cipher": {
                        "label": "TKIP",
                        "value": "tkip"
                      },
                      "auth_psk": "string",
                      "tags": [
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "created": "string",
                      "last_updated": "string"
                    }
                  ]
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ssid",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "authPsk",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "description",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "created",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdated",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "q",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tag",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tenantGroupId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tenantGroup",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tenantId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tenant",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "groupId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "group",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "vlanId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "authType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "authCipher",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ssidN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ssidIc",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ssidNic",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ssidIew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ssidNiew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ssidIsw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ssidNisw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ssidIe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ssidNie",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "authPskN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "authPskIc",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "authPskNic",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "authPskIew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "authPskNiew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "authPskIsw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "authPskNisw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "authPskIe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "authPskNie",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionIc",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionNic",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionIew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionNiew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionIsw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionNisw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionIe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionNie",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tagN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tenantGroupIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tenantGroupN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tenantIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tenantN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "groupIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "groupN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "vlanIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "authTypeN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "authCipherN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ordering",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Wireless"
        ],
        "operationId": "postWirelessWirelessLans",
        "description": "The parameters and request body are for method: postWirelessWirelessLans. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "put": {
        "tags": [
          "Wireless"
        ],
        "operationId": "putWirelessWirelessLans",
        "description": "The parameters and request body are for method: putWirelessWirelessLans. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Wireless"
        ],
        "operationId": "patchWirelessWirelessLans",
        "description": "The parameters and request body are for method: patchWirelessWirelessLans. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Wireless"
        ],
        "operationId": "deleteWirelessWirelessLans",
        "description": "The parameters and request body are for method: deleteWirelessWirelessLans. 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": {}
            }
          }
        }
      }
    },
    "/wireless/wireless-lans/{id}/": {
      "get": {
        "tags": [
          "Wireless"
        ],
        "operationId": "getWirelessWirelessLansId",
        "description": "The parameters and request body are for method: getWirelessWirelessLansId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Wireless"
        ],
        "operationId": "putWirelessWirelessLansId",
        "description": "The parameters and request body are for method: putWirelessWirelessLansId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Wireless"
        ],
        "operationId": "patchWirelessWirelessLansId",
        "description": "The parameters and request body are for method: patchWirelessWirelessLansId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Wireless"
        ],
        "operationId": "deleteWirelessWirelessLansId",
        "description": "The parameters and request body are for method: deleteWirelessWirelessLansId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/wireless/wireless-links/": {
      "get": {
        "tags": [
          "Wireless"
        ],
        "operationId": "getWirelessWirelessLinks",
        "description": "The parameters and request body are for method: getWirelessWirelessLinks. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "count": {
                      "type": "number"
                    },
                    "next": {
                      "type": "string"
                    },
                    "previous": {
                      "type": "string"
                    },
                    "results": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "id": {
                            "type": "number"
                          },
                          "url": {
                            "type": "string"
                          },
                          "display": {
                            "type": "string"
                          },
                          "interface_a": {
                            "type": "object",
                            "properties": {
                              "id": {
                                "type": "number"
                              },
                              "url": {
                                "type": "string"
                              },
                              "display": {
                                "type": "string"
                              },
                              "device": {
                                "type": "object",
                                "properties": {
                                  "id": {
                                    "type": "number"
                                  },
                                  "url": {
                                    "type": "string"
                                  },
                                  "display": {
                                    "type": "string"
                                  },
                                  "name": {
                                    "type": "string"
                                  }
                                }
                              },
                              "name": {
                                "type": "string"
                              },
                              "cable": {
                                "type": "number"
                              },
                              "_occupied": {
                                "type": "boolean"
                              }
                            }
                          },
                          "interface_b": {
                            "type": "object",
                            "properties": {
                              "id": {
                                "type": "number"
                              },
                              "url": {
                                "type": "string"
                              },
                              "display": {
                                "type": "string"
                              },
                              "device": {
                                "type": "object",
                                "properties": {
                                  "id": {
                                    "type": "number"
                                  },
                                  "url": {
                                    "type": "string"
                                  },
                                  "display": {
                                    "type": "string"
                                  },
                                  "name": {
                                    "type": "string"
                                  }
                                }
                              },
                              "name": {
                                "type": "string"
                              },
                              "cable": {
                                "type": "number"
                              },
                              "_occupied": {
                                "type": "boolean"
                              }
                            }
                          },
                          "ssid": {
                            "type": "string"
                          },
                          "status": {
                            "type": "object",
                            "properties": {
                              "label": {
                                "type": "string"
                              },
                              "value": {
                                "type": "string"
                              }
                            }
                          },
                          "tenant": {
                            "type": "object",
                            "properties": {
                              "id": {
                                "type": "number"
                              },
                              "url": {
                                "type": "string"
                              },
                              "display": {
                                "type": "string"
                              },
                              "name": {
                                "type": "string"
                              },
                              "slug": {
                                "type": "string"
                              }
                            }
                          },
                          "auth_type": {
                            "type": "object",
                            "properties": {
                              "label": {
                                "type": "string"
                              },
                              "value": {
                                "type": "string"
                              }
                            }
                          },
                          "auth_cipher": {
                            "type": "object",
                            "properties": {
                              "label": {
                                "type": "string"
                              },
                              "value": {
                                "type": "string"
                              }
                            }
                          },
                          "auth_psk": {
                            "type": "string"
                          },
                          "description": {
                            "type": "string"
                          },
                          "tags": {
                            "type": "array",
                            "items": {
                              "type": "object",
                              "properties": {
                                "id": {
                                  "type": "number"
                                },
                                "url": {
                                  "type": "string"
                                },
                                "display": {
                                  "type": "string"
                                },
                                "name": {
                                  "type": "string"
                                },
                                "slug": {
                                  "type": "string"
                                },
                                "color": {
                                  "type": "string"
                                }
                              }
                            }
                          },
                          "custom_fields": {
                            "type": "object"
                          },
                          "created": {
                            "type": "string"
                          },
                          "last_updated": {
                            "type": "string"
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "count": 5,
                  "next": "string",
                  "previous": "string",
                  "results": [
                    {
                      "id": 10,
                      "url": "string",
                      "display": "string",
                      "interface_a": {
                        "id": 4,
                        "url": "string",
                        "display": "string",
                        "device": {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        },
                        "name": "string",
                        "cable": 6,
                        "_occupied": false
                      },
                      "interface_b": {
                        "id": 9,
                        "url": "string",
                        "display": "string",
                        "device": {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        },
                        "name": "string",
                        "cable": 5,
                        "_occupied": true
                      },
                      "ssid": "string",
                      "status": {
                        "label": "Connected",
                        "value": "decommissioning"
                      },
                      "tenant": {
                        "id": 10,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string"
                      },
                      "auth_type": {
                        "label": "WPA Enterprise",
                        "value": "wep"
                      },
                      "auth_cipher": {
                        "label": "TKIP",
                        "value": "aes"
                      },
                      "auth_psk": "string",
                      "description": "string",
                      "tags": [
                        {
                          "id": 7,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "created": "string",
                      "last_updated": "string"
                    },
                    {
                      "id": 5,
                      "url": "string",
                      "display": "string",
                      "interface_a": {
                        "id": 10,
                        "url": "string",
                        "display": "string",
                        "device": {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        },
                        "name": "string",
                        "cable": 4,
                        "_occupied": false
                      },
                      "interface_b": {
                        "id": 8,
                        "url": "string",
                        "display": "string",
                        "device": {
                          "id": 7,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        },
                        "name": "string",
                        "cable": 4,
                        "_occupied": true
                      },
                      "ssid": "string",
                      "status": {
                        "label": "Planned",
                        "value": "planned"
                      },
                      "tenant": {
                        "id": 3,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string"
                      },
                      "auth_type": {
                        "label": "WEP",
                        "value": "wpa-enterprise"
                      },
                      "auth_cipher": {
                        "label": "Auto",
                        "value": "aes"
                      },
                      "auth_psk": "string",
                      "description": "string",
                      "tags": [
                        {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 7,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 4,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "created": "string",
                      "last_updated": "string"
                    },
                    {
                      "id": 7,
                      "url": "string",
                      "display": "string",
                      "interface_a": {
                        "id": 4,
                        "url": "string",
                        "display": "string",
                        "device": {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        },
                        "name": "string",
                        "cable": 3,
                        "_occupied": true
                      },
                      "interface_b": {
                        "id": 1,
                        "url": "string",
                        "display": "string",
                        "device": {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        },
                        "name": "string",
                        "cable": 7,
                        "_occupied": true
                      },
                      "ssid": "string",
                      "status": {
                        "label": "Decommissioning",
                        "value": "planned"
                      },
                      "tenant": {
                        "id": 3,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string"
                      },
                      "auth_type": {
                        "label": "WPA Personal (PSK)",
                        "value": "open"
                      },
                      "auth_cipher": {
                        "label": "TKIP",
                        "value": "tkip"
                      },
                      "auth_psk": "string",
                      "description": "string",
                      "tags": [
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 7,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "created": "string",
                      "last_updated": "string"
                    },
                    {
                      "id": 4,
                      "url": "string",
                      "display": "string",
                      "interface_a": {
                        "id": 3,
                        "url": "string",
                        "display": "string",
                        "device": {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        },
                        "name": "string",
                        "cable": 6,
                        "_occupied": false
                      },
                      "interface_b": {
                        "id": 2,
                        "url": "string",
                        "display": "string",
                        "device": {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        },
                        "name": "string",
                        "cable": 9,
                        "_occupied": true
                      },
                      "ssid": "string",
                      "status": {
                        "label": "Planned",
                        "value": "connected"
                      },
                      "tenant": {
                        "id": 10,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string"
                      },
                      "auth_type": {
                        "label": "WEP",
                        "value": "wpa-enterprise"
                      },
                      "auth_cipher": {
                        "label": "Auto",
                        "value": "auto"
                      },
                      "auth_psk": "string",
                      "description": "string",
                      "tags": [
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 7,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "created": "string",
                      "last_updated": "string"
                    },
                    {
                      "id": 4,
                      "url": "string",
                      "display": "string",
                      "interface_a": {
                        "id": 9,
                        "url": "string",
                        "display": "string",
                        "device": {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        },
                        "name": "string",
                        "cable": 8,
                        "_occupied": false
                      },
                      "interface_b": {
                        "id": 6,
                        "url": "string",
                        "display": "string",
                        "device": {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        },
                        "name": "string",
                        "cable": 3,
                        "_occupied": false
                      },
                      "ssid": "string",
                      "status": {
                        "label": "Connected",
                        "value": "decommissioning"
                      },
                      "tenant": {
                        "id": 3,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string"
                      },
                      "auth_type": {
                        "label": "WPA Enterprise",
                        "value": "wep"
                      },
                      "auth_cipher": {
                        "label": "AES",
                        "value": "aes"
                      },
                      "auth_psk": "string",
                      "description": "string",
                      "tags": [
                        {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 4,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 7,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "created": "string",
                      "last_updated": "string"
                    },
                    {
                      "id": 4,
                      "url": "string",
                      "display": "string",
                      "interface_a": {
                        "id": 3,
                        "url": "string",
                        "display": "string",
                        "device": {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        },
                        "name": "string",
                        "cable": 1,
                        "_occupied": false
                      },
                      "interface_b": {
                        "id": 1,
                        "url": "string",
                        "display": "string",
                        "device": {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        },
                        "name": "string",
                        "cable": 2,
                        "_occupied": true
                      },
                      "ssid": "string",
                      "status": {
                        "label": "Decommissioning",
                        "value": "planned"
                      },
                      "tenant": {
                        "id": 5,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string"
                      },
                      "auth_type": {
                        "label": "WEP",
                        "value": "open"
                      },
                      "auth_cipher": {
                        "label": "TKIP",
                        "value": "aes"
                      },
                      "auth_psk": "string",
                      "description": "string",
                      "tags": [
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "created": "string",
                      "last_updated": "string"
                    },
                    {
                      "id": 3,
                      "url": "string",
                      "display": "string",
                      "interface_a": {
                        "id": 7,
                        "url": "string",
                        "display": "string",
                        "device": {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        },
                        "name": "string",
                        "cable": 7,
                        "_occupied": false
                      },
                      "interface_b": {
                        "id": 3,
                        "url": "string",
                        "display": "string",
                        "device": {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string"
                        },
                        "name": "string",
                        "cable": 4,
                        "_occupied": true
                      },
                      "ssid": "string",
                      "status": {
                        "label": "Connected",
                        "value": "planned"
                      },
                      "tenant": {
                        "id": 3,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string"
                      },
                      "auth_type": {
                        "label": "WEP",
                        "value": "wpa-enterprise"
                      },
                      "auth_cipher": {
                        "label": "AES",
                        "value": "aes"
                      },
                      "auth_psk": "string",
                      "description": "string",
                      "tags": [
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "created": "string",
                      "last_updated": "string"
                    }
                  ]
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ssid",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "authPsk",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "description",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "created",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdated",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "q",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tag",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tenantGroupId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tenantGroup",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tenantId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tenant",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "interfaceAId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "interfaceBId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "status",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "authType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "authCipher",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ssidN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ssidIc",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ssidNic",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ssidIew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ssidNiew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ssidIsw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ssidNisw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ssidIe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ssidNie",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "authPskN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "authPskIc",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "authPskNic",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "authPskIew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "authPskNiew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "authPskIsw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "authPskNisw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "authPskIe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "authPskNie",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionIc",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionNic",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionIew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionNiew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionIsw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionNisw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionIe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionNie",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tagN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tenantGroupIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tenantGroupN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tenantIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tenantN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "interfaceAIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "interfaceAIdLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "interfaceAIdLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "interfaceAIdGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "interfaceAIdGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "interfaceBIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "interfaceBIdLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "interfaceBIdLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "interfaceBIdGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "interfaceBIdGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "statusN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "authTypeN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "authCipherN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ordering",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Wireless"
        ],
        "operationId": "postWirelessWirelessLinks",
        "description": "The parameters and request body are for method: postWirelessWirelessLinks. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "put": {
        "tags": [
          "Wireless"
        ],
        "operationId": "putWirelessWirelessLinks",
        "description": "The parameters and request body are for method: putWirelessWirelessLinks. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Wireless"
        ],
        "operationId": "patchWirelessWirelessLinks",
        "description": "The parameters and request body are for method: patchWirelessWirelessLinks. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Wireless"
        ],
        "operationId": "deleteWirelessWirelessLinks",
        "description": "The parameters and request body are for method: deleteWirelessWirelessLinks. 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": {}
            }
          }
        }
      }
    },
    "/wireless/wireless-links/{id}/": {
      "get": {
        "tags": [
          "Wireless"
        ],
        "operationId": "getWirelessWirelessLinksId",
        "description": "The parameters and request body are for method: getWirelessWirelessLinksId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Wireless"
        ],
        "operationId": "putWirelessWirelessLinksId",
        "description": "The parameters and request body are for method: putWirelessWirelessLinksId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Wireless"
        ],
        "operationId": "patchWirelessWirelessLinksId",
        "description": "The parameters and request body are for method: patchWirelessWirelessLinksId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Wireless"
        ],
        "operationId": "deleteWirelessWirelessLinksId",
        "description": "The parameters and request body are for method: deleteWirelessWirelessLinksId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/dcim/virtual-device-contexts/": {
      "get": {
        "tags": [
          "Dcim"
        ],
        "operationId": "getDcimVirtualDeviceContexts",
        "description": "The parameters and request body are for method: getDcimVirtualDeviceContexts. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "count": {
                      "type": "number"
                    },
                    "next": {
                      "type": "string"
                    },
                    "previous": {
                      "type": "string"
                    },
                    "results": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "id": {
                            "type": "number"
                          },
                          "url": {
                            "type": "string"
                          },
                          "display": {
                            "type": "string"
                          },
                          "name": {
                            "type": "string"
                          },
                          "device": {
                            "type": "object",
                            "properties": {
                              "id": {
                                "type": "number"
                              },
                              "url": {
                                "type": "string"
                              },
                              "display": {
                                "type": "string"
                              },
                              "name": {
                                "type": "string"
                              }
                            }
                          },
                          "identifier": {
                            "type": "number"
                          },
                          "tenant": {
                            "type": "object",
                            "properties": {
                              "id": {
                                "type": "number"
                              },
                              "url": {
                                "type": "string"
                              },
                              "display": {
                                "type": "string"
                              },
                              "name": {
                                "type": "string"
                              },
                              "slug": {
                                "type": "string"
                              }
                            }
                          },
                          "primary_ip": {
                            "type": "object",
                            "properties": {
                              "id": {
                                "type": "number"
                              },
                              "url": {
                                "type": "string"
                              },
                              "display": {
                                "type": "string"
                              },
                              "family": {
                                "type": "number"
                              },
                              "address": {
                                "type": "string"
                              }
                            }
                          },
                          "primary_ip4": {
                            "type": "object",
                            "properties": {
                              "id": {
                                "type": "number"
                              },
                              "url": {
                                "type": "string"
                              },
                              "display": {
                                "type": "string"
                              },
                              "family": {
                                "type": "number"
                              },
                              "address": {
                                "type": "string"
                              }
                            }
                          },
                          "primary_ip6": {
                            "type": "object",
                            "properties": {
                              "id": {
                                "type": "number"
                              },
                              "url": {
                                "type": "string"
                              },
                              "display": {
                                "type": "string"
                              },
                              "family": {
                                "type": "number"
                              },
                              "address": {
                                "type": "string"
                              }
                            }
                          },
                          "status": {
                            "type": "string"
                          },
                          "description": {
                            "type": "string"
                          },
                          "comments": {
                            "type": "string"
                          },
                          "tags": {
                            "type": "array",
                            "items": {
                              "type": "object",
                              "properties": {
                                "id": {
                                  "type": "number"
                                },
                                "url": {
                                  "type": "string"
                                },
                                "display": {
                                  "type": "string"
                                },
                                "name": {
                                  "type": "string"
                                },
                                "slug": {
                                  "type": "string"
                                },
                                "color": {
                                  "type": "string"
                                }
                              }
                            }
                          },
                          "custom_fields": {
                            "type": "object"
                          },
                          "created": {
                            "type": "string"
                          },
                          "last_updated": {
                            "type": "string"
                          },
                          "interface_count": {
                            "type": "number"
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "count": 2,
                  "next": "string",
                  "previous": "string",
                  "results": [
                    {
                      "id": 8,
                      "url": "string",
                      "display": "string",
                      "name": "string",
                      "device": {
                        "id": 7,
                        "url": "string",
                        "display": "string",
                        "name": "string"
                      },
                      "identifier": 1,
                      "tenant": {
                        "id": 1,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string"
                      },
                      "primary_ip": {
                        "id": 1,
                        "url": "string",
                        "display": "string",
                        "family": 7,
                        "address": "string"
                      },
                      "primary_ip4": {
                        "id": 10,
                        "url": "string",
                        "display": "string",
                        "family": 1,
                        "address": "string"
                      },
                      "primary_ip6": {
                        "id": 2,
                        "url": "string",
                        "display": "string",
                        "family": 3,
                        "address": "string"
                      },
                      "status": "offline",
                      "description": "string",
                      "comments": "string",
                      "tags": [
                        {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 7,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "created": "string",
                      "last_updated": "string",
                      "interface_count": 6
                    },
                    {
                      "id": 5,
                      "url": "string",
                      "display": "string",
                      "name": "string",
                      "device": {
                        "id": 3,
                        "url": "string",
                        "display": "string",
                        "name": "string"
                      },
                      "identifier": 10,
                      "tenant": {
                        "id": 8,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string"
                      },
                      "primary_ip": {
                        "id": 5,
                        "url": "string",
                        "display": "string",
                        "family": 7,
                        "address": "string"
                      },
                      "primary_ip4": {
                        "id": 7,
                        "url": "string",
                        "display": "string",
                        "family": 10,
                        "address": "string"
                      },
                      "primary_ip6": {
                        "id": 3,
                        "url": "string",
                        "display": "string",
                        "family": 10,
                        "address": "string"
                      },
                      "status": "planned",
                      "description": "string",
                      "comments": "string",
                      "tags": [
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 4,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "created": "string",
                      "last_updated": "string",
                      "interface_count": 5
                    },
                    {
                      "id": 3,
                      "url": "string",
                      "display": "string",
                      "name": "string",
                      "device": {
                        "id": 1,
                        "url": "string",
                        "display": "string",
                        "name": "string"
                      },
                      "identifier": 10,
                      "tenant": {
                        "id": 9,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string"
                      },
                      "primary_ip": {
                        "id": 7,
                        "url": "string",
                        "display": "string",
                        "family": 2,
                        "address": "string"
                      },
                      "primary_ip4": {
                        "id": 10,
                        "url": "string",
                        "display": "string",
                        "family": 10,
                        "address": "string"
                      },
                      "primary_ip6": {
                        "id": 10,
                        "url": "string",
                        "display": "string",
                        "family": 8,
                        "address": "string"
                      },
                      "status": "offline",
                      "description": "string",
                      "comments": "string",
                      "tags": [
                        {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "created": "string",
                      "last_updated": "string",
                      "interface_count": 4
                    },
                    {
                      "id": 5,
                      "url": "string",
                      "display": "string",
                      "name": "string",
                      "device": {
                        "id": 5,
                        "url": "string",
                        "display": "string",
                        "name": "string"
                      },
                      "identifier": 5,
                      "tenant": {
                        "id": 8,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string"
                      },
                      "primary_ip": {
                        "id": 7,
                        "url": "string",
                        "display": "string",
                        "family": 8,
                        "address": "string"
                      },
                      "primary_ip4": {
                        "id": 8,
                        "url": "string",
                        "display": "string",
                        "family": 6,
                        "address": "string"
                      },
                      "primary_ip6": {
                        "id": 5,
                        "url": "string",
                        "display": "string",
                        "family": 2,
                        "address": "string"
                      },
                      "status": "active",
                      "description": "string",
                      "comments": "string",
                      "tags": [
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 4,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "created": "string",
                      "last_updated": "string",
                      "interface_count": 6
                    },
                    {
                      "id": 7,
                      "url": "string",
                      "display": "string",
                      "name": "string",
                      "device": {
                        "id": 2,
                        "url": "string",
                        "display": "string",
                        "name": "string"
                      },
                      "identifier": 8,
                      "tenant": {
                        "id": 2,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string"
                      },
                      "primary_ip": {
                        "id": 4,
                        "url": "string",
                        "display": "string",
                        "family": 6,
                        "address": "string"
                      },
                      "primary_ip4": {
                        "id": 10,
                        "url": "string",
                        "display": "string",
                        "family": 2,
                        "address": "string"
                      },
                      "primary_ip6": {
                        "id": 9,
                        "url": "string",
                        "display": "string",
                        "family": 1,
                        "address": "string"
                      },
                      "status": "active",
                      "description": "string",
                      "comments": "string",
                      "tags": [
                        {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "created": "string",
                      "last_updated": "string",
                      "interface_count": 10
                    },
                    {
                      "id": 7,
                      "url": "string",
                      "display": "string",
                      "name": "string",
                      "device": {
                        "id": 7,
                        "url": "string",
                        "display": "string",
                        "name": "string"
                      },
                      "identifier": 8,
                      "tenant": {
                        "id": 1,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string"
                      },
                      "primary_ip": {
                        "id": 4,
                        "url": "string",
                        "display": "string",
                        "family": 1,
                        "address": "string"
                      },
                      "primary_ip4": {
                        "id": 3,
                        "url": "string",
                        "display": "string",
                        "family": 7,
                        "address": "string"
                      },
                      "primary_ip6": {
                        "id": 7,
                        "url": "string",
                        "display": "string",
                        "family": 8,
                        "address": "string"
                      },
                      "status": "planned",
                      "description": "string",
                      "comments": "string",
                      "tags": [
                        {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 7,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "created": "string",
                      "last_updated": "string",
                      "interface_count": 6
                    },
                    {
                      "id": 2,
                      "url": "string",
                      "display": "string",
                      "name": "string",
                      "device": {
                        "id": 8,
                        "url": "string",
                        "display": "string",
                        "name": "string"
                      },
                      "identifier": 5,
                      "tenant": {
                        "id": 6,
                        "url": "string",
                        "display": "string",
                        "name": "string",
                        "slug": "string"
                      },
                      "primary_ip": {
                        "id": 6,
                        "url": "string",
                        "display": "string",
                        "family": 8,
                        "address": "string"
                      },
                      "primary_ip4": {
                        "id": 8,
                        "url": "string",
                        "display": "string",
                        "family": 4,
                        "address": "string"
                      },
                      "primary_ip6": {
                        "id": 8,
                        "url": "string",
                        "display": "string",
                        "family": 8,
                        "address": "string"
                      },
                      "status": "planned",
                      "description": "string",
                      "comments": "string",
                      "tags": [
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "created": "string",
                      "last_updated": "string",
                      "interface_count": 2
                    }
                  ]
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "device",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "name",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "created",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdated",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "q",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tag",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tenantGroupId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tenantGroup",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tenantId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tenant",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "deviceId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "status",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "hasPrimaryIp",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "deviceN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIc",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNic",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNiew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIsw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNisw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNie",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameEmpty",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tagN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tenantGroupIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tenantGroupN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tenantIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tenantN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "deviceIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "statusN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ordering",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Dcim"
        ],
        "operationId": "postDcimVirtualDeviceContexts",
        "description": "The parameters and request body are for method: postDcimVirtualDeviceContexts. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "put": {
        "tags": [
          "Dcim"
        ],
        "operationId": "putDcimVirtualDeviceContexts",
        "description": "The parameters and request body are for method: putDcimVirtualDeviceContexts. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Dcim"
        ],
        "operationId": "patchDcimVirtualDeviceContexts",
        "description": "The parameters and request body are for method: patchDcimVirtualDeviceContexts. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Dcim"
        ],
        "operationId": "deleteDcimVirtualDeviceContexts",
        "description": "The parameters and request body are for method: deleteDcimVirtualDeviceContexts. 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": {}
            }
          }
        }
      }
    },
    "/dcim/virtual-device-contexts/{id}/": {
      "get": {
        "tags": [
          "Dcim"
        ],
        "operationId": "getDcimVirtualDeviceContextsId",
        "description": "The parameters and request body are for method: getDcimVirtualDeviceContextsId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Dcim"
        ],
        "operationId": "putDcimVirtualDeviceContextsId",
        "description": "The parameters and request body are for method: putDcimVirtualDeviceContextsId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Dcim"
        ],
        "operationId": "patchDcimVirtualDeviceContextsId",
        "description": "The parameters and request body are for method: patchDcimVirtualDeviceContextsId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Dcim"
        ],
        "operationId": "deleteDcimVirtualDeviceContextsId",
        "description": "The parameters and request body are for method: deleteDcimVirtualDeviceContextsId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/extras/saved-filters/": {
      "get": {
        "tags": [
          "Extras"
        ],
        "operationId": "getExtrasSavedFilters",
        "description": "The parameters and request body are for method: getExtrasSavedFilters. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "count": {
                      "type": "number"
                    },
                    "next": {
                      "type": "string"
                    },
                    "previous": {
                      "type": "string"
                    },
                    "results": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "id": {
                            "type": "number"
                          },
                          "url": {
                            "type": "string"
                          },
                          "display": {
                            "type": "string"
                          },
                          "content_types": {
                            "type": "array",
                            "items": {
                              "type": "string"
                            }
                          },
                          "name": {
                            "type": "string"
                          },
                          "slug": {
                            "type": "string"
                          },
                          "description": {
                            "type": "string"
                          },
                          "user": {
                            "type": "number"
                          },
                          "weight": {
                            "type": "number"
                          },
                          "enabled": {
                            "type": "boolean"
                          },
                          "shared": {
                            "type": "boolean"
                          },
                          "parameters": {
                            "type": "object"
                          },
                          "created": {
                            "type": "string"
                          },
                          "last_updated": {
                            "type": "string"
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "count": 8,
                  "next": "string",
                  "previous": "string",
                  "results": [
                    {
                      "id": 8,
                      "url": "string",
                      "display": "string",
                      "content_types": [
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string"
                      ],
                      "name": "string",
                      "slug": "string",
                      "description": "string",
                      "user": 9,
                      "weight": 10,
                      "enabled": false,
                      "shared": false,
                      "parameters": {},
                      "created": "string",
                      "last_updated": "string"
                    },
                    {
                      "id": 8,
                      "url": "string",
                      "display": "string",
                      "content_types": [
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string"
                      ],
                      "name": "string",
                      "slug": "string",
                      "description": "string",
                      "user": 10,
                      "weight": 8,
                      "enabled": true,
                      "shared": true,
                      "parameters": {},
                      "created": "string",
                      "last_updated": "string"
                    },
                    {
                      "id": 10,
                      "url": "string",
                      "display": "string",
                      "content_types": [
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string"
                      ],
                      "name": "string",
                      "slug": "string",
                      "description": "string",
                      "user": 1,
                      "weight": 7,
                      "enabled": false,
                      "shared": true,
                      "parameters": {},
                      "created": "string",
                      "last_updated": "string"
                    },
                    {
                      "id": 10,
                      "url": "string",
                      "display": "string",
                      "content_types": [
                        "string",
                        "string",
                        "string",
                        "string"
                      ],
                      "name": "string",
                      "slug": "string",
                      "description": "string",
                      "user": 9,
                      "weight": 9,
                      "enabled": false,
                      "shared": true,
                      "parameters": {},
                      "created": "string",
                      "last_updated": "string"
                    },
                    {
                      "id": 1,
                      "url": "string",
                      "display": "string",
                      "content_types": [
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string"
                      ],
                      "name": "string",
                      "slug": "string",
                      "description": "string",
                      "user": 10,
                      "weight": 1,
                      "enabled": false,
                      "shared": true,
                      "parameters": {},
                      "created": "string",
                      "last_updated": "string"
                    },
                    {
                      "id": 8,
                      "url": "string",
                      "display": "string",
                      "content_types": [
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string"
                      ],
                      "name": "string",
                      "slug": "string",
                      "description": "string",
                      "user": 7,
                      "weight": 4,
                      "enabled": false,
                      "shared": false,
                      "parameters": {},
                      "created": "string",
                      "last_updated": "string"
                    },
                    {
                      "id": 6,
                      "url": "string",
                      "display": "string",
                      "content_types": [
                        "string",
                        "string",
                        "string",
                        "string"
                      ],
                      "name": "string",
                      "slug": "string",
                      "description": "string",
                      "user": 2,
                      "weight": 7,
                      "enabled": true,
                      "shared": true,
                      "parameters": {},
                      "created": "string",
                      "last_updated": "string"
                    }
                  ]
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "contentTypes",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "name",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slug",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "description",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "enabled",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "shared",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "weight",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "q",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "contentTypeId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "userId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "user",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "usable",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "contentTypesN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "contentTypesIc",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "contentTypesNic",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "contentTypesIew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "contentTypesNiew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "contentTypesIsw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "contentTypesNisw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "contentTypesIe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "contentTypesNie",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIc",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNic",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNiew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIsw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNisw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNie",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameEmpty",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slugN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slugIc",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slugNic",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slugIew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slugNiew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slugIsw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slugNisw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slugIe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slugNie",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slugEmpty",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionIc",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionNic",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionIew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionNiew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionIsw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionNisw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionIe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionNie",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionEmpty",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "weightN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "weightLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "weightLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "weightGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "weightGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "contentTypeIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "contentTypeIdLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "contentTypeIdLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "contentTypeIdGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "contentTypeIdGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "userIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "userN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ordering",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Extras"
        ],
        "operationId": "postExtrasSavedFilters",
        "description": "The parameters and request body are for method: postExtrasSavedFilters. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "put": {
        "tags": [
          "Extras"
        ],
        "operationId": "putExtrasSavedFilters",
        "description": "The parameters and request body are for method: putExtrasSavedFilters. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Extras"
        ],
        "operationId": "patchExtrasSavedFilters",
        "description": "The parameters and request body are for method: patchExtrasSavedFilters. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Extras"
        ],
        "operationId": "deleteExtrasSavedFilters",
        "description": "The parameters and request body are for method: deleteExtrasSavedFilters. 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": {}
            }
          }
        }
      }
    },
    "/extras/saved-filters/{id}/": {
      "get": {
        "tags": [
          "Extras"
        ],
        "operationId": "getExtrasSavedFiltersId",
        "description": "The parameters and request body are for method: getExtrasSavedFiltersId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Extras"
        ],
        "operationId": "putExtrasSavedFiltersId",
        "description": "The parameters and request body are for method: putExtrasSavedFiltersId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Extras"
        ],
        "operationId": "patchExtrasSavedFiltersId",
        "description": "The parameters and request body are for method: patchExtrasSavedFiltersId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Extras"
        ],
        "operationId": "deleteExtrasSavedFiltersId",
        "description": "The parameters and request body are for method: deleteExtrasSavedFiltersId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/plugins/service-pools/candidate-config/": {
      "get": {
        "tags": [
          "Plugins"
        ],
        "operationId": "getPluginsServicePoolsCandidateConfig",
        "description": "The parameters and request body are for method: getPluginsServicePoolsCandidateConfig. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "count": {
                      "type": "number"
                    },
                    "next": {
                      "type": "string"
                    },
                    "previous": {
                      "type": "string"
                    },
                    "results": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "id": {
                            "type": "number"
                          },
                          "tags": {
                            "type": "array",
                            "items": {
                              "type": "object",
                              "properties": {
                                "id": {
                                  "type": "number"
                                },
                                "url": {
                                  "type": "string"
                                },
                                "display": {
                                  "type": "string"
                                },
                                "name": {
                                  "type": "string"
                                },
                                "slug": {
                                  "type": "string"
                                },
                                "color": {
                                  "type": "string"
                                }
                              }
                            }
                          },
                          "custom_fields": {
                            "type": "object"
                          },
                          "display": {
                            "type": "string"
                          },
                          "url": {
                            "type": "string"
                          },
                          "created": {
                            "type": "string"
                          },
                          "last_updated": {
                            "type": "string"
                          },
                          "custom_field_data": {
                            "type": "object"
                          },
                          "config": {
                            "type": "string"
                          },
                          "service_order": {
                            "type": "number"
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "count": 3,
                  "next": "string",
                  "previous": "string",
                  "results": [
                    {
                      "id": 9,
                      "tags": [
                        {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "display": "string",
                      "url": "string",
                      "created": "string",
                      "last_updated": "string",
                      "custom_field_data": {},
                      "config": "string",
                      "service_order": 8
                    },
                    {
                      "id": 1,
                      "tags": [
                        {
                          "id": 4,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 4,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "display": "string",
                      "url": "string",
                      "created": "string",
                      "last_updated": "string",
                      "custom_field_data": {},
                      "config": "string",
                      "service_order": 7
                    },
                    {
                      "id": 8,
                      "tags": [
                        {
                          "id": 4,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 4,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "display": "string",
                      "url": "string",
                      "created": "string",
                      "last_updated": "string",
                      "custom_field_data": {},
                      "config": "string",
                      "service_order": 2
                    },
                    {
                      "id": 3,
                      "tags": [
                        {
                          "id": 4,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "display": "string",
                      "url": "string",
                      "created": "string",
                      "last_updated": "string",
                      "custom_field_data": {},
                      "config": "string",
                      "service_order": 9
                    },
                    {
                      "id": 6,
                      "tags": [
                        {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 4,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "display": "string",
                      "url": "string",
                      "created": "string",
                      "last_updated": "string",
                      "custom_field_data": {},
                      "config": "string",
                      "service_order": 6
                    },
                    {
                      "id": 8,
                      "tags": [
                        {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 4,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 4,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "display": "string",
                      "url": "string",
                      "created": "string",
                      "last_updated": "string",
                      "custom_field_data": {},
                      "config": "string",
                      "service_order": 9
                    }
                  ]
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "ordering",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Plugins"
        ],
        "operationId": "postPluginsServicePoolsCandidateConfig",
        "description": "The parameters and request body are for method: postPluginsServicePoolsCandidateConfig. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "put": {
        "tags": [
          "Plugins"
        ],
        "operationId": "putPluginsServicePoolsCandidateConfig",
        "description": "The parameters and request body are for method: putPluginsServicePoolsCandidateConfig. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Plugins"
        ],
        "operationId": "patchPluginsServicePoolsCandidateConfig",
        "description": "The parameters and request body are for method: patchPluginsServicePoolsCandidateConfig. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Plugins"
        ],
        "operationId": "deletePluginsServicePoolsCandidateConfig",
        "description": "The parameters and request body are for method: deletePluginsServicePoolsCandidateConfig. 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": {}
            }
          }
        }
      }
    },
    "/plugins/service-pools/candidate-config/{id}/": {
      "get": {
        "tags": [
          "Plugins"
        ],
        "operationId": "getPluginsServicePoolsCandidateConfigId",
        "description": "The parameters and request body are for method: getPluginsServicePoolsCandidateConfigId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Plugins"
        ],
        "operationId": "putPluginsServicePoolsCandidateConfigId",
        "description": "The parameters and request body are for method: putPluginsServicePoolsCandidateConfigId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Plugins"
        ],
        "operationId": "patchPluginsServicePoolsCandidateConfigId",
        "description": "The parameters and request body are for method: patchPluginsServicePoolsCandidateConfigId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Plugins"
        ],
        "operationId": "deletePluginsServicePoolsCandidateConfigId",
        "description": "The parameters and request body are for method: deletePluginsServicePoolsCandidateConfigId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/plugins/service-pools/custom-service/": {
      "get": {
        "tags": [
          "Plugins"
        ],
        "operationId": "getPluginsServicePoolsCustomService",
        "description": "The parameters and request body are for method: getPluginsServicePoolsCustomService. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "count": {
                      "type": "number"
                    },
                    "next": {
                      "type": "string"
                    },
                    "previous": {
                      "type": "string"
                    },
                    "results": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "id": {
                            "type": "number"
                          },
                          "tags": {
                            "type": "array",
                            "items": {
                              "type": "object",
                              "properties": {
                                "id": {
                                  "type": "number"
                                },
                                "url": {
                                  "type": "string"
                                },
                                "display": {
                                  "type": "string"
                                },
                                "name": {
                                  "type": "string"
                                },
                                "slug": {
                                  "type": "string"
                                },
                                "color": {
                                  "type": "string"
                                }
                              }
                            }
                          },
                          "custom_fields": {
                            "type": "object"
                          },
                          "display": {
                            "type": "string"
                          },
                          "url": {
                            "type": "string"
                          },
                          "created": {
                            "type": "string"
                          },
                          "last_updated": {
                            "type": "string"
                          },
                          "custom_field_data": {
                            "type": "object"
                          },
                          "uuid": {
                            "type": "string"
                          },
                          "name": {
                            "type": "string"
                          },
                          "service_type": {
                            "type": "string"
                          },
                          "description": {
                            "type": "string"
                          },
                          "category": {
                            "type": "string"
                          },
                          "tmf638_payload": {
                            "type": "object"
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "count": 9,
                  "next": "string",
                  "previous": "string",
                  "results": [
                    {
                      "id": 10,
                      "tags": [
                        {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 4,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 7,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "display": "string",
                      "url": "string",
                      "created": "string",
                      "last_updated": "string",
                      "custom_field_data": {},
                      "uuid": "string",
                      "name": "string",
                      "service_type": "L3VPN",
                      "description": "string",
                      "category": "string",
                      "tmf638_payload": {}
                    },
                    {
                      "id": 6,
                      "tags": [
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "display": "string",
                      "url": "string",
                      "created": "string",
                      "last_updated": "string",
                      "custom_field_data": {},
                      "uuid": "string",
                      "name": "string",
                      "service_type": "L3VPN",
                      "description": "string",
                      "category": "string",
                      "tmf638_payload": {}
                    },
                    {
                      "id": 2,
                      "tags": [
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "display": "string",
                      "url": "string",
                      "created": "string",
                      "last_updated": "string",
                      "custom_field_data": {},
                      "uuid": "string",
                      "name": "string",
                      "service_type": "PORT A",
                      "description": "string",
                      "category": "string",
                      "tmf638_payload": {}
                    },
                    {
                      "id": 3,
                      "tags": [
                        {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "display": "string",
                      "url": "string",
                      "created": "string",
                      "last_updated": "string",
                      "custom_field_data": {},
                      "uuid": "string",
                      "name": "string",
                      "service_type": "PORT A",
                      "description": "string",
                      "category": "string",
                      "tmf638_payload": {}
                    },
                    {
                      "id": 6,
                      "tags": [
                        {
                          "id": 7,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 7,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "display": "string",
                      "url": "string",
                      "created": "string",
                      "last_updated": "string",
                      "custom_field_data": {},
                      "uuid": "string",
                      "name": "string",
                      "service_type": "PORT A",
                      "description": "string",
                      "category": "string",
                      "tmf638_payload": {}
                    },
                    {
                      "id": 5,
                      "tags": [
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 7,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 4,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "display": "string",
                      "url": "string",
                      "created": "string",
                      "last_updated": "string",
                      "custom_field_data": {},
                      "uuid": "string",
                      "name": "string",
                      "service_type": "L3VPN",
                      "description": "string",
                      "category": "string",
                      "tmf638_payload": {}
                    },
                    {
                      "id": 6,
                      "tags": [
                        {
                          "id": 4,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 7,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "display": "string",
                      "url": "string",
                      "created": "string",
                      "last_updated": "string",
                      "custom_field_data": {},
                      "uuid": "string",
                      "name": "string",
                      "service_type": "L3VPN",
                      "description": "string",
                      "category": "string",
                      "tmf638_payload": {}
                    },
                    {
                      "id": 8,
                      "tags": [
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 4,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 7,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "display": "string",
                      "url": "string",
                      "created": "string",
                      "last_updated": "string",
                      "custom_field_data": {},
                      "uuid": "string",
                      "name": "string",
                      "service_type": "L3VPN",
                      "description": "string",
                      "category": "string",
                      "tmf638_payload": {}
                    }
                  ]
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "ordering",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Plugins"
        ],
        "operationId": "postPluginsServicePoolsCustomService",
        "description": "The parameters and request body are for method: postPluginsServicePoolsCustomService. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "put": {
        "tags": [
          "Plugins"
        ],
        "operationId": "putPluginsServicePoolsCustomService",
        "description": "The parameters and request body are for method: putPluginsServicePoolsCustomService. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Plugins"
        ],
        "operationId": "patchPluginsServicePoolsCustomService",
        "description": "The parameters and request body are for method: patchPluginsServicePoolsCustomService. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Plugins"
        ],
        "operationId": "deletePluginsServicePoolsCustomService",
        "description": "The parameters and request body are for method: deletePluginsServicePoolsCustomService. 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": {}
            }
          }
        }
      }
    },
    "/plugins/service-pools/custom-service/{id}/": {
      "get": {
        "tags": [
          "Plugins"
        ],
        "operationId": "getPluginsServicePoolsCustomServiceId",
        "description": "The parameters and request body are for method: getPluginsServicePoolsCustomServiceId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Plugins"
        ],
        "operationId": "putPluginsServicePoolsCustomServiceId",
        "description": "The parameters and request body are for method: putPluginsServicePoolsCustomServiceId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Plugins"
        ],
        "operationId": "patchPluginsServicePoolsCustomServiceId",
        "description": "The parameters and request body are for method: patchPluginsServicePoolsCustomServiceId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Plugins"
        ],
        "operationId": "deletePluginsServicePoolsCustomServiceId",
        "description": "The parameters and request body are for method: deletePluginsServicePoolsCustomServiceId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/plugins/service-pools/service-order/": {
      "get": {
        "tags": [
          "Plugins"
        ],
        "operationId": "getPluginsServicePoolsServiceOrder",
        "description": "The parameters and request body are for method: getPluginsServicePoolsServiceOrder. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "count": {
                      "type": "number"
                    },
                    "next": {
                      "type": "string"
                    },
                    "previous": {
                      "type": "string"
                    },
                    "results": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "id": {
                            "type": "number"
                          },
                          "tags": {
                            "type": "array",
                            "items": {
                              "type": "object",
                              "properties": {
                                "id": {
                                  "type": "number"
                                },
                                "url": {
                                  "type": "string"
                                },
                                "display": {
                                  "type": "string"
                                },
                                "name": {
                                  "type": "string"
                                },
                                "slug": {
                                  "type": "string"
                                },
                                "color": {
                                  "type": "string"
                                }
                              }
                            }
                          },
                          "custom_fields": {
                            "type": "object"
                          },
                          "display": {
                            "type": "string"
                          },
                          "url": {
                            "type": "string"
                          },
                          "created": {
                            "type": "string"
                          },
                          "last_updated": {
                            "type": "string"
                          },
                          "custom_field_data": {
                            "type": "object"
                          },
                          "uuid": {
                            "type": "string"
                          },
                          "name": {
                            "type": "string"
                          },
                          "state": {
                            "type": "string"
                          },
                          "description": {
                            "type": "string"
                          },
                          "category": {
                            "type": "string"
                          },
                          "external_id": {
                            "type": "string"
                          },
                          "tmf641_payload": {
                            "type": "object"
                          },
                          "service_name": {
                            "type": "number"
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "count": 1,
                  "next": "string",
                  "previous": "string",
                  "results": [
                    {
                      "id": 10,
                      "tags": [
                        {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 7,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "display": "string",
                      "url": "string",
                      "created": "string",
                      "last_updated": "string",
                      "custom_field_data": {},
                      "uuid": "string",
                      "name": "string",
                      "state": "cancelled",
                      "description": "string",
                      "category": "string",
                      "external_id": "string",
                      "tmf641_payload": {},
                      "service_name": 5
                    },
                    {
                      "id": 5,
                      "tags": [
                        {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 4,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "display": "string",
                      "url": "string",
                      "created": "string",
                      "last_updated": "string",
                      "custom_field_data": {},
                      "uuid": "string",
                      "name": "string",
                      "state": "released",
                      "description": "string",
                      "category": "string",
                      "external_id": "string",
                      "tmf641_payload": {},
                      "service_name": 6
                    },
                    {
                      "id": 6,
                      "tags": [
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 7,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "display": "string",
                      "url": "string",
                      "created": "string",
                      "last_updated": "string",
                      "custom_field_data": {},
                      "uuid": "string",
                      "name": "string",
                      "state": "in process",
                      "description": "string",
                      "category": "string",
                      "external_id": "string",
                      "tmf641_payload": {},
                      "service_name": 7
                    },
                    {
                      "id": 7,
                      "tags": [
                        {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 4,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 4,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 7,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 7,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "display": "string",
                      "url": "string",
                      "created": "string",
                      "last_updated": "string",
                      "custom_field_data": {},
                      "uuid": "string",
                      "name": "string",
                      "state": "in process",
                      "description": "string",
                      "category": "string",
                      "external_id": "string",
                      "tmf641_payload": {},
                      "service_name": 4
                    },
                    {
                      "id": 3,
                      "tags": [
                        {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 2,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 10,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 4,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "display": "string",
                      "url": "string",
                      "created": "string",
                      "last_updated": "string",
                      "custom_field_data": {},
                      "uuid": "string",
                      "name": "string",
                      "state": "rejected",
                      "description": "string",
                      "category": "string",
                      "external_id": "string",
                      "tmf641_payload": {},
                      "service_name": 3
                    },
                    {
                      "id": 6,
                      "tags": [
                        {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 4,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "display": "string",
                      "url": "string",
                      "created": "string",
                      "last_updated": "string",
                      "custom_field_data": {},
                      "uuid": "string",
                      "name": "string",
                      "state": "completed",
                      "description": "string",
                      "category": "string",
                      "external_id": "string",
                      "tmf641_payload": {},
                      "service_name": 8
                    },
                    {
                      "id": 5,
                      "tags": [
                        {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "display": "string",
                      "url": "string",
                      "created": "string",
                      "last_updated": "string",
                      "custom_field_data": {},
                      "uuid": "string",
                      "name": "string",
                      "state": "open",
                      "description": "string",
                      "category": "string",
                      "external_id": "string",
                      "tmf641_payload": {},
                      "service_name": 4
                    },
                    {
                      "id": 1,
                      "tags": [
                        {
                          "id": 4,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 7,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 1,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 5,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 4,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "display": "string",
                      "url": "string",
                      "created": "string",
                      "last_updated": "string",
                      "custom_field_data": {},
                      "uuid": "string",
                      "name": "string",
                      "state": "rejected",
                      "description": "string",
                      "category": "string",
                      "external_id": "string",
                      "tmf641_payload": {},
                      "service_name": 7
                    },
                    {
                      "id": 9,
                      "tags": [
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 6,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 4,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 3,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 9,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 4,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        },
                        {
                          "id": 8,
                          "url": "string",
                          "display": "string",
                          "name": "string",
                          "slug": "string",
                          "color": "string"
                        }
                      ],
                      "custom_fields": {},
                      "display": "string",
                      "url": "string",
                      "created": "string",
                      "last_updated": "string",
                      "custom_field_data": {},
                      "uuid": "string",
                      "name": "string",
                      "state": "in process",
                      "description": "string",
                      "category": "string",
                      "external_id": "string",
                      "tmf641_payload": {},
                      "service_name": 4
                    }
                  ]
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "ordering",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Plugins"
        ],
        "operationId": "postPluginsServicePoolsServiceOrder",
        "description": "The parameters and request body are for method: postPluginsServicePoolsServiceOrder. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "put": {
        "tags": [
          "Plugins"
        ],
        "operationId": "putPluginsServicePoolsServiceOrder",
        "description": "The parameters and request body are for method: putPluginsServicePoolsServiceOrder. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Plugins"
        ],
        "operationId": "patchPluginsServicePoolsServiceOrder",
        "description": "The parameters and request body are for method: patchPluginsServicePoolsServiceOrder. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Plugins"
        ],
        "operationId": "deletePluginsServicePoolsServiceOrder",
        "description": "The parameters and request body are for method: deletePluginsServicePoolsServiceOrder. 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": {}
            }
          }
        }
      }
    },
    "/plugins/service-pools/service-order/{id}/": {
      "get": {
        "tags": [
          "Plugins"
        ],
        "operationId": "getPluginsServicePoolsServiceOrderId",
        "description": "The parameters and request body are for method: getPluginsServicePoolsServiceOrderId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Plugins"
        ],
        "operationId": "putPluginsServicePoolsServiceOrderId",
        "description": "The parameters and request body are for method: putPluginsServicePoolsServiceOrderId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Plugins"
        ],
        "operationId": "patchPluginsServicePoolsServiceOrderId",
        "description": "The parameters and request body are for method: patchPluginsServicePoolsServiceOrderId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Plugins"
        ],
        "operationId": "deletePluginsServicePoolsServiceOrderId",
        "description": "The parameters and request body are for method: deletePluginsServicePoolsServiceOrderId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/circuits/circuit-group-assignments/": {
      "get": {
        "tags": [
          "Circuits"
        ],
        "operationId": "listCircuitGroupAssignment",
        "description": "The parameters and request body are for method: listCircuitGroupAssignment. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "circuit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "circuitId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "created",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdEmpty",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdByRequest",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "group",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "groupN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "groupId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "groupIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "id",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idEmpty",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdated",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedEmpty",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "memberId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "memberIdEmpty",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "memberIdGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "memberIdGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "memberIdLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "memberIdLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "memberIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "memberType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "memberTypeN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "modifiedByRequest",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ordering",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "priority",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "provider",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "providerId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "q",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tag",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tagN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "updatedByRequest",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "virtualCircuit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "virtualCircuitId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Circuits"
        ],
        "operationId": "postCircuitGroupAssignmentList",
        "description": "The parameters and request body are for method: postCircuitGroupAssignmentList. 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"
              }
            }
          }
        }
      },
      "put": {
        "tags": [
          "Circuits"
        ],
        "operationId": "putCircuitGroupAssignmentList",
        "description": "The parameters and request body are for method: putCircuitGroupAssignmentList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Circuits"
        ],
        "operationId": "patchCircuitGroupAssignmentList",
        "description": "The parameters and request body are for method: patchCircuitGroupAssignmentList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Circuits"
        ],
        "operationId": "deleteCircuitGroupAssignmentList",
        "description": "The parameters and request body are for method: deleteCircuitGroupAssignmentList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/circuits/circuit-group-assignments/{id}/": {
      "get": {
        "tags": [
          "Circuits"
        ],
        "operationId": "getCircuitGroupAssignment",
        "description": "The parameters and request body are for method: getCircuitGroupAssignment. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Circuits"
        ],
        "operationId": "putCircuitGroupAssignment",
        "description": "The parameters and request body are for method: putCircuitGroupAssignment. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Circuits"
        ],
        "operationId": "patchCircuitGroupAssignment",
        "description": "The parameters and request body are for method: patchCircuitGroupAssignment. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Circuits"
        ],
        "operationId": "deleteCircuitGroupAssignment",
        "description": "The parameters and request body are for method: deleteCircuitGroupAssignment. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/circuits/circuit-groups/": {
      "get": {
        "tags": [
          "Circuits"
        ],
        "operationId": "getCircuitGroupList",
        "description": "The parameters and request body are for method: getCircuitGroupList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "created",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdEmpty",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdByRequest",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "description",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionEmpty",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionIc",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionIe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionIew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionIsw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionNic",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionNie",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionNiew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionNisw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "id",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idEmpty",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdated",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedEmpty",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "modifiedByRequest",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "name",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameEmpty",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIc",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIsw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNic",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNie",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNiew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNisw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ordering",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "q",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slug",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slugEmpty",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slugIc",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slugIe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slugIew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slugIsw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slugN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slugNic",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slugNie",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slugNiew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slugNisw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tag",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tagN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tenant",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tenantN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tenantGroup",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tenantGroupN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tenantGroupId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tenantGroupIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tenantId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tenantIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "updatedByRequest",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Circuits"
        ],
        "operationId": "postCircuitGroupList",
        "description": "The parameters and request body are for method: postCircuitGroupList. 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"
              }
            }
          }
        }
      },
      "put": {
        "tags": [
          "Circuits"
        ],
        "operationId": "putCircuitGroupList",
        "description": "The parameters and request body are for method: putCircuitGroupList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Circuits"
        ],
        "operationId": "patchCircuitGroupList",
        "description": "The parameters and request body are for method: patchCircuitGroupList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Circuits"
        ],
        "operationId": "deleteCircuitGroupList",
        "description": "The parameters and request body are for method: deleteCircuitGroupList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/circuits/circuit-groups/{id}/": {
      "get": {
        "tags": [
          "Circuits"
        ],
        "operationId": "getCircuitGroup",
        "description": "The parameters and request body are for method: getCircuitGroup. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Circuits"
        ],
        "operationId": "putCircuitGroup",
        "description": "The parameters and request body are for method: putCircuitGroup. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Circuits"
        ],
        "operationId": "patchCircuitGroup",
        "description": "The parameters and request body are for method: patchCircuitGroup. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Circuits"
        ],
        "operationId": "deleteCircuitGroup",
        "description": "The parameters and request body are for method: deleteCircuitGroup. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/circuits/provider-accounts/": {
      "get": {
        "tags": [
          "Circuits"
        ],
        "operationId": "getProviderAccountList",
        "description": "The parameters and request body are for method: getProviderAccountList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "account",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "accountEmpty",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "accountIc",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "accountIe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "accountIew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "accountIsw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "accountN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "accountNic",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "accountNie",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "accountNiew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "accountNisw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "created",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdEmpty",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdByRequest",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "description",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionEmpty",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionIc",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionIe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionIew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionIsw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionNic",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionNie",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionNiew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionNisw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "id",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idEmpty",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdated",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedEmpty",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "modifiedByRequest",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "name",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameEmpty",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIc",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIsw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNic",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNie",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNiew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNisw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ordering",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "provider",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "providerN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "providerId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "providerIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "q",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tag",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tagN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "updatedByRequest",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Circuits"
        ],
        "operationId": "postProviderAccountList",
        "description": "The parameters and request body are for method: postProviderAccountList. 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"
              }
            }
          }
        }
      },
      "put": {
        "tags": [
          "Circuits"
        ],
        "operationId": "putProviderAccountList",
        "description": "The parameters and request body are for method: putProviderAccountList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Circuits"
        ],
        "operationId": "patchProviderAccountList",
        "description": "The parameters and request body are for method: patchProviderAccountList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Circuits"
        ],
        "operationId": "deleteProviderAccountList",
        "description": "The parameters and request body are for method: deleteProviderAccountList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/circuits/provider-accounts/{id}/": {
      "get": {
        "tags": [
          "Circuits"
        ],
        "operationId": "getProviderAccount",
        "description": "The parameters and request body are for method: getProviderAccount. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Circuits"
        ],
        "operationId": "putProviderAccount",
        "description": "The parameters and request body are for method: putProviderAccount. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Circuits"
        ],
        "operationId": "patchProviderAccount",
        "description": "The parameters and request body are for method: patchProviderAccount. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Circuits"
        ],
        "operationId": "deleteProviderAccount",
        "description": "The parameters and request body are for method: deleteProviderAccount. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/circuits/virtual-circuit-terminations/": {
      "get": {
        "tags": [
          "Circuits"
        ],
        "operationId": "getVirtualCircuitTerminationList",
        "description": "The parameters and request body are for method: getVirtualCircuitTerminationList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "created",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdEmpty",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdByRequest",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "description",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionEmpty",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionIc",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionIe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionIew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionIsw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionNic",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionNie",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionNiew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionNisw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "id",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idEmpty",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "interfaceId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "interfaceIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdated",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedEmpty",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "modifiedByRequest",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ordering",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "provider",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "providerN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "providerAccount",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "providerAccountN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "providerAccountId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "providerAccountIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "providerId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "providerIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "providerNetworkId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "providerNetworkIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "q",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "role",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "roleEmpty",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "roleIc",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "roleIe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "roleIew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "roleIsw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "roleN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "roleNic",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "roleNie",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "roleNiew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "roleNisw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tag",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tagN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "updatedByRequest",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "virtualCircuitId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "virtualCircuitIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Circuits"
        ],
        "operationId": "postVirtualCircuitTerminationList",
        "description": "The parameters and request body are for method: postVirtualCircuitTerminationList. 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"
              }
            }
          }
        }
      },
      "put": {
        "tags": [
          "Circuits"
        ],
        "operationId": "putVirtualCircuitTerminationList",
        "description": "The parameters and request body are for method: putVirtualCircuitTerminationList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Circuits"
        ],
        "operationId": "patchVirtualCircuitTerminationList",
        "description": "The parameters and request body are for method: patchVirtualCircuitTerminationList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Circuits"
        ],
        "operationId": "deleteVirtualCircuitTerminationList",
        "description": "The parameters and request body are for method: deleteVirtualCircuitTerminationList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/circuits/virtual-circuit-terminations/{id}/": {
      "get": {
        "tags": [
          "Circuits"
        ],
        "operationId": "getVirtualCircuitTermination",
        "description": "The parameters and request body are for method: getVirtualCircuitTermination. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Circuits"
        ],
        "operationId": "putVirtualCircuitTermination",
        "description": "The parameters and request body are for method: putVirtualCircuitTermination. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Circuits"
        ],
        "operationId": "patchVirtualCircuitTermination",
        "description": "The parameters and request body are for method: patchVirtualCircuitTermination. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Circuits"
        ],
        "operationId": "deleteVirtualCircuitTermination",
        "description": "The parameters and request body are for method: deleteVirtualCircuitTermination. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/circuits/virtual-circuit-terminations/{id}/paths/": {
      "get": {
        "tags": [
          "Circuits"
        ],
        "operationId": "getVirtualCircuitTerminationPaths",
        "description": "The parameters and request body are for method: getVirtualCircuitTerminationPaths. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/circuits/virtual-circuit-types/": {
      "get": {
        "tags": [
          "Circuits"
        ],
        "operationId": "getVirtualCircuitTypeList",
        "description": "The parameters and request body are for method: getVirtualCircuitTypeList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "color",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "colorEmpty",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "colorIc",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "colorIe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "colorIew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "colorIsw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "colorN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "colorNic",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "colorNie",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "colorNiew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "colorNisw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "created",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdEmpty",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdByRequest",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "description",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionEmpty",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionIc",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionIe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionIew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionIsw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionNic",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionNie",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionNiew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionNisw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "id",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idEmpty",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdated",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedEmpty",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "modifiedByRequest",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "name",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameEmpty",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIc",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIsw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNic",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNie",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNiew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNisw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ordering",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "q",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slug",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slugEmpty",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slugIc",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slugIe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slugIew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slugIsw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slugN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slugNic",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slugNie",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slugNiew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slugNisw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tag",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tagN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "updatedByRequest",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Circuits"
        ],
        "operationId": "postVirtualCircuitTypeList",
        "description": "The parameters and request body are for method: postVirtualCircuitTypeList. 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"
              }
            }
          }
        }
      },
      "put": {
        "tags": [
          "Circuits"
        ],
        "operationId": "putVirtualCircuitTypeList",
        "description": "The parameters and request body are for method: putVirtualCircuitTypeList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Circuits"
        ],
        "operationId": "patchVirtualCircuitTypeList",
        "description": "The parameters and request body are for method: patchVirtualCircuitTypeList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Circuits"
        ],
        "operationId": "deleteVirtualCircuitTypeList",
        "description": "The parameters and request body are for method: deleteVirtualCircuitTypeList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/circuits/virtual-circuit-types/{id}/": {
      "get": {
        "tags": [
          "Circuits"
        ],
        "operationId": "getVirtualCircuitType",
        "description": "The parameters and request body are for method: getVirtualCircuitType. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Circuits"
        ],
        "operationId": "putVirtualCircuitType",
        "description": "The parameters and request body are for method: putVirtualCircuitType. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Circuits"
        ],
        "operationId": "patchVirtualCircuitType",
        "description": "The parameters and request body are for method: patchVirtualCircuitType. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Circuits"
        ],
        "operationId": "deleteVirtualCircuitType",
        "description": "The parameters and request body are for method: deleteVirtualCircuitType. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/circuits/virtual-circuits/": {
      "get": {
        "tags": [
          "Circuits"
        ],
        "operationId": "getVirtualCircuitList",
        "description": "The parameters and request body are for method: getVirtualCircuitList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "cid",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "cidEmpty",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "cidIc",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "cidIe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "cidIew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "cidIsw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "cidN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "cidNic",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "cidNie",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "cidNiew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "cidNisw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "created",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdEmpty",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdByRequest",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "description",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionEmpty",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionIc",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionIe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionIew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionIsw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionNic",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionNie",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionNiew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionNisw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "id",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idEmpty",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdated",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedEmpty",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "modifiedByRequest",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ordering",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "provider",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "providerN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "providerAccount",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "providerAccountN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "providerAccountId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "providerAccountIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "providerId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "providerIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "providerNetworkId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "providerNetworkIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "q",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "status",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "statusEmpty",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "statusIc",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "statusIe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "statusIew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "statusIsw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "statusN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "statusNic",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "statusNie",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "statusNiew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "statusNisw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tag",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tagN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tenant",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tenantN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tenantGroup",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tenantGroupN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tenantGroupId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tenantGroupIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tenantId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tenantIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "type",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "typeN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "typeId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "typeIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "updatedByRequest",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Circuits"
        ],
        "operationId": "postVirtualCircuitList",
        "description": "The parameters and request body are for method: postVirtualCircuitList. 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"
              }
            }
          }
        }
      },
      "put": {
        "tags": [
          "Circuits"
        ],
        "operationId": "putVirtualCircuitList",
        "description": "The parameters and request body are for method: putVirtualCircuitList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Circuits"
        ],
        "operationId": "patchVirtualCircuitList",
        "description": "The parameters and request body are for method: patchVirtualCircuitList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Circuits"
        ],
        "operationId": "deleteVirtualCircuitList",
        "description": "The parameters and request body are for method: deleteVirtualCircuitList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/circuits/virtual-circuits/{id}/": {
      "get": {
        "tags": [
          "Circuits"
        ],
        "operationId": "getVirtualCircuit",
        "description": "The parameters and request body are for method: getVirtualCircuit. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Circuits"
        ],
        "operationId": "putVirtualCircuit",
        "description": "The parameters and request body are for method: putVirtualCircuit. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Circuits"
        ],
        "operationId": "patchVirtualCircuit",
        "description": "The parameters and request body are for method: patchVirtualCircuit. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Circuits"
        ],
        "operationId": "deleteVirtualCircuit",
        "description": "The parameters and request body are for method: deleteVirtualCircuit. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/core/background-queues/": {
      "get": {
        "tags": [
          "Core"
        ],
        "operationId": "getBackgroundQueuesList",
        "description": "The parameters and request body are for method: getBackgroundQueuesList. 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": {}
            }
          }
        }
      }
    },
    "/core/background-queues/{name}/": {
      "get": {
        "tags": [
          "Core"
        ],
        "operationId": "getBackgroundQueue",
        "description": "The parameters and request body are for method: getBackgroundQueue. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "name",
            "in": "path",
            "required": true,
            "schema": {
              "title": "name",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/core/background-tasks/": {
      "get": {
        "tags": [
          "Core"
        ],
        "operationId": "getBackgroundTasksList",
        "description": "The parameters and request body are for method: getBackgroundTasksList. 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": {}
            }
          }
        }
      }
    },
    "/core/background-tasks/{id}/": {
      "get": {
        "tags": [
          "Core"
        ],
        "operationId": "getBackgroundTask",
        "description": "The parameters and request body are for method: getBackgroundTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/core/background-tasks/{id}/delete/": {
      "post": {
        "tags": [
          "Core"
        ],
        "operationId": "deleteBackgroundTask",
        "description": "The parameters and request body are for method: deleteBackgroundTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/core/background-tasks/{id}/enqueue/": {
      "post": {
        "tags": [
          "Core"
        ],
        "operationId": "enqueueBackgroundTask",
        "description": "The parameters and request body are for method: enqueueBackgroundTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/core/background-tasks/{id}/requeue/": {
      "post": {
        "tags": [
          "Core"
        ],
        "operationId": "requeueBackgroundTask",
        "description": "The parameters and request body are for method: requeueBackgroundTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/core/background-tasks/{id}/stop/": {
      "post": {
        "tags": [
          "Core"
        ],
        "operationId": "stopBackgroundTask",
        "description": "The parameters and request body are for method: stopBackgroundTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/core/background-workers/": {
      "get": {
        "tags": [
          "Core"
        ],
        "operationId": "getBackgroundWorkersList",
        "description": "The parameters and request body are for method: getBackgroundWorkersList. 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": {}
            }
          }
        }
      }
    },
    "/core/background-workers/{name}/": {
      "get": {
        "tags": [
          "Core"
        ],
        "operationId": "getBackgroundWorker",
        "description": "The parameters and request body are for method: getBackgroundWorker. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "name",
            "in": "path",
            "required": true,
            "schema": {
              "title": "name",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/core/data-files/": {
      "get": {
        "tags": [
          "Core"
        ],
        "operationId": "getDataFilesList",
        "description": "The parameters and request body are for method: getDataFilesList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "created",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdEmpty",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdByRequest",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "hash",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "hashEmpty",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "hashIc",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "hashIe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "hashIew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "hashIsw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "hashN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "hashNic",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "hashNie",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "hashNiew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "hashNisw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "id",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idEmpty",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdated",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedEmpty",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "modifiedByRequest",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ordering",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "pathParam",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "pathEmpty",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "pathIc",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "pathIe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "pathIew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "pathIsw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "pathN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "pathNic",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "pathNie",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "pathNiew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "pathNisw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "q",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "size",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "sizeEmpty",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "sizeGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "sizeGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "sizeLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "sizeLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "sizeN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "source",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "sourceN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "sourceId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "sourceIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "updatedByRequest",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/core/data-files/{id}/": {
      "get": {
        "tags": [
          "Core"
        ],
        "operationId": "getDataFile",
        "description": "The parameters and request body are for method: getDataFile. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/core/data-sources/": {
      "get": {
        "tags": [
          "Core"
        ],
        "operationId": "getDataSourceList",
        "description": "The parameters and request body are for method: getDataSourceList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "created",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdEmpty",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdByRequest",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "description",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionEmpty",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionIc",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionIe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionIew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionIsw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionNic",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionNie",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionNiew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionNisw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "enabled",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "id",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idEmpty",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastSynced",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastSyncedEmpty",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastSyncedGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastSyncedGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastSyncedLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastSyncedLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastSyncedN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdated",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedEmpty",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "modifiedByRequest",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "name",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameEmpty",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIc",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIsw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNic",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNie",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNiew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNisw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ordering",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "q",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "sourceUrl",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "sourceUrlEmpty",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "sourceUrlIc",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "sourceUrlIe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "sourceUrlIew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "sourceUrlIsw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "sourceUrlN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "sourceUrlNic",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "sourceUrlNie",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "sourceUrlNiew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "sourceUrlNisw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "status",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "statusEmpty",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "statusIc",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "statusIe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "statusIew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "statusIsw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "statusN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "statusNic",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "statusNie",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "statusNiew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "statusNisw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tag",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tagN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "type",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "typeEmpty",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "typeIc",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "typeIe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "typeIew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "typeIsw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "typeN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "typeNic",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "typeNie",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "typeNiew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "typeNisw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "updatedByRequest",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Core"
        ],
        "operationId": "postDataSourceList",
        "description": "The parameters and request body are for method: postDataSourceList. 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"
              }
            }
          }
        }
      },
      "put": {
        "tags": [
          "Core"
        ],
        "operationId": "putDataSourceList",
        "description": "The parameters and request body are for method: putDataSourceList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Core"
        ],
        "operationId": "patchDataSourceList",
        "description": "The parameters and request body are for method: patchDataSourceList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Core"
        ],
        "operationId": "deleteDataSourceList",
        "description": "The parameters and request body are for method: deleteDataSourceList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/core/data-sources/{id}/": {
      "get": {
        "tags": [
          "Core"
        ],
        "operationId": "getDataSource",
        "description": "The parameters and request body are for method: getDataSource. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Core"
        ],
        "operationId": "putDataSource",
        "description": "The parameters and request body are for method: putDataSource. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Core"
        ],
        "operationId": "patchDataSource",
        "description": "The parameters and request body are for method: patchDataSource. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Core"
        ],
        "operationId": "deleteDataSource",
        "description": "The parameters and request body are for method: deleteDataSource. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/core/data-sources/{id}/sync/": {
      "post": {
        "tags": [
          "Core"
        ],
        "operationId": "syncDataSource",
        "description": "The parameters and request body are for method: syncDataSource. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/core/jobs/": {
      "get": {
        "tags": [
          "Core"
        ],
        "operationId": "getJobResultsList",
        "description": "The parameters and request body are for method: getJobResultsList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "completed",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "completedAfter",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "completedBefore",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "created",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdAfter",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdBefore",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "id",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idEmpty",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "interval",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "intervalEmpty",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "intervalGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "intervalGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "intervalLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "intervalLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "intervalN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "jobId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "name",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameEmpty",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIc",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIsw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNic",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNie",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNiew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNisw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "objectId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "objectIdEmpty",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "objectIdGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "objectIdGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "objectIdLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "objectIdLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "objectIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "objectType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "objectTypeN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ordering",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "q",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "scheduled",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "scheduledAfter",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "scheduledBefore",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "started",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "startedAfter",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "startedBefore",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "status",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "statusEmpty",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "statusIc",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "statusIe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "statusIew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "statusIsw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "statusN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "statusNic",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "statusNie",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "statusNiew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "statusNisw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "user",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "userN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/core/jobs/{id}/": {
      "get": {
        "tags": [
          "Core"
        ],
        "operationId": "getJobResult",
        "description": "The parameters and request body are for method: getJobResult. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/core/object-changes/": {
      "get": {
        "tags": [
          "Core"
        ],
        "operationId": "getObjectChangesList",
        "description": "The parameters and request body are for method: getObjectChangesList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "action",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "changedObjectId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "changedObjectIdEmpty",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "changedObjectIdGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "changedObjectIdGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "changedObjectIdLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "changedObjectIdLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "changedObjectIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "changedObjectType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "changedObjectTypeN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "changedObjectTypeId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "changedObjectTypeIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "id",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idEmpty",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "objectRepr",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "objectReprEmpty",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "objectReprIc",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "objectReprIe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "objectReprIew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "objectReprIsw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "objectReprN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "objectReprNic",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "objectReprNie",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "objectReprNiew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "objectReprNisw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ordering",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "q",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "relatedObjectId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "relatedObjectIdEmpty",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "relatedObjectIdGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "relatedObjectIdGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "relatedObjectIdLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "relatedObjectIdLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "relatedObjectIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "relatedObjectType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "relatedObjectTypeN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "requestId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "timeAfter",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "timeBefore",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "user",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "userN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "userId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "userIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "userName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "userNameEmpty",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "userNameIc",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "userNameIe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "userNameIew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "userNameIsw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "userNameN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "userNameNic",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "userNameNie",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "userNameNiew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "userNameNisw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/core/object-changes/{id}/": {
      "get": {
        "tags": [
          "Core"
        ],
        "operationId": "getObjectChange",
        "description": "The parameters and request body are for method: getObjectChange. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/dcim/devices/{id}/render-config/": {
      "post": {
        "tags": [
          "Dcim"
        ],
        "operationId": "renderDeviceConfig",
        "description": "The parameters and request body are for method: renderDeviceConfig. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          },
          {
            "name": "format",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/dcim/mac-addresses/": {
      "get": {
        "tags": [
          "Dcim"
        ],
        "operationId": "getMacAddressList",
        "description": "The parameters and request body are for method: getMacAddressList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "assignedObjectId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "assignedObjectIdEmpty",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "assignedObjectIdGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "assignedObjectIdGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "assignedObjectIdLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "assignedObjectIdLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "assignedObjectIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "assignedObjectType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "assignedObjectTypeN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "created",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdEmpty",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdByRequest",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "description",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionEmpty",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionIc",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionIe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionIew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionIsw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionNic",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionNie",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionNiew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionNisw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "device",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "deviceId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "id",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idEmpty",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "interfaceParam",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "interfaceN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "interfaceId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "interfaceIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdated",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedEmpty",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "macAddress",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "macAddressIc",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "macAddressIe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "macAddressIew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "macAddressIsw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "macAddressN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "macAddressNic",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "macAddressNie",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "macAddressNiew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "macAddressNisw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "modifiedByRequest",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ordering",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "q",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tag",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tagN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "updatedByRequest",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "virtualMachine",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "virtualMachineId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "vminterface",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "vminterfaceN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "vminterfaceId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "vminterfaceIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Dcim"
        ],
        "operationId": "postMacAddressList",
        "description": "The parameters and request body are for method: postMacAddressList. 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"
              }
            }
          }
        }
      },
      "put": {
        "tags": [
          "Dcim"
        ],
        "operationId": "putMacAddressList",
        "description": "The parameters and request body are for method: putMacAddressList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Dcim"
        ],
        "operationId": "patchMacAddressList",
        "description": "The parameters and request body are for method: patchMacAddressList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Dcim"
        ],
        "operationId": "deleteMacAddressList",
        "description": "The parameters and request body are for method: deleteMacAddressList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/dcim/mac-addresses/{id}/": {
      "get": {
        "tags": [
          "Dcim"
        ],
        "operationId": "getMacAddress",
        "description": "The parameters and request body are for method: getMacAddress. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Dcim"
        ],
        "operationId": "putMacAddress",
        "description": "The parameters and request body are for method: putMacAddress. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Dcim"
        ],
        "operationId": "patchMacAddress",
        "description": "The parameters and request body are for method: patchMacAddress. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Dcim"
        ],
        "operationId": "deleteMacAddress",
        "description": "The parameters and request body are for method: deleteMacAddress. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/dcim/rack-types/": {
      "get": {
        "tags": [
          "Dcim"
        ],
        "operationId": "getRackTypeList",
        "description": "The parameters and request body are for method: getRackTypeList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "created",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdEmpty",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdByRequest",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descUnits",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "description",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionEmpty",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionIc",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionIe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionIew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionIsw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionNic",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionNie",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionNiew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionNisw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "formFactor",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "formFactorEmpty",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "formFactorIc",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "formFactorIe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "formFactorIew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "formFactorIsw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "formFactorN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "formFactorNic",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "formFactorNie",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "formFactorNiew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "formFactorNisw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "id",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idEmpty",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdated",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedEmpty",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "manufacturer",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "manufacturerN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "manufacturerId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "manufacturerIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "maxWeight",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "maxWeightEmpty",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "maxWeightGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "maxWeightGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "maxWeightLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "maxWeightLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "maxWeightN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "model",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "modelEmpty",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "modelIc",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "modelIe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "modelIew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "modelIsw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "modelN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "modelNic",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "modelNie",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "modelNiew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "modelNisw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "modifiedByRequest",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "mountingDepth",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "mountingDepthEmpty",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "mountingDepthGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "mountingDepthGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "mountingDepthLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "mountingDepthLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "mountingDepthN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ordering",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "outerDepth",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "outerDepthEmpty",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "outerDepthGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "outerDepthGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "outerDepthLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "outerDepthLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "outerDepthN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "outerUnit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "outerWidth",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "outerWidthEmpty",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "outerWidthGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "outerWidthGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "outerWidthLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "outerWidthLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "outerWidthN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "q",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slug",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slugEmpty",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slugIc",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slugIe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slugIew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slugIsw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slugN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slugNic",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slugNie",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slugNiew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slugNisw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "startingUnit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "startingUnitEmpty",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "startingUnitGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "startingUnitGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "startingUnitLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "startingUnitLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "startingUnitN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tag",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tagN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "uHeight",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "uHeightEmpty",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "uHeightGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "uHeightGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "uHeightLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "uHeightLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "uHeightN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "updatedByRequest",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "weight",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "weightEmpty",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "weightGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "weightGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "weightLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "weightLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "weightN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "weightUnit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "width",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "widthIc",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "widthIe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "widthIew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "widthIsw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "widthN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "widthNic",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "widthNie",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "widthNiew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "widthNisw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Dcim"
        ],
        "operationId": "postRackTypeList",
        "description": "The parameters and request body are for method: postRackTypeList. 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"
              }
            }
          }
        }
      },
      "put": {
        "tags": [
          "Dcim"
        ],
        "operationId": "putRackTypeList",
        "description": "The parameters and request body are for method: putRackTypeList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Dcim"
        ],
        "operationId": "patchRackTypeList",
        "description": "The parameters and request body are for method: patchRackTypeList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Dcim"
        ],
        "operationId": "deleteRackTypeList",
        "description": "The parameters and request body are for method: deleteRackTypeList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/dcim/rack-types/{id}/": {
      "get": {
        "tags": [
          "Dcim"
        ],
        "operationId": "getRackType",
        "description": "The parameters and request body are for method: getRackType. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Dcim"
        ],
        "operationId": "putRackType",
        "description": "The parameters and request body are for method: putRackType. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Dcim"
        ],
        "operationId": "patchRackType",
        "description": "The parameters and request body are for method: patchRackType. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Dcim"
        ],
        "operationId": "deleteRackType",
        "description": "The parameters and request body are for method: deleteRackType. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/extras/bookmarks/": {
      "get": {
        "tags": [
          "Extras"
        ],
        "operationId": "getBookmarkList",
        "description": "The parameters and request body are for method: getBookmarkList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "created",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "id",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idEmpty",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "objectId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "objectIdEmpty",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "objectIdGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "objectIdGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "objectIdLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "objectIdLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "objectIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "objectType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "objectTypeN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "objectTypeId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "objectTypeIdEmpty",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "objectTypeIdGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "objectTypeIdGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "objectTypeIdLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "objectTypeIdLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "objectTypeIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ordering",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "user",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "userN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "userId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "userIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Extras"
        ],
        "operationId": "postBookmarkList",
        "description": "The parameters and request body are for method: postBookmarkList. 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"
              }
            }
          }
        }
      },
      "put": {
        "tags": [
          "Extras"
        ],
        "operationId": "putBookmarkList",
        "description": "The parameters and request body are for method: putBookmarkList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Extras"
        ],
        "operationId": "patchBookmarkList",
        "description": "The parameters and request body are for method: patchBookmarkList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Extras"
        ],
        "operationId": "deleteBookmarkList",
        "description": "The parameters and request body are for method: deleteBookmarkList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/extras/bookmarks/{id}/": {
      "get": {
        "tags": [
          "Extras"
        ],
        "operationId": "getBookmark",
        "description": "The parameters and request body are for method: getBookmark. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Extras"
        ],
        "operationId": "putBookmark",
        "description": "The parameters and request body are for method: putBookmark. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Extras"
        ],
        "operationId": "patchBookmark",
        "description": "The parameters and request body are for method: patchBookmark. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Extras"
        ],
        "operationId": "deleteBookmark",
        "description": "The parameters and request body are for method: deleteBookmark. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/extras/config-contexts/{id}/sync/": {
      "post": {
        "tags": [
          "Extras"
        ],
        "operationId": "syncConfigContext",
        "description": "The parameters and request body are for method: syncConfigContext. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/extras/config-templates/": {
      "get": {
        "tags": [
          "Extras"
        ],
        "operationId": "getConfigTemplateList",
        "description": "The parameters and request body are for method: getConfigTemplateList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "autoSyncEnabled",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "created",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdEmpty",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdByRequest",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "dataFileId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "dataFileIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "dataSourceId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "dataSourceIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "dataSynced",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "dataSyncedEmpty",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "dataSyncedGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "dataSyncedGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "dataSyncedLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "dataSyncedLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "dataSyncedN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "description",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionEmpty",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionIc",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionIe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionIew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionIsw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionNic",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionNie",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionNiew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionNisw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "id",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idEmpty",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdated",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedEmpty",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "modifiedByRequest",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "name",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameEmpty",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIc",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIsw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNic",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNie",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNiew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNisw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ordering",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "q",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tag",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tagN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "updatedByRequest",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Extras"
        ],
        "operationId": "postConfigTemplateList",
        "description": "The parameters and request body are for method: postConfigTemplateList. 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"
              }
            }
          }
        }
      },
      "put": {
        "tags": [
          "Extras"
        ],
        "operationId": "putConfigTemplateList",
        "description": "The parameters and request body are for method: putConfigTemplateList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Extras"
        ],
        "operationId": "patchConfigTemplateList",
        "description": "The parameters and request body are for method: patchConfigTemplateList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Extras"
        ],
        "operationId": "deleteConfigTemplateList",
        "description": "The parameters and request body are for method: deleteConfigTemplateList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/extras/config-templates/{id}/": {
      "get": {
        "tags": [
          "Extras"
        ],
        "operationId": "getConfigTemplate",
        "description": "The parameters and request body are for method: getConfigTemplate. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Extras"
        ],
        "operationId": "putConfigTemplate",
        "description": "The parameters and request body are for method: putConfigTemplate. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Extras"
        ],
        "operationId": "patchConfigTemplate",
        "description": "The parameters and request body are for method: patchConfigTemplate. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Extras"
        ],
        "operationId": "deleteConfigTemplate",
        "description": "The parameters and request body are for method: deleteConfigTemplate. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/extras/config-templates/{id}/render/": {
      "post": {
        "tags": [
          "Extras"
        ],
        "operationId": "renderConfigTemplate",
        "description": "The parameters and request body are for method: renderConfigTemplate. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          },
          {
            "name": "format",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/extras/config-templates/{id}/sync/": {
      "post": {
        "tags": [
          "Extras"
        ],
        "operationId": "syncConfigTemplate",
        "description": "The parameters and request body are for method: syncConfigTemplate. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/extras/custom-field-choice-sets/": {
      "get": {
        "tags": [
          "Extras"
        ],
        "operationId": "getCustomFieldChoiceSetList",
        "description": "The parameters and request body are for method: getCustomFieldChoiceSetList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "baseChoices",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "choice",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "created",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdEmpty",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdByRequest",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "description",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionEmpty",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionIc",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionIe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionIew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionIsw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionNic",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionNie",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionNiew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionNisw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "id",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idEmpty",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdated",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedEmpty",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "modifiedByRequest",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "name",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameEmpty",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIc",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIsw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNic",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNie",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNiew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNisw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "orderAlphabetically",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ordering",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "q",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "updatedByRequest",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Extras"
        ],
        "operationId": "postCustomFieldChoiceSetList",
        "description": "The parameters and request body are for method: postCustomFieldChoiceSetList. 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"
              }
            }
          }
        }
      },
      "put": {
        "tags": [
          "Extras"
        ],
        "operationId": "putCustomFieldChoiceSetList",
        "description": "The parameters and request body are for method: putCustomFieldChoiceSetList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Extras"
        ],
        "operationId": "patchCustomFieldChoiceSetList",
        "description": "The parameters and request body are for method: patchCustomFieldChoiceSetList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Extras"
        ],
        "operationId": "deleteCustomFieldChoiceSetList",
        "description": "The parameters and request body are for method: deleteCustomFieldChoiceSetList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/extras/custom-field-choice-sets/{id}/": {
      "get": {
        "tags": [
          "Extras"
        ],
        "operationId": "getCustomFieldChoiceSet",
        "description": "The parameters and request body are for method: getCustomFieldChoiceSet. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Extras"
        ],
        "operationId": "putCustomFieldChoiceSet",
        "description": "The parameters and request body are for method: putCustomFieldChoiceSet. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Extras"
        ],
        "operationId": "patchCustomFieldChoiceSet",
        "description": "The parameters and request body are for method: patchCustomFieldChoiceSet. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Extras"
        ],
        "operationId": "deleteCustomFieldChoiceSet",
        "description": "The parameters and request body are for method: deleteCustomFieldChoiceSet. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/extras/custom-field-choice-sets/{id}/choices/": {
      "get": {
        "tags": [
          "Extras"
        ],
        "operationId": "getCustomFieldChoices",
        "description": "The parameters and request body are for method: getCustomFieldChoices. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/extras/dashboard/": {
      "get": {
        "tags": [
          "Extras"
        ],
        "operationId": "getDashboard",
        "description": "The parameters and request body are for method: getDashboard. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Extras"
        ],
        "operationId": "putDashboard",
        "description": "The parameters and request body are for method: putDashboard. 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"
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Extras"
        ],
        "operationId": "patchDashboard",
        "description": "The parameters and request body are for method: patchDashboard. 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"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Extras"
        ],
        "operationId": "deleteDashboard",
        "description": "The parameters and request body are for method: deleteDashboard. 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": {}
            }
          }
        }
      }
    },
    "/extras/event-rules/": {
      "get": {
        "tags": [
          "Extras"
        ],
        "operationId": "getEventRuleList",
        "description": "The parameters and request body are for method: getEventRuleList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "actionObjectId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "actionObjectIdEmpty",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "actionObjectIdGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "actionObjectIdGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "actionObjectIdLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "actionObjectIdLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "actionObjectIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "actionObjectType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "actionObjectTypeN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "actionType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "actionTypeEmpty",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "actionTypeIc",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "actionTypeIe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "actionTypeIew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "actionTypeIsw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "actionTypeN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "actionTypeNic",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "actionTypeNie",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "actionTypeNiew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "actionTypeNisw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "created",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdEmpty",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdByRequest",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "description",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionEmpty",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionIc",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionIe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionIew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionIsw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionNic",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionNie",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionNiew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionNisw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "enabled",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "eventType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "id",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idEmpty",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdated",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedEmpty",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "modifiedByRequest",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "name",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameEmpty",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIc",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIsw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNic",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNie",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNiew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNisw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "objectType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "objectTypeIc",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "objectTypeIe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "objectTypeIew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "objectTypeIsw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "objectTypeN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "objectTypeNic",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "objectTypeNie",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "objectTypeNiew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "objectTypeNisw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "objectTypeId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "objectTypeIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ordering",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "q",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tag",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tagN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "updatedByRequest",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Extras"
        ],
        "operationId": "postEventRuleList",
        "description": "The parameters and request body are for method: postEventRuleList. 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"
              }
            }
          }
        }
      },
      "put": {
        "tags": [
          "Extras"
        ],
        "operationId": "putEventRuleList",
        "description": "The parameters and request body are for method: putEventRuleList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Extras"
        ],
        "operationId": "patchEventRuleList",
        "description": "The parameters and request body are for method: patchEventRuleList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Extras"
        ],
        "operationId": "deleteEventRuleList",
        "description": "The parameters and request body are for method: deleteEventRuleList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/extras/event-rules/{id}/": {
      "get": {
        "tags": [
          "Extras"
        ],
        "operationId": "getEventRule",
        "description": "The parameters and request body are for method: getEventRule. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Extras"
        ],
        "operationId": "putEventRule",
        "description": "The parameters and request body are for method: putEventRule. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Extras"
        ],
        "operationId": "patchEventRule",
        "description": "The parameters and request body are for method: patchEventRule. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Extras"
        ],
        "operationId": "deleteEventRule",
        "description": "The parameters and request body are for method: deleteEventRule. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/extras/export-templates/{id}/sync/": {
      "post": {
        "tags": [
          "Extras"
        ],
        "operationId": "syncExportTemplate",
        "description": "The parameters and request body are for method: syncExportTemplate. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/extras/notification-groups/": {
      "get": {
        "tags": [
          "Extras"
        ],
        "operationId": "getNotificationGroupList",
        "description": "The parameters and request body are for method: getNotificationGroupList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ordering",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Extras"
        ],
        "operationId": "postNotificationGroupList",
        "description": "The parameters and request body are for method: postNotificationGroupList. 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"
              }
            }
          }
        }
      },
      "put": {
        "tags": [
          "Extras"
        ],
        "operationId": "putNotificationGroupList",
        "description": "The parameters and request body are for method: putNotificationGroupList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Extras"
        ],
        "operationId": "patchNotificationGroupList",
        "description": "The parameters and request body are for method: patchNotificationGroupList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Extras"
        ],
        "operationId": "deleteNotificationGroupList",
        "description": "The parameters and request body are for method: deleteNotificationGroupList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/extras/notification-groups/{id}/": {
      "get": {
        "tags": [
          "Extras"
        ],
        "operationId": "getNotificationGroup",
        "description": "The parameters and request body are for method: getNotificationGroup. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Extras"
        ],
        "operationId": "putNotificationGroup",
        "description": "The parameters and request body are for method: putNotificationGroup. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Extras"
        ],
        "operationId": "patchNotificationGroup",
        "description": "The parameters and request body are for method: patchNotificationGroup. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Extras"
        ],
        "operationId": "deleteNotificationGroup",
        "description": "The parameters and request body are for method: deleteNotificationGroup. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/extras/notifications/": {
      "get": {
        "tags": [
          "Extras"
        ],
        "operationId": "getNotificationList",
        "description": "The parameters and request body are for method: getNotificationList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ordering",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Extras"
        ],
        "operationId": "postNotificationList",
        "description": "The parameters and request body are for method: postNotificationList. 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"
              }
            }
          }
        }
      },
      "put": {
        "tags": [
          "Extras"
        ],
        "operationId": "putNotificationList",
        "description": "The parameters and request body are for method: putNotificationList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Extras"
        ],
        "operationId": "patchNotificationList",
        "description": "The parameters and request body are for method: patchNotificationList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Extras"
        ],
        "operationId": "deleteNotificationList",
        "description": "The parameters and request body are for method: deleteNotificationList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/extras/notifications/{id}/": {
      "get": {
        "tags": [
          "Extras"
        ],
        "operationId": "getNotification",
        "description": "The parameters and request body are for method: getNotification. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Extras"
        ],
        "operationId": "putNotification",
        "description": "The parameters and request body are for method: putNotification. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Extras"
        ],
        "operationId": "patchNotification",
        "description": "The parameters and request body are for method: patchNotification. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Extras"
        ],
        "operationId": "deleteNotification",
        "description": "The parameters and request body are for method: deleteNotification. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/extras/object-types/": {
      "get": {
        "tags": [
          "Extras"
        ],
        "operationId": "getObjectTypesList",
        "description": "The parameters and request body are for method: getObjectTypesList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "appLabel",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "id",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "model",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ordering",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "q",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/extras/object-types/{id}/": {
      "get": {
        "tags": [
          "Extras"
        ],
        "operationId": "getObjectType",
        "description": "The parameters and request body are for method: getObjectType. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/extras/subscriptions/": {
      "get": {
        "tags": [
          "Extras"
        ],
        "operationId": "getSubscriptionList",
        "description": "The parameters and request body are for method: getSubscriptionList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ordering",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Extras"
        ],
        "operationId": "postSubscriptionList",
        "description": "The parameters and request body are for method: postSubscriptionList. 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"
              }
            }
          }
        }
      },
      "put": {
        "tags": [
          "Extras"
        ],
        "operationId": "putSubscriptionList",
        "description": "The parameters and request body are for method: putSubscriptionList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Extras"
        ],
        "operationId": "patchSubscriptionList",
        "description": "The parameters and request body are for method: patchSubscriptionList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Extras"
        ],
        "operationId": "deleteSubscriptionList",
        "description": "The parameters and request body are for method: deleteSubscriptionList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/extras/subscriptions/{id}/": {
      "get": {
        "tags": [
          "Extras"
        ],
        "operationId": "getSubscription",
        "description": "The parameters and request body are for method: getSubscription. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Extras"
        ],
        "operationId": "putSubscription",
        "description": "The parameters and request body are for method: putSubscription. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Extras"
        ],
        "operationId": "patchSubscription",
        "description": "The parameters and request body are for method: patchSubscription. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Extras"
        ],
        "operationId": "deleteSubscription",
        "description": "The parameters and request body are for method: deleteSubscription. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/ipam/asn-ranges/": {
      "get": {
        "tags": [
          "Ipam"
        ],
        "operationId": "getAsnRangeList",
        "description": "The parameters and request body are for method: getAsnRangeList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "created",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdEmpty",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdByRequest",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "description",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionEmpty",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionIc",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionIe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionIew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionIsw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionNic",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionNie",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionNiew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionNisw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "end",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "endEmpty",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "endGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "endGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "endLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "endLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "endN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "id",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idEmpty",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdated",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedEmpty",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "modifiedByRequest",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "name",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameEmpty",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIc",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIsw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNic",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNie",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNiew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNisw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ordering",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "q",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "rir",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "rirN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "rirId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "rirIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slug",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slugEmpty",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slugIc",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slugIe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slugIew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slugIsw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slugN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slugNic",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slugNie",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slugNiew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slugNisw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "start",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "startEmpty",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "startGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "startGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "startLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "startLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "startN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tag",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tagN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tenant",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tenantN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tenantGroup",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tenantGroupN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tenantGroupId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tenantGroupIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tenantId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tenantIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "updatedByRequest",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Ipam"
        ],
        "operationId": "postAsnRangeList",
        "description": "The parameters and request body are for method: postAsnRangeList. 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"
              }
            }
          }
        }
      },
      "put": {
        "tags": [
          "Ipam"
        ],
        "operationId": "putAsnRangeList",
        "description": "The parameters and request body are for method: putAsnRangeList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Ipam"
        ],
        "operationId": "patchAsnRangeList",
        "description": "The parameters and request body are for method: patchAsnRangeList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Ipam"
        ],
        "operationId": "deleteAsnRangeList",
        "description": "The parameters and request body are for method: deleteAsnRangeList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/ipam/asn-ranges/{id}/": {
      "get": {
        "tags": [
          "Ipam"
        ],
        "operationId": "getAsnRange",
        "description": "The parameters and request body are for method: getAsnRange. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Ipam"
        ],
        "operationId": "putAsnRange",
        "description": "The parameters and request body are for method: putAsnRange. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Ipam"
        ],
        "operationId": "patchAsnRange",
        "description": "The parameters and request body are for method: patchAsnRange. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Ipam"
        ],
        "operationId": "deleteAsnRange",
        "description": "The parameters and request body are for method: deleteAsnRange. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/ipam/asn-ranges/{id}/available-asns/": {
      "get": {
        "tags": [
          "Ipam"
        ],
        "operationId": "getAvailableAsnsList",
        "description": "The parameters and request body are for method: getAvailableAsnsList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Ipam"
        ],
        "operationId": "postAvailableAsn",
        "description": "The parameters and request body are for method: postAvailableAsn. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/ipam/vlan-translation-policies/": {
      "get": {
        "tags": [
          "Ipam"
        ],
        "operationId": "getVlanTranslationPolicyList",
        "description": "The parameters and request body are for method: getVlanTranslationPolicyList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "created",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdEmpty",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdByRequest",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "description",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionEmpty",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionIc",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionIe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionIew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionIsw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionNic",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionNie",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionNiew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionNisw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "id",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idEmpty",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdated",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedEmpty",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "modifiedByRequest",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "name",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameEmpty",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIc",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIsw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNic",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNie",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNiew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNisw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ordering",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "q",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tag",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tagN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "updatedByRequest",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Ipam"
        ],
        "operationId": "postVlanTranslationPolicyList",
        "description": "The parameters and request body are for method: postVlanTranslationPolicyList. 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"
              }
            }
          }
        }
      },
      "put": {
        "tags": [
          "Ipam"
        ],
        "operationId": "putVlanTranslationPolicyList",
        "description": "The parameters and request body are for method: putVlanTranslationPolicyList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Ipam"
        ],
        "operationId": "patchVlanTranslationPolicyList",
        "description": "The parameters and request body are for method: patchVlanTranslationPolicyList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Ipam"
        ],
        "operationId": "deleteVlanTranslationPolicyList",
        "description": "The parameters and request body are for method: deleteVlanTranslationPolicyList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/ipam/vlan-translation-policies/{id}/": {
      "get": {
        "tags": [
          "Ipam"
        ],
        "operationId": "getVlanTranslationPolicy",
        "description": "The parameters and request body are for method: getVlanTranslationPolicy. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Ipam"
        ],
        "operationId": "putVlanTranslationPolicy",
        "description": "The parameters and request body are for method: putVlanTranslationPolicy. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Ipam"
        ],
        "operationId": "patchVlanTranslationPolicy",
        "description": "The parameters and request body are for method: patchVlanTranslationPolicy. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Ipam"
        ],
        "operationId": "deleteVlanTranslationPolicy",
        "description": "The parameters and request body are for method: deleteVlanTranslationPolicy. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/ipam/vlan-translation-rules/": {
      "get": {
        "tags": [
          "Ipam"
        ],
        "operationId": "getVlanTranslationRuleList",
        "description": "The parameters and request body are for method: getVlanTranslationRuleList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "created",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdEmpty",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdByRequest",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "description",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionEmpty",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionIc",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionIe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionIew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionIsw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionNic",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionNie",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionNiew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionNisw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "id",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idEmpty",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdated",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedEmpty",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "localVid",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "localVidEmpty",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "localVidGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "localVidGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "localVidLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "localVidLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "localVidN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "modifiedByRequest",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ordering",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "policy",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "policyN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "policyId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "policyIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "q",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "remoteVid",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "remoteVidEmpty",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "remoteVidGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "remoteVidGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "remoteVidLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "remoteVidLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "remoteVidN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tag",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tagN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "updatedByRequest",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Ipam"
        ],
        "operationId": "postVlanTranslationRuleList",
        "description": "The parameters and request body are for method: postVlanTranslationRuleList. 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"
              }
            }
          }
        }
      },
      "put": {
        "tags": [
          "Ipam"
        ],
        "operationId": "putVlanTranslationRuleList",
        "description": "The parameters and request body are for method: putVlanTranslationRuleList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Ipam"
        ],
        "operationId": "patchVlanTranslationRuleList",
        "description": "The parameters and request body are for method: patchVlanTranslationRuleList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Ipam"
        ],
        "operationId": "deleteVlanTranslationRuleList",
        "description": "The parameters and request body are for method: deleteVlanTranslationRuleList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/ipam/vlan-translation-rules/{id}/": {
      "get": {
        "tags": [
          "Ipam"
        ],
        "operationId": "getVlanTranslationRule",
        "description": "The parameters and request body are for method: getVlanTranslationRule. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Ipam"
        ],
        "operationId": "putVlanTranslationRule",
        "description": "The parameters and request body are for method: putVlanTranslationRule. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Ipam"
        ],
        "operationId": "patchVlanTranslationRule",
        "description": "The parameters and request body are for method: patchVlanTranslationRule. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Ipam"
        ],
        "operationId": "deleteVlanTranslationRule",
        "description": "The parameters and request body are for method: deleteVlanTranslationRule. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/schema/": {
      "get": {
        "tags": [
          "Schema"
        ],
        "operationId": "getSchema",
        "description": "The parameters and request body are for method: getSchema. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "format",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lang",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/virtualization/virtual-disks/": {
      "get": {
        "tags": [
          "Virtualization"
        ],
        "operationId": "getVirtualDiskList",
        "description": "The parameters and request body are for method: getVirtualDiskList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "created",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdEmpty",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdByRequest",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "description",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionEmpty",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionIc",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionIe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionIew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionIsw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionNic",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionNie",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionNiew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionNisw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "id",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idEmpty",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdated",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedEmpty",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "modifiedByRequest",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "name",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameEmpty",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIc",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIsw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNic",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNie",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNiew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNisw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ordering",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "q",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "size",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "sizeEmpty",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "sizeGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "sizeGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "sizeLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "sizeLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "sizeN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tag",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tagN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "updatedByRequest",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "virtualMachine",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "virtualMachineN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "virtualMachineId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "virtualMachineIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Virtualization"
        ],
        "operationId": "postVirtualDiskList",
        "description": "The parameters and request body are for method: postVirtualDiskList. 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"
              }
            }
          }
        }
      },
      "put": {
        "tags": [
          "Virtualization"
        ],
        "operationId": "putVirtualDiskList",
        "description": "The parameters and request body are for method: putVirtualDiskList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Virtualization"
        ],
        "operationId": "patchVirtualDiskList",
        "description": "The parameters and request body are for method: patchVirtualDiskList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Virtualization"
        ],
        "operationId": "deleteVirtualDiskList",
        "description": "The parameters and request body are for method: deleteVirtualDiskList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/virtualization/virtual-disks/{id}/": {
      "get": {
        "tags": [
          "Virtualization"
        ],
        "operationId": "getVirtualDisk",
        "description": "The parameters and request body are for method: getVirtualDisk. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Virtualization"
        ],
        "operationId": "putVirtualDisk",
        "description": "The parameters and request body are for method: putVirtualDisk. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Virtualization"
        ],
        "operationId": "patchVirtualDisk",
        "description": "The parameters and request body are for method: patchVirtualDisk. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Virtualization"
        ],
        "operationId": "deleteVirtualDisk",
        "description": "The parameters and request body are for method: deleteVirtualDisk. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/virtualization/virtual-machines/{id}/render-config/": {
      "post": {
        "tags": [
          "Virtualization"
        ],
        "operationId": "renderVirtualMachineConfig",
        "description": "The parameters and request body are for method: renderVirtualMachineConfig. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          },
          {
            "name": "format",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/vpn/ike-policies/": {
      "get": {
        "tags": [
          "Vpn"
        ],
        "operationId": "getIkePolicyList",
        "description": "The parameters and request body are for method: getIkePolicyList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "created",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdEmpty",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdByRequest",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "description",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionEmpty",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionIc",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionIe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionIew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionIsw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionNic",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionNie",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionNiew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionNisw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "id",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idEmpty",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ikeProposal",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ikeProposalN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ikeProposalId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ikeProposalIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdated",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedEmpty",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "mode",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "modeEmpty",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "modeIc",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "modeIe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "modeIew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "modeIsw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "modeN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "modeNic",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "modeNie",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "modeNiew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "modeNisw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "modifiedByRequest",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "name",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameEmpty",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIc",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIsw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNic",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNie",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNiew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNisw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ordering",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "presharedKey",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "presharedKeyIc",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "presharedKeyIe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "presharedKeyIew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "presharedKeyIsw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "presharedKeyN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "presharedKeyNic",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "presharedKeyNie",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "presharedKeyNiew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "presharedKeyNisw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "q",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tag",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tagN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "updatedByRequest",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "version",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "versionIc",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "versionIe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "versionIew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "versionIsw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "versionN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "versionNic",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "versionNie",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "versionNiew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "versionNisw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Vpn"
        ],
        "operationId": "postIkePolicyList",
        "description": "The parameters and request body are for method: postIkePolicyList. 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"
              }
            }
          }
        }
      },
      "put": {
        "tags": [
          "Vpn"
        ],
        "operationId": "putIkePolicyList",
        "description": "The parameters and request body are for method: putIkePolicyList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Vpn"
        ],
        "operationId": "patchIkePolicyList",
        "description": "The parameters and request body are for method: patchIkePolicyList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Vpn"
        ],
        "operationId": "deleteIkePolicyList",
        "description": "The parameters and request body are for method: deleteIkePolicyList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/vpn/ike-policies/{id}/": {
      "get": {
        "tags": [
          "Vpn"
        ],
        "operationId": "getIkePolicy",
        "description": "The parameters and request body are for method: getIkePolicy. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Vpn"
        ],
        "operationId": "putIkePolicy",
        "description": "The parameters and request body are for method: putIkePolicy. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Vpn"
        ],
        "operationId": "patchIkePolicy",
        "description": "The parameters and request body are for method: patchIkePolicy. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Vpn"
        ],
        "operationId": "deleteIkePolicy",
        "description": "The parameters and request body are for method: deleteIkePolicy. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/vpn/ike-proposals/": {
      "get": {
        "tags": [
          "Vpn"
        ],
        "operationId": "getIkeProposalList",
        "description": "The parameters and request body are for method: getIkeProposalList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "authenticationAlgorithm",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "authenticationAlgorithmEmpty",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "authenticationAlgorithmIc",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "authenticationAlgorithmIe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "authenticationAlgorithmIew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "authenticationAlgorithmIsw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "authenticationAlgorithmN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "authenticationAlgorithmNic",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "authenticationAlgorithmNie",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "authenticationAlgorithmNiew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "authenticationAlgorithmNisw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "authenticationMethod",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "authenticationMethodEmpty",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "authenticationMethodIc",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "authenticationMethodIe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "authenticationMethodIew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "authenticationMethodIsw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "authenticationMethodN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "authenticationMethodNic",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "authenticationMethodNie",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "authenticationMethodNiew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "authenticationMethodNisw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "created",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdEmpty",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdByRequest",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "description",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionEmpty",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionIc",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionIe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionIew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionIsw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionNic",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionNie",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionNiew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionNisw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "encryptionAlgorithm",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "encryptionAlgorithmEmpty",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "encryptionAlgorithmIc",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "encryptionAlgorithmIe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "encryptionAlgorithmIew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "encryptionAlgorithmIsw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "encryptionAlgorithmN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "encryptionAlgorithmNic",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "encryptionAlgorithmNie",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "encryptionAlgorithmNiew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "encryptionAlgorithmNisw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "group",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "groupIc",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "groupIe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "groupIew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "groupIsw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "groupN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "groupNic",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "groupNie",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "groupNiew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "groupNisw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "id",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idEmpty",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ikePolicy",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ikePolicyN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ikePolicyId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ikePolicyIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdated",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedEmpty",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "modifiedByRequest",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "name",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameEmpty",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIc",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIsw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNic",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNie",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNiew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNisw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ordering",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "q",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "saLifetime",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "saLifetimeEmpty",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "saLifetimeGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "saLifetimeGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "saLifetimeLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "saLifetimeLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "saLifetimeN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tag",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tagN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "updatedByRequest",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Vpn"
        ],
        "operationId": "postIkeProposalList",
        "description": "The parameters and request body are for method: postIkeProposalList. 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"
              }
            }
          }
        }
      },
      "put": {
        "tags": [
          "Vpn"
        ],
        "operationId": "putIkeProposalList",
        "description": "The parameters and request body are for method: putIkeProposalList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Vpn"
        ],
        "operationId": "patchIkeProposalList",
        "description": "The parameters and request body are for method: patchIkeProposalList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Vpn"
        ],
        "operationId": "deleteIkeProposalList",
        "description": "The parameters and request body are for method: deleteIkeProposalList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/vpn/ike-proposals/{id}/": {
      "get": {
        "tags": [
          "Vpn"
        ],
        "operationId": "getIkeProposal",
        "description": "The parameters and request body are for method: getIkeProposal. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Vpn"
        ],
        "operationId": "putIkeProposal",
        "description": "The parameters and request body are for method: putIkeProposal. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Vpn"
        ],
        "operationId": "patchIkeProposal",
        "description": "The parameters and request body are for method: patchIkeProposal. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Vpn"
        ],
        "operationId": "deleteIkeProposal",
        "description": "The parameters and request body are for method: deleteIkeProposal. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/vpn/ipsec-policies/": {
      "get": {
        "tags": [
          "Vpn"
        ],
        "operationId": "getIpsecPolicyList",
        "description": "The parameters and request body are for method: getIpsecPolicyList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "created",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdEmpty",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdByRequest",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "description",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionEmpty",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionIc",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionIe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionIew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionIsw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionNic",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionNie",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionNiew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionNisw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "id",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idEmpty",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ipsecProposal",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ipsecProposalN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ipsecProposalId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ipsecProposalIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdated",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedEmpty",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "modifiedByRequest",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "name",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameEmpty",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIc",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIsw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNic",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNie",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNiew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNisw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ordering",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "pfsGroup",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "pfsGroupIc",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "pfsGroupIe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "pfsGroupIew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "pfsGroupIsw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "pfsGroupN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "pfsGroupNic",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "pfsGroupNie",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "pfsGroupNiew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "pfsGroupNisw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "q",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tag",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tagN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "updatedByRequest",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Vpn"
        ],
        "operationId": "postIpsecPolicyList",
        "description": "The parameters and request body are for method: postIpsecPolicyList. 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"
              }
            }
          }
        }
      },
      "put": {
        "tags": [
          "Vpn"
        ],
        "operationId": "putIpsecPolicyList",
        "description": "The parameters and request body are for method: putIpsecPolicyList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Vpn"
        ],
        "operationId": "patchIpsecPolicyList",
        "description": "The parameters and request body are for method: patchIpsecPolicyList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Vpn"
        ],
        "operationId": "deleteIpsecPolicyList",
        "description": "The parameters and request body are for method: deleteIpsecPolicyList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/vpn/ipsec-policies/{id}/": {
      "get": {
        "tags": [
          "Vpn"
        ],
        "operationId": "getIpsecPolicy",
        "description": "The parameters and request body are for method: getIpsecPolicy. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Vpn"
        ],
        "operationId": "putIpsecPolicy",
        "description": "The parameters and request body are for method: putIpsecPolicy. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Vpn"
        ],
        "operationId": "patchIpsecPolicy",
        "description": "The parameters and request body are for method: patchIpsecPolicy. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Vpn"
        ],
        "operationId": "deleteIpsecPolicy",
        "description": "The parameters and request body are for method: deleteIpsecPolicy. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/vpn/ipsec-profiles/": {
      "get": {
        "tags": [
          "Vpn"
        ],
        "operationId": "getIpsecProfileList",
        "description": "The parameters and request body are for method: getIpsecProfileList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "created",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdEmpty",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdByRequest",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "description",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionEmpty",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionIc",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionIe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionIew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionIsw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionNic",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionNie",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionNiew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionNisw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "id",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idEmpty",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ikePolicy",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ikePolicyN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ikePolicyId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ikePolicyIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ipsecPolicy",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ipsecPolicyN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ipsecPolicyId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ipsecPolicyIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdated",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedEmpty",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "mode",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "modeEmpty",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "modeIc",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "modeIe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "modeIew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "modeIsw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "modeN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "modeNic",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "modeNie",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "modeNiew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "modeNisw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "modifiedByRequest",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "name",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameEmpty",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIc",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIsw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNic",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNie",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNiew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNisw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ordering",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "q",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tag",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tagN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "updatedByRequest",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Vpn"
        ],
        "operationId": "postIpsecProfileList",
        "description": "The parameters and request body are for method: postIpsecProfileList. 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"
              }
            }
          }
        }
      },
      "put": {
        "tags": [
          "Vpn"
        ],
        "operationId": "putIpsecProfileList",
        "description": "The parameters and request body are for method: putIpsecProfileList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Vpn"
        ],
        "operationId": "patchIpsecProfileList",
        "description": "The parameters and request body are for method: patchIpsecProfileList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Vpn"
        ],
        "operationId": "deleteIpsecProfileList",
        "description": "The parameters and request body are for method: deleteIpsecProfileList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/vpn/ipsec-profiles/{id}/": {
      "get": {
        "tags": [
          "Vpn"
        ],
        "operationId": "getIpsecProfile",
        "description": "The parameters and request body are for method: getIpsecProfile. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Vpn"
        ],
        "operationId": "putIpsecProfile",
        "description": "The parameters and request body are for method: putIpsecProfile. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Vpn"
        ],
        "operationId": "patchIpsecProfile",
        "description": "The parameters and request body are for method: patchIpsecProfile. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Vpn"
        ],
        "operationId": "deleteIpsecProfile",
        "description": "The parameters and request body are for method: deleteIpsecProfile. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/vpn/ipsec-proposals/": {
      "get": {
        "tags": [
          "Vpn"
        ],
        "operationId": "getIpsecProposalList",
        "description": "The parameters and request body are for method: getIpsecProposalList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "authenticationAlgorithm",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "authenticationAlgorithmEmpty",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "authenticationAlgorithmIc",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "authenticationAlgorithmIe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "authenticationAlgorithmIew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "authenticationAlgorithmIsw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "authenticationAlgorithmN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "authenticationAlgorithmNic",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "authenticationAlgorithmNie",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "authenticationAlgorithmNiew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "authenticationAlgorithmNisw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "created",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdEmpty",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdByRequest",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "description",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionEmpty",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionIc",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionIe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionIew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionIsw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionNic",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionNie",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionNiew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionNisw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "encryptionAlgorithm",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "encryptionAlgorithmEmpty",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "encryptionAlgorithmIc",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "encryptionAlgorithmIe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "encryptionAlgorithmIew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "encryptionAlgorithmIsw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "encryptionAlgorithmN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "encryptionAlgorithmNic",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "encryptionAlgorithmNie",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "encryptionAlgorithmNiew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "encryptionAlgorithmNisw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "id",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idEmpty",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ipsecPolicy",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ipsecPolicyN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ipsecPolicyId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ipsecPolicyIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdated",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedEmpty",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "modifiedByRequest",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "name",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameEmpty",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIc",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIsw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNic",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNie",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNiew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNisw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ordering",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "q",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "saLifetimeData",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "saLifetimeDataEmpty",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "saLifetimeDataGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "saLifetimeDataGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "saLifetimeDataLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "saLifetimeDataLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "saLifetimeDataN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "saLifetimeSeconds",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "saLifetimeSecondsEmpty",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "saLifetimeSecondsGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "saLifetimeSecondsGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "saLifetimeSecondsLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "saLifetimeSecondsLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "saLifetimeSecondsN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tag",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tagN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "updatedByRequest",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Vpn"
        ],
        "operationId": "postIpsecProposalList",
        "description": "The parameters and request body are for method: postIpsecProposalList. 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"
              }
            }
          }
        }
      },
      "put": {
        "tags": [
          "Vpn"
        ],
        "operationId": "putIpsecProposalList",
        "description": "The parameters and request body are for method: putIpsecProposalList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Vpn"
        ],
        "operationId": "patchIpsecProposalList",
        "description": "The parameters and request body are for method: patchIpsecProposalList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Vpn"
        ],
        "operationId": "deleteIpsecProposalList",
        "description": "The parameters and request body are for method: deleteIpsecProposalList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/vpn/ipsec-proposals/{id}/": {
      "get": {
        "tags": [
          "Vpn"
        ],
        "operationId": "getIpsecProposal",
        "description": "The parameters and request body are for method: getIpsecProposal. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Vpn"
        ],
        "operationId": "putIpsecProposal",
        "description": "The parameters and request body are for method: putIpsecProposal. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Vpn"
        ],
        "operationId": "patchIpsecProposal",
        "description": "The parameters and request body are for method: patchIpsecProposal. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Vpn"
        ],
        "operationId": "deleteIpsecProposal",
        "description": "The parameters and request body are for method: deleteIpsecProposal. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/vpn/l2vpn-terminations/": {
      "get": {
        "tags": [
          "Vpn"
        ],
        "operationId": "getL2vpnTerminationList",
        "description": "The parameters and request body are for method: getL2vpnTerminationList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "assignedObjectId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "assignedObjectIdEmpty",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "assignedObjectIdGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "assignedObjectIdGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "assignedObjectIdLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "assignedObjectIdLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "assignedObjectIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "assignedObjectType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "assignedObjectTypeN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "created",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdEmpty",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdByRequest",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "device",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "deviceN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "deviceId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "deviceIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "id",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idEmpty",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "interfaceParam",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "interfaceN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "interfaceId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "interfaceIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "l2vpn",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "l2vpnN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "l2vpnId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "l2vpnIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdated",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedEmpty",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "modifiedByRequest",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ordering",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "q",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "region",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "regionId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "site",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "siteId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tag",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tagN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "updatedByRequest",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "virtualMachine",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "virtualMachineN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "virtualMachineId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "virtualMachineIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "vlan",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "vlanN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "vlanId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "vlanIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "vlanVid",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "vlanVidEmpty",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "vlanVidGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "vlanVidGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "vlanVidLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "vlanVidLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "vlanVidN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "vminterface",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "vminterfaceN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "vminterfaceId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "vminterfaceIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Vpn"
        ],
        "operationId": "postL2vpnTerminationList",
        "description": "The parameters and request body are for method: postL2vpnTerminationList. 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"
              }
            }
          }
        }
      },
      "put": {
        "tags": [
          "Vpn"
        ],
        "operationId": "putL2vpnTerminationList",
        "description": "The parameters and request body are for method: putL2vpnTerminationList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Vpn"
        ],
        "operationId": "patchL2vpnTerminationList",
        "description": "The parameters and request body are for method: patchL2vpnTerminationList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Vpn"
        ],
        "operationId": "deleteL2vpnTerminationList",
        "description": "The parameters and request body are for method: deleteL2vpnTerminationList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/vpn/l2vpn-terminations/{id}/": {
      "get": {
        "tags": [
          "Vpn"
        ],
        "operationId": "getL2vpnTermination",
        "description": "The parameters and request body are for method: getL2vpnTermination. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Vpn"
        ],
        "operationId": "putL2vpnTermination",
        "description": "The parameters and request body are for method: putL2vpnTermination. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Vpn"
        ],
        "operationId": "patchL2vpnTermination",
        "description": "The parameters and request body are for method: patchL2vpnTermination. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Vpn"
        ],
        "operationId": "deleteL2vpnTermination",
        "description": "The parameters and request body are for method: deleteL2vpnTermination. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/vpn/l2vpns/": {
      "get": {
        "tags": [
          "Vpn"
        ],
        "operationId": "getL2vpnList",
        "description": "The parameters and request body are for method: getL2vpnList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "created",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdEmpty",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdByRequest",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "description",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionEmpty",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionIc",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionIe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionIew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionIsw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionNic",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionNie",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionNiew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionNisw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "exportTarget",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "exportTargetN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "exportTargetId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "exportTargetIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "id",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idEmpty",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "identifier",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "identifierEmpty",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "identifierGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "identifierGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "identifierLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "identifierLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "identifierN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "importTarget",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "importTargetN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "importTargetId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "importTargetIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdated",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedEmpty",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "modifiedByRequest",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "name",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameEmpty",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIc",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIsw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNic",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNie",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNiew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNisw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ordering",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "q",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slug",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slugEmpty",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slugIc",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slugIe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slugIew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slugIsw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slugN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slugNic",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slugNie",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slugNiew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slugNisw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tag",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tagN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tenant",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tenantN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tenantGroup",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tenantGroupN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tenantGroupId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tenantGroupIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tenantId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tenantIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "type",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "typeEmpty",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "typeIc",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "typeIe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "typeIew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "typeIsw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "typeN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "typeNic",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "typeNie",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "typeNiew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "typeNisw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "updatedByRequest",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Vpn"
        ],
        "operationId": "postL2vpnList",
        "description": "The parameters and request body are for method: postL2vpnList. 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"
              }
            }
          }
        }
      },
      "put": {
        "tags": [
          "Vpn"
        ],
        "operationId": "putL2vpnList",
        "description": "The parameters and request body are for method: putL2vpnList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Vpn"
        ],
        "operationId": "patchL2vpnList",
        "description": "The parameters and request body are for method: patchL2vpnList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Vpn"
        ],
        "operationId": "deleteL2vpnList",
        "description": "The parameters and request body are for method: deleteL2vpnList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/vpn/l2vpns/{id}/": {
      "get": {
        "tags": [
          "Vpn"
        ],
        "operationId": "getL2vpn",
        "description": "The parameters and request body are for method: getL2vpn. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Vpn"
        ],
        "operationId": "putL2vpn",
        "description": "The parameters and request body are for method: putL2vpn. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Vpn"
        ],
        "operationId": "patchL2vpn",
        "description": "The parameters and request body are for method: patchL2vpn. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Vpn"
        ],
        "operationId": "deleteL2vpn",
        "description": "The parameters and request body are for method: deleteL2vpn. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/vpn/tunnel-groups/": {
      "get": {
        "tags": [
          "Vpn"
        ],
        "operationId": "getTunnelGroupList",
        "description": "The parameters and request body are for method: getTunnelGroupList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "created",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdEmpty",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdByRequest",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "description",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionEmpty",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionIc",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionIe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionIew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionIsw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionNic",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionNie",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionNiew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionNisw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "id",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idEmpty",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdated",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedEmpty",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "modifiedByRequest",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "name",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameEmpty",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIc",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIsw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNic",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNie",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNiew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNisw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ordering",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "q",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slug",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slugEmpty",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slugIc",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slugIe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slugIew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slugIsw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slugN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slugNic",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slugNie",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slugNiew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slugNisw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tag",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tagN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "updatedByRequest",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Vpn"
        ],
        "operationId": "postTunnelGroupList",
        "description": "The parameters and request body are for method: postTunnelGroupList. 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"
              }
            }
          }
        }
      },
      "put": {
        "tags": [
          "Vpn"
        ],
        "operationId": "putTunnelGroupList",
        "description": "The parameters and request body are for method: putTunnelGroupList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Vpn"
        ],
        "operationId": "patchTunnelGroupList",
        "description": "The parameters and request body are for method: patchTunnelGroupList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Vpn"
        ],
        "operationId": "deleteTunnelGroupList",
        "description": "The parameters and request body are for method: deleteTunnelGroupList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/vpn/tunnel-groups/{id}/": {
      "get": {
        "tags": [
          "Vpn"
        ],
        "operationId": "getTunnelGroup",
        "description": "The parameters and request body are for method: getTunnelGroup. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Vpn"
        ],
        "operationId": "putTunnelGroup",
        "description": "The parameters and request body are for method: putTunnelGroup. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Vpn"
        ],
        "operationId": "patchTunnelGroup",
        "description": "The parameters and request body are for method: patchTunnelGroup. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Vpn"
        ],
        "operationId": "deleteTunnelGroup",
        "description": "The parameters and request body are for method: deleteTunnelGroup. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/vpn/tunnel-terminations/": {
      "get": {
        "tags": [
          "Vpn"
        ],
        "operationId": "getTunnelTerminationList",
        "description": "The parameters and request body are for method: getTunnelTerminationList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "created",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdEmpty",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdByRequest",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "id",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idEmpty",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "interfaceParam",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "interfaceN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "interfaceId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "interfaceIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdated",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedEmpty",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "modifiedByRequest",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ordering",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "outsideIpId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "outsideIpIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "q",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "role",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "roleEmpty",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "roleIc",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "roleIe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "roleIew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "roleIsw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "roleN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "roleNic",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "roleNie",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "roleNiew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "roleNisw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tag",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tagN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "terminationId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "terminationIdEmpty",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "terminationIdGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "terminationIdGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "terminationIdLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "terminationIdLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "terminationIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "terminationType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "terminationTypeN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tunnel",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tunnelN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tunnelId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tunnelIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "updatedByRequest",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "vminterface",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "vminterfaceN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "vminterfaceId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "vminterfaceIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Vpn"
        ],
        "operationId": "postTunnelTerminationList",
        "description": "The parameters and request body are for method: postTunnelTerminationList. 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"
              }
            }
          }
        }
      },
      "put": {
        "tags": [
          "Vpn"
        ],
        "operationId": "putTunnelTerminationList",
        "description": "The parameters and request body are for method: putTunnelTerminationList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Vpn"
        ],
        "operationId": "patchTunnelTerminationList",
        "description": "The parameters and request body are for method: patchTunnelTerminationList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Vpn"
        ],
        "operationId": "deleteTunnelTerminationList",
        "description": "The parameters and request body are for method: deleteTunnelTerminationList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/vpn/tunnel-terminations/{id}/": {
      "get": {
        "tags": [
          "Vpn"
        ],
        "operationId": "getTunnelTermination",
        "description": "The parameters and request body are for method: getTunnelTermination. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Vpn"
        ],
        "operationId": "putTunnelTermination",
        "description": "The parameters and request body are for method: putTunnelTermination. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Vpn"
        ],
        "operationId": "patchTunnelTermination",
        "description": "The parameters and request body are for method: patchTunnelTermination. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Vpn"
        ],
        "operationId": "deleteTunnelTermination",
        "description": "The parameters and request body are for method: deleteTunnelTermination. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/vpn/tunnels/": {
      "get": {
        "tags": [
          "Vpn"
        ],
        "operationId": "getTunnelList",
        "description": "The parameters and request body are for method: getTunnelList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "created",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdEmpty",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "createdByRequest",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "description",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionEmpty",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionIc",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionIe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionIew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionIsw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionNic",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionNie",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionNiew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "descriptionNisw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "encapsulation",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "encapsulationEmpty",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "encapsulationIc",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "encapsulationIe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "encapsulationIew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "encapsulationIsw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "encapsulationN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "encapsulationNic",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "encapsulationNie",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "encapsulationNiew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "encapsulationNisw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "group",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "groupN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "groupId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "groupIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "id",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idEmpty",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ipsecProfile",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ipsecProfileN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ipsecProfileId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ipsecProfileIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdated",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedEmpty",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUpdatedN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "modifiedByRequest",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "name",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameEmpty",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIc",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameIsw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNic",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNie",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNiew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameNisw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ordering",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "q",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "status",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "statusEmpty",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "statusIc",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "statusIe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "statusIew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "statusIsw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "statusN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "statusNic",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "statusNie",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "statusNiew",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "statusNisw",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tag",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tagN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tenant",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tenantN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tenantGroup",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tenantGroupN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tenantGroupId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tenantGroupIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tenantId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tenantIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tunnelId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tunnelIdEmpty",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tunnelIdGt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tunnelIdGte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tunnelIdLt",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tunnelIdLte",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tunnelIdN",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "updatedByRequest",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Vpn"
        ],
        "operationId": "postTunnelList",
        "description": "The parameters and request body are for method: postTunnelList. 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"
              }
            }
          }
        }
      },
      "put": {
        "tags": [
          "Vpn"
        ],
        "operationId": "putTunnelList",
        "description": "The parameters and request body are for method: putTunnelList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Vpn"
        ],
        "operationId": "patchTunnelList",
        "description": "The parameters and request body are for method: patchTunnelList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Vpn"
        ],
        "operationId": "deleteTunnelList",
        "description": "The parameters and request body are for method: deleteTunnelList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/vpn/tunnels/{id}/": {
      "get": {
        "tags": [
          "Vpn"
        ],
        "operationId": "getTunnel",
        "description": "The parameters and request body are for method: getTunnel. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Vpn"
        ],
        "operationId": "putTunnel",
        "description": "The parameters and request body are for method: putTunnel. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Vpn"
        ],
        "operationId": "patchTunnel",
        "description": "The parameters and request body are for method: patchTunnel. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Vpn"
        ],
        "operationId": "deleteTunnel",
        "description": "The parameters and request body are for method: deleteTunnel. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    }
  },
  "components": {
    "schemas": {}
  }
}